以文本方式查看主题 - Foxtable(狐表) (http://www.foxtable.com/bbs/index.asp) -- 专家坐堂 (http://www.foxtable.com/bbs/list.asp?boardid=2) ---- cm.Subtotal = True '生成汇总模式 (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=123937) |
-- 作者:Hareen时代 -- 发布时间:2018/8/27 15:56:00 -- cm.Subtotal = True '生成汇总模式 用 SQLGroupTableBuilder 生成汇总表的时候,怎样将汇总行位于分组行之上呢? |
-- 作者:有点甜 -- 发布时间:2018/8/27 16:03:00 -- 建议生成统计表以后,再设置一次【汇总模式】
http://www.foxtable.com/webhelp/scr/00144.htm
http://www.foxtable.com/webhelp/scr/1372.htm
|
-- 作者:狐狸爸爸 -- 发布时间:2018/8/27 16:07:00 -- 原来的代码不变,后面加两行: Tables("统计表1").GroupAboveData = Ture Tables("统计表1").Subtotal() |