Foxtable(狐表)用户栏目专家坐堂 → 保存和返回输入框问题


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

主题:保存和返回输入框问题

帅哥,在线噢!
有点蓝
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:超级版主 帖子:113764 积分:579387 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2018/2/3 11:25:00 [显示全部帖子]

保存按钮

dim r as row  = tables("表A").current
if r isnot nothing then
    if r.isnull("第一列") then
        msgbox("第一列不能为空")
        return
    end if
    if r.isnull("第二列") then
        msgbox("第二列不能为空")
        return
    end if
    r.save
endif
tables("表A").addnew
e.form.controls("Textbox1").select()
[此贴子已经被作者于2018/2/3 11:27:52编辑过]

 回到顶部