我需要DropDownBox要像ComboBox一样出来列表项目,请问怎么写代码?Dim fr As String
fr = e.Form.name & "_"
Dim tbl As WinForm.Table
tbl = e.Form.CreateSQLTable("订单核价系统", "Select * fro m {订单核价系统}" ,"彬阳数据")
tbl.SetBounds(10, 10, 300, 500)
tbl.Visible = False
e.Form.AddControl(tbl)
e.sender.ComboList = DataTables(fr & "订单核价系统").GetComboListString("款号","_identify")
上面这个代码没反应
.NET Framework 版本:4.0.30319.42000
Foxtable 版本:2020.2.24.8
错误所在事件:窗口,窗口1,款号,Enter
详细错误信息:
未找到类型“DropDownBox”的公共成员“ComboList”。
[此贴子已经被作者于2020/2/24 22:51:40编辑过]