FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour swicth xbrowse datalines
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM

swicth xbrowse datalines

Posted: Wed Nov 08, 2023 10:43 AM
on a xbrowse I use
Code (fw): Select all Collapse
 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?
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

Continue the discussion