Foxtable(狐表)用户栏目专家坐堂 → 想利用这个窗口界面登录后工作


  共有4135人关注过本帖树形打印复制链接

主题:想利用这个窗口界面登录后工作

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


加好友 发短信
等级:贵宾 帖子:35433 积分:178524 威望:0 精华:3 注册:2013/3/30 16:36:00
  发帖心情 Post By:2014/8/14 10:21:00 [显示全部帖子]

if  CurrentTable.Current isnot nothing then
CurrentTable.Current.IsNull("摘要") = True Then '如果是一个空表
    CurrentTable.AddNew()
End If
For Each syh As Row In CurrentTable
    If syh.IsNull("摘要") = False Then
        syh.Locked = True
    End If
Next
With CurrentTable
    .Position = .Rows.Count - 1
    If .Current.IsNull("摘要") = False Then
        .AddNew()
    End If
End With
end if
CurrentTable.AddNew()

 回到顶部
帅哥哟,离线,有人找我吗?
Bin
  2楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:贵宾 帖子:35433 积分:178524 威望:0 精华:3 注册:2013/3/30 16:36:00
  发帖心情 Post By:2014/8/14 10:51:00 [显示全部帖子]

if currenttable isnot nothing then
if  CurrentTable.Current isnot nothing then
CurrentTable.Current.IsNull("摘要") = True Then '如果是一个空表
    CurrentTable.AddNew()
End If
For Each syh As Row In CurrentTable
    If syh.IsNull("摘要") = False Then
        syh.Locked = True
    End If
Next
With CurrentTable
    .Position = .Rows.Count - 1
    If .Current.IsNull("摘要") = False Then
        .AddNew()
    End If
End With
end if
CurrentTable.AddNew()
end if

 回到顶部