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 Expand view
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.