Search found 28 matches: bclredit

Return to advanced search

Re: New FTDN October/Octure (FWH 22.10)

... de edición en línea, se produce un error en tiempo de ejecución. Corregido. Para las versiones anteriores de FWH2008, por favor, asigne un valor a bClrEdit para evitar este error de ejecución. - Al navegar por fuentes de datos ordenadas, la función de búsqueda incremental está está activada por ...
by Antonio Linares
Mon Nov 07, 2022 9:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 862

New FTDN October/Octure (FWH 22.10)

... a column using a block using the parameters inline edit raises runtime error. Fixed. For previous versions from FWH2008, please assign a value to bClrEdit to avoid this runtime error. - While browsing ordered datasources, incremental seek feature is on by default. At times this creates unexpected ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 862

Re: XBROWSE Facelifting and another behavior!

byte-one wrote:I found also that SetGetColorFocus(nColor) not respected on EDIT_GET and EDIT_GET_LISTBOX!

We need to set oCol:bClrEdit, which is by default the same as bClrStd.
This is the behavior all these years.
by nageswaragunupudi
Fri Dec 28, 2018 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Facelifting and another behavior!
Replies: 7
Views: 1382

New FTDN January/Enero 2018 (FWH 18.01)

... any image of any size even when lAdjustBtn is .T. * XBROWSE: ------- - EditGet colors: TGet()'s colorfocus, if set, is taking precedence over oCol:bClrEdit. Now bClrEdit, if specified, takes precedence. - EditGet is overlapping buttons in some cases of EDIT_GET_BUTTON and EDIT_GET_LISTBOX. Fixed. ...
by Antonio Linares
Wed Feb 14, 2018 5:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2018 (FWH 18.01)
Replies: 1
Views: 2591

Re: Listbox en un xbrowse

El bloque :bClrEdit Se evalua aqui: antes de visualizar el listbox en el metodo ShowBtnList   aColors  := Eval( ::bClrEdit )   oFont    := ::EditFont   @ 0, 0 LISTBOX ::oEditLbx VAR nAt OF ::oBrw SIZE 0,0 ITEMS ::aEditListTxt ...
by RenOmaS
Thu Jan 21, 2016 10:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Listbox en un xbrowse
Replies: 19
Views: 4689

Re: Listbox en un xbrowse

Hola RenOmas

Parece ser que el comando que me das ":bClrEdit", tampoco se evalua si nEditType = EDIT_LISTBOX.

Alguna otra sugerencia?

Gracias
Josep Armengol
by sajarm
Thu Jan 07, 2016 10:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Listbox en un xbrowse
Replies: 19
Views: 4689

Re: Listbox en un xbrowse

HOla Según la clase el bloque bonPreEdit no se llega a evaluar cuando :nEditType == EDIT_LISTBOX , Puedes utilizar el bloque :bClrEdit que si se evalua en el method ShowBtnList , mas o menos asi :bClrEdit := { || Cargalots( aDatos, oBrw ), ;                                ...
by RenOmaS
Thu Dec 31, 2015 6:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Listbox en un xbrowse
Replies: 19
Views: 4689

Re: xBrowse - Color en Columna

... es sábado y parece que la "mente" me esta diciendo basta!.... jejeje mi error es este: (copiar y pegar no siempre es la solución!) :bClrEdit := {|| { CLR_BLACK,CLR_BACKTIZA } } en lugar de :bClrStd := {|| { CLR_BLACK,CLR_BACKTIZA } } que obviamente si funciona... que papelón! :oops: ...
by MarioG
Sat Jan 17, 2015 7:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - Color en Columna
Replies: 8
Views: 864

Re: Degradado problemático en xBrowse

... with second color as gradient array is passed to the GET object and GET can not handle gradient array to create brush. We have to specify bClrEdit with normal colors
by nageswaragunupudi
Fri Apr 26, 2013 4:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Degradado problemático en xBrowse
Replies: 5
Views: 758

Re: xBrowse editing color

Is it also possible to set the color of the get field inside the column.

That's what oCol:bClrEdit does.
Or did I not understand your requirement?
by nageswaragunupudi
Tue Apr 09, 2013 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse editing color
Replies: 8
Views: 1360

Re: xBrowse editing color

You may use
oCol:bClrEdit and
oCol:oEditFont
by nageswaragunupudi
Tue Apr 09, 2013 4:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse editing color
Replies: 8
Views: 1360

Re: aBitmaps of object oEditLbx of txbrwCol class

Reinaldo, just a quick hardcoded test in xBrowse-class : aColors := Eval( ::bClrEdit ) oFont := If( ValType( ::oEditFont ) == 'B', Eval( ::oEditFont ), ::oEditFont ) @ 0, 0 LISTBOX ::oEditLbx VAR nAt OF ::oBrw SIZE 0, 0 ITEMS ::aEditListTxt ; BITMAPS { c_path1 ...
by ukoenig
Wed Dec 19, 2012 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: aBitmaps of object oEditLbx of txbrwCol class
Replies: 5
Views: 1109

Re: EDICION DE CELDA TIPO FACTURA EN XBROWSE CON ARRAY

... VERDECITO oBrw:lHScroll := .f. oBrw:lVScroll := .F. oBrw:aCols[1]:cHeader := 'Codigo' oBrw:aCols[1]:cEditPicture := '!!!!!!!!!!!!!' oBrw:aCols[1]:bClrEdit := oBrw:bClrStd oBrw:aCols[1]:bOnPostEdit := { | oCol, xVal, nKey | If( nKey == VK_RETURN,"",),oBrw:GoRight(),oBrw:GoRight() } oBrw:aCols[1]:nEditType ...
by jbrita
Mon Jul 09, 2012 4:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EDICION DE CELDA TIPO FACTURA EN XBROWSE CON ARRAY-SOLUCION
Replies: 3
Views: 2476

using xbrowse bEditWhen

... I tried to use the following code but the bEditWhen doesn't run. oBrw425:aCols[2]:cEditPicture := "@E 999,999,999.00" oBrw425:aCols[2]:bClrEdit := oBrw425:bClrStd oBrw425:aCols[2]:nEditType := 1 oBrw425:aCols[2]:bEditWhen := {|o,x| valtype(o)="N"} oBrw425:lFastEdit:=.t. Probably ...
by Marco Turco
Tue Oct 18, 2011 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: using xbrowse bEditWhen
Replies: 3
Views: 683

Re: Devolver Valor a una Columna del Xbrowse Antes de Validar

Leandro yo lo hago asi pero con array: oBrw:aCols[1]:cHeader := 'Codigo' oBrw:aCols[1]:cEditPicture := '!!!!!!!!!!!!!' oBrw:aCols[1]:bClrEdit := oBrw:bClrStd oBrw:aCols[1]:bOnPostEdit := { | oCol, xVal, nKey | If( nKey == VK_RETURN,"",),oBrw:GoRight(),oBrw:GoRight() } oBrw:aCols[1]:nEditType ...
by jbrita
Thu Jun 02, 2011 3:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Devolver Valor a una Columna del Xbrowse Antes de Validar
Replies: 7
Views: 1801
Next

Return to advanced search