Search found 89 matches: hgray

Return to advanced search

Re: FWH64 : ERROR SE SALE DEL SISTEMA

Saludos Antonio, no genera ningún archivo , este es mi prg todo normal hasta que llamo el dialogo y le doy aceptar debería guardarme la info en la base pero no registra nada, y he notado que dando ESC tambien pasa el mismo comportamiento. Lo estoy avanzando en la version FWH 2210 de 32bist y todo tr...
by CARLOS ATUNCAR
Mon Aug 19, 2024 3:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 : ERROR SE SALE DEL SISTEMA
Replies: 33
Views: 5706

Error Fwh 24.02 con XBROWSE

Saludos tengo una actualización a FWH24.02 y veo que al abrir la ventana el Xbrowse se monta sobre el la barra de botones cosa q no pasaba antes DEFINE WINDOW oWnd FROM 0,0 TO nHeith,nWith PIXEL MDICHILD OF oWind ; TITLE "Mantenimiento de Valorizaciones" ICON oIco NOZOOM NOICONIZE @ 10,10 ...
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 554

Re: Mark field as required

Dear Marc, I think Cristobal means this way: @ nRow, nCol GET aGets[ 1 ] VAR aData[ 1, 2 ] ; PICTURE aData[ 1, 3 ] SIZE nWidth - nCol * 2, 15 PIXEL OF oDlg ; COLOR nClrTxt, CLR_WHITE CUEBANNER "REQUIRED" BOTTOMBORDER ; INFIELD INFONT oFontI INCLRTXT CLR_GRAY ; INCLRBORDER { | o | if( o:lF...
by Marc Venken
Thu Jul 06, 2023 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 3257

Re: Mark field as required

Dear Marc, I think Cristobal means this way: @ nRow, nCol GET aGets[ 1 ] VAR aData[ 1, 2 ] ; PICTURE aData[ 1, 3 ] SIZE nWidth - nCol * 2, 15 PIXEL OF oDlg ; COLOR nClrTxt, CLR_WHITE CUEBANNER "REQUIRED" BOTTOMBORDER ; INFIELD INFONT oFontI INCLRTXT CLR_GRAY ; INCLRBORDER { | o | if( o:lFo...
by Antonio Linares
Thu Jul 06, 2023 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 3257

Re: Mark field as required

Where do you put the "REQUIRED" ? I get a syntax error at compiling This is from the sample Subscript0.prg @ nRow, nCol GET aGets[ 1 ] VAR aData[ 1, 2 ] ; PICTURE aData[ 1, 3 ] SIZE nWidth - nCol * 2, 15 PIXEL OF oDlg ; COLOR nClrTxt, CLR_WHITE CUEBANNER aData[ 1, 1 ] BOTTOMBORDER ; INFIEL...
by Marc Venken
Thu Jul 06, 2023 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 3257

Select one btnbmp into a scrollpanel

I have some buttons on a scrollpanel https://i.postimg.cc/h4zG0Jp9/ff.jpg I created the buttons with the Btnbmp class I want that when I press one it stays selected I made lActive:= .f. For n=1 to Len(aElements) cDesc := aElements[n][2] cImage := aElements[n][5] nProduct:= aElements[...
by Silvio.Falconi
Mon Jun 12, 2023 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select one btnbmp into a scrollpanel
Replies: 1
Views: 146

PaintBorder of Btnbmp ( fwteam)

Perhaps I found a solution for the border I would like to propose these changes to the fwteam #define WHITE_PEN 6 // add this on top METHOD PaintBorder() CLASS TBtnBmp local nAdjustBorder := 0 local nWidth, nAdj, oCli local nRound := If( ::lRound, ::nRound, 0 ) local hWhitePen, hGrayPen, hOldPen add...
by Silvio.Falconi
Sat Jun 10, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PaintBorder of Btnbmp ( fwteam)
Replies: 1
Views: 215

oblique text in the report ( tReport)

I wish write on report ( Treport class) a text

oReport:SetTxtColor(CLR_HGRAY,4)
oReport:Say( 0.1, "fac-simile", 4, 16, 1500 )

where 4 is the font number 4

the say method give me error ... why ?
by Silvio.Falconi
Tue Mar 21, 2023 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oblique text in the report ( tReport)
Replies: 0
Views: 307

Re: Readonly and/or disable GETs background color

//TGet():bColorBlock := { |oGet| IF( oGet:lFocused, { CLR_WHITE, CLR_HBLUE }, IF( .NOT. oGet:lActive, {CLR_BLACK, CLR_HGRAY}, {CLR_BLACK, CLR_WHITE} )) }
//fix for readonly gets
// TGet():lDisColors := .f.
// TGet():nClrGrayText := 25
by Horizon
Fri Aug 05, 2022 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 1453

Re: say border RESOLVED

Muy bien Silvio. SSAY.PRG es maravilloso. Luego, cuando tengas tiempo, echa un vistazo a DSAY.PRG, lo uso mucho, es simplemente excelente. Puede hacer lo que quiera con cualquiera de las dos clases. Gracias. Very good Silvio. SSAY.PRG is wonderful. Then, when you have time, check out DSAY.PRG, I us...
by Silvio.Falconi
Fri Nov 19, 2021 12:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: say border RESOLVED
Replies: 32
Views: 3402

Re: Box question

there is an error on build of the Box https://i.postimg.cc/90mZNvrD/errore.png the boxes are identical changes only the coordinates of the row FIRST nRiga := 5.5 nColonna := 1 nAltezza := 0.8 nlarghezza := 4.5 cTesto := "Tipo documento" cColorbordo := CLR_BLACK nTipoBordo :...
by Silvio.Falconi
Wed Nov 10, 2021 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Box question
Replies: 7
Views: 817

Re: xbrowse + Tdolphin + Mysql

yo preparo asi mi Xbrowse con tdolphin aCols := {; {"idpedido","ID",NIL,50,AL_RIGHT},; {"factura_doc","DOC",NIL,40,AL_LEFT },; {"factura_ser","SERIE",NIL,60,AL_LEFT },; {"factura_num","NUMERO",NIL,90,AL_LEFT },; {"f...
by CARLOS ATUNCAR
Mon Oct 18, 2021 2:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse + Tdolphin + Mysql
Replies: 2
Views: 561

Re: TGet():nClrFocus no me cambia el color

TGet():bColorBlock := { |oGet| IF( oGet:lFocused, { CLR_WHITE, CLR_HBLUE }, IF( .NOT. oGet:lActive, {CLR_BLACK, CLR_HGRAY}, {CLR_BLACK, CLR_WHITE} )) }
by Marc Venken
Wed Mar 24, 2021 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet():nClrFocus no me cambia el color
Replies: 3
Views: 409

Re: How to change color of line in Header and Footer? *Work Now*

Dear Master Rao,

Thanks a lot.
nageswaragunupudi wrote:
oBrw:bClrHeader := { ||{ CLR_GRAY, nRGB( 242, 242, 242 ), CLR_HGRAY } }


Right.
by dutch
Fri Dec 25, 2020 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change color of line in Header and Footer? *Work Now*
Replies: 10
Views: 1384

Re: How to change color of line in Header and Footer? *Work Now*

oBrw:bClrHeader := { ||{ CLR_GRAY, nRGB( 242, 242, 242 ), CLR_HGRAY } }


Right.
by nageswaragunupudi
Fri Dec 25, 2020 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change color of line in Header and Footer? *Work Now*
Replies: 10
Views: 1384
Next

Return to advanced search