Foxtable(狐表)用户栏目专家坐堂 → [求助]combox取值问题


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

主题:[求助]combox取值问题

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


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

参考:http://www.foxtable.com/webhelp/scr/1523.htm

比如:2、在ComboBox2的Enter事件中加入代码:

Dim cmb As WinForm.ComboBox = e.Sender
Dim
 str As string = e.Form.Controls("ComboBox1").Value

dim s as string = "|1|2|3|4|5|6|7|8|9|".replace("|" & str "|","|")
cmb.ComboList = 
s.trim("|")


 回到顶部