xbrowse excessive lines

Post Reply
User avatar
Silvio.Falconi
Posts: 7235
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 16 times

xbrowse excessive lines

Post by Silvio.Falconi »

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

Image

ntipo =2

Image



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


Image

when i switch to mode 2 it should also change the size of xbrowse


Any solution Pls ?
Last edited by Silvio.Falconi on Fri Nov 22, 2024 9:04 am, edited 1 time in total.
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
User avatar
nageswaragunupudi
Posts: 10733
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 11 times
Contact:

Re: xbrowse excessive lines

Post by nageswaragunupudi »

I still see the vertical lines in the browse how can I not see the excessive line
This is because you yourself set :

Code: Select all | Expand

oBrw:lColDividerComplete := .t.
If you did not set this you will not see the vertical lines below the datarows.
Regards

G. N. Rao.
Hyderabad, India
User avatar
Silvio.Falconi
Posts: 7235
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 16 times

Re: xbrowse excessive lines

Post by Silvio.Falconi »

nageswaragunupudi wrote:
I still see the vertical lines in the browse how can I not see the excessive line
This is because you yourself set :

Code: Select all | Expand

oBrw:lColDividerComplete := .t.
If you did not set this you will not see the vertical lines below the datarows.
thankss



Image
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
Post Reply