Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
事件代码如下:
Dim js As Integer
Dim Sum As Integer
With CurrentTable
js = .Aggregate(AggregateEnum.Count, .TopRow, .LeftCol, .BottomRow,
.RightCol)
Sum = .Aggregate(AggregateEnum.Sum, .TopRow, .LeftCol, .BottomRow,
.RightCol)
End With
Forms("主窗口").controls("js").text = js
Forms("主窗口").controls("lj").text = sum
开始位置加上:
if currenttable is nothing then
return
end if