窗体table的某些列,比如人数、金额,在table底部合计出来,怎么实现
完全一样的用法。如果是副本注意使用副本名称:
http://www.foxtable.com/webhelp/topics/1906.htm
Tables("窗口1_Table1").Cols("数量").GrandTotal = True '指定要合计的列
Tables("窗口1_Table1").Cols("金额").GrandTotal = True
Tables("窗口1_Table1").GrandTotal = True '显示合计模式