hi,
I have a table with these fields:
CLIENTE, ARTICOLO, PREFISSO, ORDINE, DATA , QUANTITA
and I would like to get this xbrowse:
any help?
thanks
To get multiple lines per record:
oCol:bStrData := { || oCust:name + CRLF + oCust:street }
oBrw:nDataLines := 2
oBrw:nRowHeight := 35 // optional. Automatic, but you may enlarge this if you like
xBrowse will also wordwrap at spaces IF nDataLines and nRowHeight are set to allow it.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 86 guests