以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  如何关闭关联表窗口  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=23273)

--  作者:Fotable
--  发布时间:2012/9/7 14:43:00
--  如何关闭关联表窗口
tables("订单.明细").close    ?
--  作者:18648311299
--  发布时间:2016/3/3 20:18:00
--  

在项目属性Afteropenproject事件,控制显示

Tables("表a.表b").visible = False
Tables("表a.表c").visible = False

Tables("表a.表c").visible = True
Tables("表a.表b").visible = True