Foxtable(狐表)用户栏目专家坐堂 → 初始不加载表数据


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

主题:初始不加载表数据

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


加好友 发短信
等级:超级版主 帖子:107880 积分:548763 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2022/3/22 8:40:00 [只看该作者]

按钮可以点击吗?下面提示框能不能弹出来?

msgbox(1)

Dim sts() As String = {"dropbox3","DropBox1","DropBox2","NumericComboBox2"}

For Each st As String In sts

    If e.Form.Controls(st).value Is Nothing Then

        MessageBox.show("Please enter the name,phone number,Model and quantity !","Remind")

        Return

    End If

Next

msgbox(2)

Dim tbl As Table = Tables("销售明细表")

Dim r As Row = tbl.AddNew()

magbox(3)


 回到顶部