FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Is it possible to customize output of oBRW:report() ?
Posts: 130
Joined: Fri Jun 30, 2006 02:14 PM
Is it possible to customize output of oBRW:report() ?
Posted: Tue Oct 21, 2008 02:11 PM
I use TXBROWSE for browsing my .dbf and oBRW:report() for simply printing the content displayed.
I see that if i put in a column two different fields in two rows (with oBRW:nDataLines := 2) writing one field in the first row and the second field in the second row with:
oBRW:aCOLS[3]:bStrData := { || mydbf->first + CRLF + mydbf->lastname}

after that if i run oBRW:report(), the result is displayed in only one row.
Now i'd like to know if there is a way for configuring oBRW:report() printing each record in two rows.
And what are (if there are) all the other possibilities to customize the output of oBRW:report().
Thank you.
Posts: 130
Joined: Fri Jun 30, 2006 02:14 PM
Is it possible to customize output of oBRW:report() ?
Posted: Mon Oct 27, 2008 01:55 PM

... so there is not any possibilities to customize oBRW:report() and i have to find another way ?
someone can tell me with certainty ?
Thank you.

Continue the discussion