Search found 31 matches: bclrfooter

Searched query: bclrfooter

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: 7759

Re: FWH64 : ERROR SE SALE DEL SISTEMA

... CLR_BLACK, CLR_HGRAY } }
:bClrStd = { || If( oBrw:KeyNo() % 2 == 0,{CLR_BLACK, RGB( 198, 255, 198 ) },{CLR_BLACK, RGB( 232, 255, 232 ) } ) }
:bClrFooter := { || { CLR_WHITE,METRO_WORD1 } }
:bClrEdits := { || { CLR_BLACK, CLR_YELLOW }}
END

AEval( oBrw:aCols, { | o | o:nHeadStrAlign := AL_CENTER ...
by kpidata
Fri Sep 01, 2023 7:17 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabilitar columna en xBrowse - Disable column in xBrowse
Replies: 2
Views: 2216

evitar que se active columna con xbrowse al dar un click

... 255,128) } }
oBrw:bClrStd := {|| If( oBrw:KeyNo() % 2 == 0, { CLR_BLACK, RGB( 224, 236, 255 ) }, { CLR_BLACK, RGB( 189, 211, 253 ) } ) }
oBrw:bClrFooter := {|| { nRGB(000,000,000), nRGB(150,200,200) } }
oBrw:bClrSel := {|| { nRGB(000,000,000), nRGB(128,255,128) } } // para barra de linea selecc ...
by nageswaragunupudi
Sat Jan 28, 2023 12:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Change Footer colors (xBrowse)
Replies: 10
Views: 1253

Re: Change Footer colors (xBrowse)

return color pair { nClrText, nClrBack } when your bClrFooter is evaluated.
by Natter
Sat Jan 28, 2023 10:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: Change Footer colors (xBrowse)
Replies: 10
Views: 1253

Re: Change Footer colors (xBrowse)

Thank you for your help !
Of course, I immediately tried the construction of
aCols[cl]:bClrFooter:={||{RGB(...), RGB(...)}}
aCols[cl]:RefreshFooter()
But at the same time, only the font color changes, and the background color does not change :(
by Armando
Fri Nov 13, 2020 2:37 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Como me refiero al total de una columna (SOLUCIONADO)
Replies: 8
Views: 1299

Re: Como me refiero al total de una columna

... nStretchCol := STRETCHCOL_WIDEST
:nHeaderHeight := 25
:nRowHeight := 22
:nFooterHeight := 25
:bClrHeader := { || {CLR_WHITE,CLR_BLACK} }
:bClrFooter := { || {CLR_WHITE,CLR_BLACK} }
:bClrSel := { || IF( oBry:KeyNo % oApp:nRowsInt == 0 ,{ CLR_BLACK, oApp:nRowParClr },{ CLR_BLACK, oApp ...
by kpidata
Tue Dec 17, 2019 12:20 am
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, Mysql y Tdolphin.. error de orden..
Replies: 1
Views: 935

Xbrowse, Mysql y Tdolphin.. error de orden..

... 255,128) } }
oBrw:bClrStd := {|| If( oBrw:KeyNo() % 2 == 0, { CLR_BLACK, RGB( 224, 236, 255 ) }, { CLR_BLACK, RGB( 189, 211, 253 ) } ) }
oBrw:bClrFooter := {|| { nRGB(000,000,000), nRGB(150,200,200) } }
oBrw:bClrSel := {|| { nRGB(000,000,000), nRGB(128,255,128) } } // para barra de linea selecc ...
by kpidata
Wed Oct 17, 2018 5:49 pm
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse.. y barras.
Replies: 3
Views: 917

xbrowse.. y barras.

... 255,128) } }
oBrw:bClrStd := {|| If( oBrw:KeyNo() % 2 == 0, { CLR_BLACK, RGB( 224, 236, 255 ) }, { CLR_BLACK, RGB( 189, 211, 253 ) } ) }
oBrw:bClrFooter := {|| { nRGB(000,000,000), nRGB(150,200,200) } }
oBrw:bClrSel := {|| { nRGB(000,000,000), nRGB(128,255,128) } }
oBrw:l2007:=.T.
oBrw:lFooter ...
by kpidata
Thu Mar 08, 2018 3:51 pm
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse y bloqueo encabezado
Replies: 0
Views: 939

xbrowse y bloqueo encabezado

... de footer
oBrw2:lHScroll := (.T.) // Quitamos el scroll horizontal
oBrw2:bClrHeader := {|| { nRGB(000,000,000), nRGB(128,255,128) } }
oBrw2:bClrFooter := {|| { nRGB(000,000,000), nRGB(150,200,200) } }
oBrw2:bClrSel := {|| { nRGB(000,000,000), nRGB(128,255,128) } }
oBrw2:bClrSelFocus ...
by kpidata
Tue Oct 31, 2017 2:02 pm
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse y tdolphin
Replies: 3
Views: 1145

xbrowse y tdolphin

... oBrw2:bClrStd := {|| { nRGB(000,000,000), nRGB(255,255,200) } }
oBrw2:bClrHeader := {|| { nRGB(000,000,000), nRGB(128,255,128) } }
oBrw2:bClrFooter := {|| { nRGB(000,000,000), nRGB(150,200,200) } }
oBrw2:bClrSel := {|| { nRGB(000,000,000), nRGB(128,255,128) } }
oBrw2:bClrSelFocus ...
by kpidata
Thu Sep 14, 2017 11:09 pm
Forum: FiveWin para Harbour/xHarbour
Topic: tdolphin y xbrowse
Replies: 3
Views: 1892

Re: tdolphin y xbrowse

... 255,128) } }
oBrw:bClrStd := {|| If( oBrw:KeyNo() % 2 == 0, { CLR_BLACK, RGB( 224, 236, 255 ) }, { CLR_BLACK, RGB( 189, 211, 253 ) } ) }
oBrw:bClrFooter := {|| { nRGB(000,000,000), nRGB(150,200,200) } }
oBrw:bClrSel := {|| { nRGB(000,000,000), nRGB(128,255,128) } } // para barra de linea selecc ...
by kpidata
Thu Sep 14, 2017 9:26 pm
Forum: FiveWin para Harbour/xHarbour
Topic: tdolphin y xbrowse
Replies: 3
Views: 1892

tdolphin y xbrowse

... 255,128) } }
oBrw:bClrStd := { || If( oBrw:KeyNo() % 2 == 0, { CLR_BLACK, RGB( 224, 236, 255 ) }, { CLR_BLACK, RGB( 189, 211, 253 ) } ) }
oBrw:bClrFooter := {|| { nRGB(000,000,000), nRGB(150,200,200) } }
oBrw:bClrSel := {|| { nRGB(000,000,000), nRGB(128,255,128) } } // para barra de linea selecc ...
by kpidata
Wed May 10, 2017 2:18 pm
Forum: FiveWin para Harbour/xHarbour
Topic: error en xbrowse o FWH ???
Replies: 1
Views: 1162

error en xbrowse o FWH ???

... 255,128) } }
oBrw:bClrStd := { || If( oBrw:KeyNo() % 2 == 0, { CLR_BLACK, RGB( 224, 236, 255 ) }, { CLR_BLACK, RGB( 189, 211, 253 ) } ) }
oBrw:bClrFooter := {|| { nRGB(000,000,000), nRGB(150,200,200) } }
oBrw:bClrSel := {|| { nRGB(000,000,000), nRGB(128,255,128) } } // para barra de linea selecc ...
by kpidata
Mon May 08, 2017 3:27 pm
Forum: FiveWin para Harbour/xHarbour
Topic: error al trabajar con Xbrowse
Replies: 3
Views: 1139

error al trabajar con Xbrowse

... 255,128) } }
oBrw:bClrStd := { || If( oBrw:KeyNo() % 2 == 0, { CLR_BLACK, RGB( 224, 236, 255 ) }, { CLR_BLACK, RGB( 189, 211, 253 ) } ) }
oBrw:bClrFooter := {|| { nRGB(000,000,000), nRGB(150,200,200) } }
oBrw:bClrSel := {|| { nRGB(000,000,000), nRGB(128,255,128) } } // para barra de linea selecc ...
by ukoenig
Thu Jun 16, 2016 5:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Change Color of xBrowse Column Headers and Footers
Replies: 16
Views: 5087

Re: Change Color of xBrowse Column Headers and Footers

... 0.1, 14342874, 14342874 }, ;
{ 0.1, 14342874, 14342874 } } }

------------------------
------------------------

3 + 4
bClrHeader and bClrFooter You can use to color a single column
otherwise You can use AEval(... for ALL columns

oBrw1:l2007 := .F. .
AEval( oBrw1:aCols, { |o| o ...
by Antonio Linares
Thu May 12, 2016 6:51 pm
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 9028

New FTDN April/Abril 2016 (FWH 16.04)

... oBrw:lFlatStyle := .t. continues to set flat style.
Programmer can continue to set his own style by assigning values to
bClrGrad, bClrHeader, bClrFooter, nRecSelColor.

(6) New: Gets in Header.
Some users have been asking for provision of Gets in the
Header area, to enable users to enter ...