以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 窗口表切换内部表 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=192007) |
-- 作者:denghui69986 -- 发布时间:2024/5/23 10:54:00 -- 窗口表切换内部表 (窗口1_Table1) 窗口表有没案例切换表定指定表,在论坛里面没搜到,谢谢指点
|
-- 作者:有点蓝 -- 发布时间:2024/5/23 11:11:00 -- 方法1、:http://www.foxtable.com/webhelp/topics/1909.htm |
-- 作者:denghui69986 -- 发布时间:2024/5/23 15:41:00 -- 谢谢 |
-- 作者:denghui69986 -- 发布时间:2024/5/28 17:58:00 -- 窗口切换表怎么序号成了复选框,下面代码试了多次一直没关掉复选框,老师指点,谢谢 Dim b As WinForm.ComboBox b = e.Form.Controls("ComboBox1") Forms("查询表").show e.Form.Controls("Table1").Table.DataSource = Tables(b.Value).DataTable Tables("查询表_Table1").ShowCheckBox = True Tables("查询表_Table1").SetColVisibleWidth("批号|72|软件型号|57|数量|40|随柜|26|报表状况|32|是否完成|60|报表日期|73")
|
-- 作者:有点蓝 -- 发布时间:2024/5/28 20:36:00 -- http://www.foxtable.com/webhelp/topics/1635.htm 去掉Tables("查询表_Table1").ShowCheckBox = True
|