- Code: Select all Expand view
- WITH OBJECT oBrw:aCols[4]
:oHeaderFont:= oBold
IF lMore
:bStrData := { || oDbf:Street + CRLF +Padright(alltrim(oDbf:city)+" "+ oDbf:state,60) }
else
:bStrData := { || Padright(oDbf:Street,60) }
ENDIF
END
IF lmore I change the ndatalines on xbrowse from 1 to 2
when I change on one line I see allways as lMore is true
when I set one line I see
while I must see only the oDbf:city
How I can resolve it?