problem with xbrowse

problem with xbrowse

Postby Silvio.Falconi » Mon Mar 18, 2019 12:58 pm

Image

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 :lheader:=.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 November 2023 - January 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
Silvio.Falconi
 
Posts: 6897
Joined: Thu Oct 18, 2012 7:17 pm

Re: problem with xbrowse

Postby nageswaragunupudi » Mon Mar 18, 2019 5: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
User avatar
nageswaragunupudi
 
Posts: 10468
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: problem with xbrowse

Postby Silvio.Falconi » Mon Mar 18, 2019 6:33 pm

thanks

Image

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 November 2023 - January 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
Silvio.Falconi
 
Posts: 6897
Joined: Thu Oct 18, 2012 7:17 pm

Re: problem with xbrowse

Postby Silvio.Falconi » Sat Apr 13, 2019 5: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 November 2023 - January 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
Silvio.Falconi
 
Posts: 6897
Joined: Thu Oct 18, 2012 7:17 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Jimmy and 66 guests