FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH 10.3 xbrowse maketotal error
Posts: 130
Joined: Sat Oct 08, 2005 09:38 PM
FWH 10.3 xbrowse maketotal error
Posted: Wed Apr 14, 2010 03:13 PM

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

Birol Betoncu
birol.betoncu@gmail.com
Using Harbour, FWH 19.05, BCC7
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: FWH 10.3 xbrowse maketotal error
Posted: Wed Apr 14, 2010 06:48 PM

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() )

Regards



G. N. Rao.

Hyderabad, India
Posts: 130
Joined: Sat Oct 08, 2005 09:38 PM
Re: FWH 10.3 xbrowse maketotal error
Posted: Wed Apr 14, 2010 09:16 PM

Many thanks for your reply.

Birol Betoncu

Birol Betoncu
birol.betoncu@gmail.com
Using Harbour, FWH 19.05, BCC7
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: FWH 10.3 xbrowse maketotal error
Posted: Thu Apr 15, 2010 02:09 AM

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.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion