when I switch from one type to another the number of lines in xbrowse changes,
type 1 is 100 lines
type 2 is 10 lines
when I switch to mode 2 and previously I used mode 1 I still see the vertical lines in the browse how can I not see the excessive lines?
nTipo =1

ntipo =2

when I set ntipo1 I declare local aTabella := array(101, 11)
when I set ntipo2 I declare local aTabella := array(10, 11)
I tried to set local aTabella :={} for all types

when i switch to mode 2 it should also change the size of xbrowse
Any solution Pls ?
type 1 is 100 lines
type 2 is 10 lines
when I switch to mode 2 and previously I used mode 1 I still see the vertical lines in the browse how can I not see the excessive lines?
nTipo =1

ntipo =2

when I set ntipo1 I declare local aTabella := array(101, 11)
when I set ntipo2 I declare local aTabella := array(10, 11)
I tried to set local aTabella :={} for all types

when i switch to mode 2 it should also change the size of xbrowse
Any solution Pls ?
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
