以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 自动计算 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=45050) |
-- 作者:seal51 -- 发布时间:2014/1/14 18:24:00 -- 自动计算 自动计算如何加入到发布的系统中? |
-- 作者:有点甜 -- 发布时间:2014/1/14 19:19:00 -- 在系统主菜单 systemidle事件 加入代码 Dim Sum As Double With CurrentTable Sum = .Aggregate(AggregateEnum.Sum, .TopRow, .LeftCol, .BottomRow, .RightCol) End With StatusBar.Message3 = sum |
-- 作者:有点甜 -- 发布时间:2014/1/14 19:20:00 -- http://foxtable.com/bbs/dispbbs.asp?BoardID=2&ID=39213&skin=0 |
-- 作者:有点甜 -- 发布时间:2014/1/14 19:21:00 -- http://www.foxtable.com/help/topics/0545.htm |