以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  [求助]getcomboliststring的用法  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=60139)

--  作者:liujywwy
--  发布时间:2014/11/19 9:22:00
--  [求助]getcomboliststring的用法

客户下拉框只能加载当前页的客户,而不是加载所有客户列数据,这是怎么回事?

Dim kh As WinForm.ComboBox = e.Form.Controls("客户")

kh.ComboList=DataTables("临时版本跟踪表").GetComboListString("客户")


--  作者:Bin
--  发布时间:2014/11/19 9:26:00
--  
GetComboListString 改为 SQLGetComboListString
--  作者:liujywwy
--  发布时间:2014/11/19 9:31:00
--  
以下是引用Bin在2014-11-19 9:26:00的发言:
GetComboListString 改为 SQLGetComboListString

哦。对的。多谢。如果是加载全部数据那就用SQL。