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 ?