FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xbrowse excessive lines
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
xbrowse excessive lines
Posted: Fri Nov 22, 2024 08:55 AM
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 ?
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
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xbrowse excessive lines
Posted: Fri Nov 22, 2024 09:04 AM
I still see the vertical lines in the browse how can I not see the excessive line
This is because you yourself set :
Code (fw): Select all Collapse
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
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: xbrowse excessive lines
Posted: Fri Nov 22, 2024 09:28 AM
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 (fw): Select all Collapse
oBrw:lColDividerComplete := .t.
If you did not set this you will not see the vertical lines below the datarows.
thankss



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