can I have a sample of this method report of xbrowse with groups ?
thanks
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
can I have a sample of this method report of xbrowse with groups ?
thanks
testxbrw3.prg
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.