以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 请问临时表的列我可以通过代码设置它的标题么? (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=61279) |
-- 作者:heying325 -- 发布时间:2014/12/10 10:57:00 -- 请问临时表的列我可以通过代码设置它的标题么? 我有一个通过代码生成的临时表,在某运行的过程中,我想修改列的标题。。比如。。 for each co as col in tables("临时表").cols co.caption = "AAA" next 没反应,请问该怎么弄?
|
-- 作者:Bin -- 发布时间:2014/12/10 10:59:00 -- 可以,你少了BuildHeader |