After I upgrade to FWH 10.3 Maketotals not working.
No problem on DBF's but If you use an array it is not working.
Try testxbr3 in samples folder.
Birol Betoncu
After I upgrade to FWH 10.3 Maketotals not working.
No problem on DBF's but If you use an array it is not working.
Try testxbr3 in samples folder.
Birol Betoncu
Yes. This is bug in 10.3.
Till bug fix is published, a temporary work around is :
ACTIVATE DIALOG oDlg ..... ON INIT ( oBrw:MakeTotals(), oBrw:RefreshFooters() )
Many thanks for your reply.
Birol Betoncu
This is the fix in xbrowse.prg
In the method Value( uVal ) CLASS TXBrwColumn, all the old code was commented out and new program code was introduced. The bug is in the new code.
Please delete the entire new code and uncomment the old code. This fixes the problem.