Search found 98 matches: bclrsel

Return to advanced search

Re: Consulta color en xbrowse

... y brw y comparar con otro campo, numerico esta vez. //oBrw:bClrStd := {|| { iif(empty(_ActxCoe->FecAct),CLR_GREEN,CLR_RED),CLR_WHITE } } //oBrw:bclrSel := {|| { iif(empty(_ActxCoe->FecAct),CLR_GREEN,CLR_RED),CLR_WHITE } } // color del focus //oBrw:bClrStd := {|| { iif(empty((cAlias)->FecAct),CLR_GREEN,CLR_RED),CLR_WHITE ...
by José Camilo
Mon Dec 16, 2024 12:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta color en xbrowse
Replies: 3
Views: 263

Re: Another setcheck xbrowse

I made :bClrSel := { || { ORANGE,CLR_WHITE } } but not run ok Naturally it does not. You may use bClrStd If I made :bClrStd := { || { CLR_WHITE, ORANGE } } no good for me https://i.postimg.cc/zvvvX1Qc/hh.png I ...
by Silvio.Falconi
Sun Nov 03, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another setcheck xbrowse - RESOLVED -
Replies: 8
Views: 599

Re: Another setcheck xbrowse

I made

:bClrSel := { || { ORANGE,CLR_WHITE } } but not run ok

Naturally it does not.
You may use bClrStd
by nageswaragunupudi
Sat Nov 02, 2024 10:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another setcheck xbrowse - RESOLVED -
Replies: 8
Views: 599

Another setcheck xbrowse - RESOLVED -

... on first column to check , I wish click on second column to check first column then I wish colorize with orange color the record selected I made :bClrSel := { || { ORANGE,CLR_WHITE } } but not run ok and I wish no cursor on xbrowse , because at init I see the bx on first line I made also https://i.postimg.cc/jj1P2TQF/ff.png ...
by Silvio.Falconi
Sat Nov 02, 2024 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another setcheck xbrowse - RESOLVED -
Replies: 8
Views: 599

Consulta color en xbrowse

... // defino colores de los registros en el browse oBrw:bClrStd := {|| { iif(empty(_ActxCoe->FecAct),CLR_GREEN,CLR_RED),CLR_WHITE } } oBrw:bclrSel := {|| { iif(empty(_ActxCoe->FecAct),CLR_GREEN,CLR_RED),CLR_WHITE } } // color del focus // quitar barra horizontal //oBrw:lHScroll := .F. ...
by José Camilo
Wed Oct 30, 2024 11:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta color en xbrowse
Replies: 3
Views: 263

Re: color on xbrowse Box

:bClrSelFocus := { || {0,RGB(204,242,255)}} Selected cell is painted with oBrw:bClrSelFocus only when the Browse has focus. When the browse does not have focus, it is painted with oBrw:bClrSel (not ...
by nageswaragunupudi
Tue Oct 29, 2024 10:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: color on xbrowse Box
Replies: 3
Views: 328

Re: FWH64 : ERROR SE SALE DEL SISTEMA

... , WS_POPUP @0,0 XBROWSE oBrw OF aWnd ; DATASOURCE oQry ; COLUMNS aCols ; LINES CELL FASTEDIT PIXEL WITH OBJECT oBrw :bClrRowFocus := oBrw:bClrSelFocus :nRowHeight := 25 :nHeaderLines := 4 :nHeaderHeight := 60 :oHeaderFonts := oFont :nFooterHeight := 20 :nFooterLines := 2 :oFooterFonts ...
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

... XBROWSE oBrw OF oWnd ; DATASOURCE oQry ; COLUMNS aCols ; LINES CELL AUTOSORT SIZE -10,-10 PIXEL FONT oFont WITH OBJECT oBrw :bClrRowFocus := oBrw:bClrSelFocus :nRowHeight := 25 :nHeaderLines := 4 :nHeaderHeight := 70 :oHeaderFonts := oFont :nFooterHeight := 20 :nFooterLines := 2 :nStretchCol := ...
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

Problemas con comportamiento de XBrowse.

... // alinea al centro las cabeceras de columnas oBrw:bClrStd := {|| { iif(!empty(Neteo->FechaPago),CLR_GREEN,CLR_RED),CLR_WHITE } } oBrw:bclrSel := {|| { iif(!empty(Neteo->FechaPago),CLR_GREEN,CLR_RED),CLR_WHITE } } // color del focus oBrw:bKeyDown:={|nKey,nFlag|iif(veo(@nApu,@oBrw,aBotones,nKey),eval(aBotones[nApu,4]),NIL)} ...
by José Camilo
Fri Mar 15, 2024 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con comportamiento de XBrowse.
Replies: 1
Views: 628

evitar que se active columna con xbrowse al dar un click

... := MARQSTYLE_HIGHLROW // Con cursor de todo el renglón oBrw:nColDividerStyle := LINESTYLE_RAISED oBrw:nRowDividerStyle := LINESTYLE_RAISED oBrw:bClrSelFocus := {|| { nRGB( 0, 0, 0), nRGB(128,255,128) } } // para barra de linea selecc cuando el control tiene el foco oBrw:lColDividerComplete := ...
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: 1667

Re: ERROR XBROWSE CON MERGEVERT

... 150,150,250; ARRAY acDatos UPDATE FOOTERS LINES AUTOCOLS CELL olbx1:l2007:=.t. olbx1:gotop() olbx1:bClrStd:={|| aClrCol [ olbx1:keyno%2+1]} olbx1:bClrSel:={|| { nRGB( 0, 0,255), aGradBarSel } } olbx1:bClrSelFocus := { || { CLR_BLACK, aGradBarSelFocus } } olbx1:nColDividerStyle := LINESTYLE_BLACK ...
by elmoiquique
Mon Aug 28, 2023 3:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR XBROWSE CON MERGEVERT
Replies: 8
Views: 954

Re: New FTDN October/Octure (FWH 22.10)

... un proyecto con ella. No lo hemos probado extensamente así que los comentarios son bienvenidos. * xbrowse.prg: - Desde FWH2008, bClrStd, bClrSel, bClrSelFocus se evalúan con dos parámetros, a saber, los objetos browse y column. El objeto column es nulo cuando browse evalúa los bloques. ...
by Antonio Linares
Mon Nov 07, 2022 9:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 2117

New FTDN October/Octure (FWH 22.10)

... You can easily build a project using it. We have not extensitevely tested it so feedback is welcome. * xbrowse.prg: - Since FWH2008, bClrStd, bClrSel, bClrSelFocus are evaluated with two parameters, viz., browse and column objects. column object is nil when browse evaluates the blocks.However, ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 2117

Re: xbrowse + Tdolphin + Mysql

... ; } @ 0,0 XBROWSE oBrw OF oWnVta ; DATASOURCE oQry ; COLUMNS aCols ; LINES CELL AUTOSORT WITH OBJECT oBrw :bClrRowFocus := oBrw:bClrSelFocus :nRowHeight := 25 :nHeaderLines := 3 :nHeaderHeight := 60 :oHeaderFonts := oFont :nFooterHeight := 20 :nFooterLines := 2 :nStretchCol := ...
by CARLOS ATUNCAR
Mon Oct 18, 2021 2:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse + Tdolphin + Mysql
Replies: 2
Views: 561

Re: Color en filas de XBrowse

bClrSelFocus // when the browse has focus
bClrSel // when browse is not in focus
by nageswaragunupudi
Tue Jun 22, 2021 4:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color en filas de XBrowse
Replies: 1
Views: 473
Next

Return to advanced search