... 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 ...
... 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 ...
... 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. ...
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 ...
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 ), ; ...
... 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: ...
... 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
... 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 ...