FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xbrowse method report
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
xbrowse method report
Posted: Mon Mar 16, 2009 12:08 AM

can I have a sample of this method report of xbrowse with groups ?

thanks

Best Regards, Saludos



Falconi Silvio
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xbrowse method report
Posted: Sat Mar 21, 2009 07:35 PM

testxbrw3.prg

Regards



G. N. Rao.

Hyderabad, India
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xbrowse method report
Posted: Sun Mar 22, 2009 07:15 AM

If you want to generate a report grouped on any column value, specify that column object as the last parameter ( 5th parameter ) of the report method. Please keep in mind that that data is already indexed or sorted on that column value.

You can mention either column number or column object, but I prefer to specify the column object because the column position may be changed by the user at the time of browsing.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion