Foxtable(狐表)用户栏目专家坐堂 → 工资管理系统


  共有21795人关注过本帖平板打印复制链接

主题:工资管理系统

帅哥哟,离线,有人找我吗?
发财
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:六尾狐 帖子:1470 积分:8981 威望:0 精华:0 注册:2013/10/24 9:12:00
  发帖心情 Post By:2016/3/28 15:15:00 [只看该作者]

With Tables("表A")
    .Position = .Position + 1
End With
Dim fdr As DataRow = DataTables("表A").find("第一列 like '" & Tables("表A").Current("第一列") & ".%'")
If fdr IsNot Nothing Then
    With Tables("表A")
        .Position = .Position + 1
    End With
    Dim fdr1 As DataRow = DataTables("表A").find("第一列 like '" & Tables("表A").Current("第一列") & ".%'")
    If fdr1 IsNot Nothing Then
        With Tables("表A")
            .Position = .Position + 1
        End With
    End If
End If
代码    Dim fdr1 As DataRow = DataTables("表A").find("第一列 like '" & Tables("表A").Current("第一列") & ".%'")
应如何改才是最下级的?

 回到顶部
总数 195 1 2 3 4 5 6 7 8 9 10 下一页 ..20