First please make this change in xbrowse.prg.
In the METHOD RecalcTotal( nOldVal, nNewVal ) CLASS TXBrwColumn
Change this line
[code=fw:175yux6f][/code:175yux6f]
as
[code=fw:175yux6f][/code:175yux6f]
Please use this modified xbrowse.prg in all your projects
We are making this change in FWH 16.04
Now,
oCol:nFooterType := AGGR_SUM
oCol:bFooter := { |o| o:nTotal + nValor }
You may test with this sample
[code=fw:175yux6f][/code:175yux6f]
↧