FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour problem with xbrowse
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
problem with xbrowse
Posted: Mon Mar 18, 2019 12:58 PM


I use xbrowse ( with noborder command ) and it make me a 3d Border

@ 60, 5 XBROWSE oBrowse SIZE oDlgElementi:nWidth-100,100 PIXEL OF oDlgElementi ;
COLUMNS "ELATTIVO","ELNOME",,"ELCOLORE","ELORDINE","ELLOCK" ;
HEADERS "Attivo","Descrizione","","Colore ","Ordine", "Chiuso";
COLSIZES 50,150,50,80,30,40 ;
CELL LINES ;
DATASOURCE oElementi

if I insert the command Noborder it not draw the line of the top when I set :=.f.

I wish see all borders around of xbrowse( without header) but not 3d
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: problem with xbrowse
Posted: Mon Mar 18, 2019 05:13 PM

Use NOBORDER clause and then set
oBrw:lDrawBorder := .t.

You can also use oBrw:nClrBorder := <color> if you want to specify color of the border

Regards



G. N. Rao.

Hyderabad, India
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: problem with xbrowse
Posted: Mon Mar 18, 2019 06:33 PM
thanks



it was just what I was trying to do ... do you want to recommend me a color that works? or do I leave the color black?
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: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: problem with xbrowse
Posted: Sat Apr 13, 2019 05:35 PM
Now I have the same problem with 3 xbrowse
I not see the border at right
this dialog a check for umbrellas,Numbers and pricelist



I made
@ 30, 10 XBROWSE oBrowse1 OF oDlgErrore ;
COLUMNS 1, 2 ;
HEADERS "Col","Riga" ;
COLSIZES 40, 40 ;
ARRAY aErroriNum ;
SIZE 80,100 PIXEL NOBORDER

WITH OBJECT oBrowse1
:lDrawBorder := .t.
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