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

Post Reply
User avatar
max
Posts: 122
Joined: Fri Jun 30, 2006 2:14 pm
Location: Ancona - Italy

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

Post 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.
User avatar
max
Posts: 122
Joined: Fri Jun 30, 2006 2:14 pm
Location: Ancona - Italy

Post 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.
Post Reply