Search found 31 matches: bclrfooter

Return to advanced search

CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE

... } } 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
Fri Sep 01, 2023 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE
Replies: 1
Views: 331

evitar que se active columna con xbrowse al dar un click

... } } 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
Fri Sep 01, 2023 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabilitar columna en xBrowse - Disable column in xBrowse
Replies: 8
Views: 1077

Re: Change Footer colors (xBrowse)

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

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 Natter
Sat Jan 28, 2023 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Footer colors (xBrowse)
Replies: 10
Views: 914

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:nRowNonClr ...
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: 933

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

... } } 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
Tue Dec 17, 2019 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, Mysql y Tdolphin.. error de orden..
Replies: 1
Views: 811

xbrowse.. y barras.

... } } 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
Wed Oct 17, 2018 5:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse.. y barras.
Replies: 3
Views: 829

xbrowse y bloqueo encabezado

... línea 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
Thu Mar 08, 2018 3:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse y bloqueo encabezado
Replies: 0
Views: 866

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
Tue Oct 31, 2017 2:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse y tdolphin
Replies: 3
Views: 1023

Re: tdolphin y xbrowse

... } } 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 11:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tdolphin y xbrowse
Replies: 3
Views: 1592

tdolphin y xbrowse

... } } 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: 1592

error en xbrowse o FWH ???

... } } 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: 1028

error al trabajar con Xbrowse

... } } 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: 879

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:bClrHeader ...
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: 3919

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 parameters ...
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: 7586
Next

Return to advanced search

cron