Page 1 of 1

Is it possible to customize output of oBRW:report() ?

Posted: Tue Oct 21, 2008 2:11 pm
by max
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:

Code: Select all

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.

Posted: Mon Oct 27, 2008 1:55 pm
by max
... 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.