以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  求助隐藏例  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=13446)

--  作者:bm
--  发布时间:2011/10/12 13:58:00
--  求助隐藏例

求助。比如表a有好多例。只想显示需要的例。代码怎么写

Tables("表a").Cols("部门").Visible = True
Tables("表a").Cols("员工").Visible = True

....................
Tables("表a").Cols("基本工资").Visible = False
Tables("表a").Cols("奖金").Visible = False

...................

有没有简单点的代码


--  作者:狐狸爸爸
--  发布时间:2011/10/12 14:08:00
--  

http://www.foxtable.com/help/topics/1775.htm

http://www.foxtable.com/help/topics/1269.htm