Foxtable(狐表)用户栏目专家坐堂 → [求助]组合框


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

主题:[求助]组合框

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


加好友 发短信
等级:超级版主 帖子:106209 积分:540168 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2019/7/23 8:37:00 [只看该作者]

Dim str As String = e.Form.Controls("ComboBox2").text
If str > "" Then
    e.Sender.ComboList = DataTables("表A").GetComboListString("规格1", "规格 = '" & str & "'")
Else
    e.Sender.ComboList = DataTables("表A").GetComboListString("规格1", "型号 = '" & e.Form.Controls("ComboBox1").text & "'")
End If

 回到顶部