以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [请教] GetComboListString语句合成 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=56753) |
-- 作者:bahamute -- 发布时间:2014/9/11 17:44:00 -- [请教] GetComboListString语句合成 请问代码第三句有问题吗? Dim cmb1 As WinForm.ComboBox = e.Form.Controls("ComboBox2") Dim cmb2 As WinForm.ComboBox = e.Form.Controls("ComboBox3") cmb2.ComboList= DataTables("主表").GetComboListString("cmb1.value") |
-- 作者:Bin -- 发布时间:2014/9/11 17:45:00 -- cmb2.ComboList= DataTables("主表").GetComboListString(cmb1.value) |
-- 作者:有点甜 -- 发布时间:2014/9/11 17:45:00 -- cmb2.ComboList= DataTables("主表").GetComboListString(cmb1.value) |
-- 作者:bahamute -- 发布时间:2014/9/11 17:47:00 -- 谢谢 |