on a xbrowse I use
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?
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
      ENDwhen 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?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com