Foxtable(狐表)用户栏目专家坐堂 → 选取


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

主题:选取

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


加好友 发短信
等级:超级版主 帖子:13837 积分:69650 威望:0 精华:0 注册:2016/11/1 14:42:00
  发帖心情 Post By:2016/12/6 17:42:00 [显示全部帖子]

Dim str As String = e.Form.Controls("ComboBox1").Text

If str = "采购" Then
    e.Form.controls("ComboBox2").ComboList = DataTables("采购单").GetComboListString("采购单号")
ElseIf str = "生产" Then
    e.Form.controls("ComboBox2").ComboList = DataTables("生产单").GetComboListString("生产单号")
ElseIf str = "外协" Then
    e.Form.controls("ComboBox2").ComboList = DataTables("外协单").GetComboListString("外协单号")
End If


 回到顶部