Search found 72 matches: aeditlisttxt

Return to advanced search

New FTDN November 2014 (FWH 14.11)

... * New: xBrowse: New column data lRunBtnAction class TXBrwColumn. When oCol:bEditBlock or oCol:aEditListTxt is not empty and oCol:bEditValid sets oCol:lRunBtnAction to .T. and exits, the bEditBlock / Listbox is executed immediately after the oEditGet ...
by Antonio Linares
Sun Nov 30, 2014 7:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November 2014 (FWH 14.11)
Replies: 5
Views: 2600

New FTDN August 2014 (FWH 14.08)

... correctly. fixed. * Enhancement: TDataRow: New default Edit Dialog with Navigation. * Enhancement: XBrowse: If a multidim array is assigned to ::aEditListTxt. first column is considered as ::aEditListBound an second column as ::aEditListTxt. * Enhancement: FW_Greatest(...) and FW_Least(...) now ...
by Antonio Linares
Sat Sep 06, 2014 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August 2014 (FWH 14.08)
Replies: 2
Views: 1862

XBROWSE; EDIT_GET_LISTBOX

Can i change the ::aEditListTxt and ::aEditListBound at runtime and show this new contents in the listbox?
by byte-one
Thu Oct 17, 2013 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE; EDIT_GET_LISTBOX
Replies: 7
Views: 2254

Re: XBROWSE fiirst steps

... := { ||odb2:lfinish} oCol:cHeader := "结案" oCol:nEditType := {||if(::ledit .and. !odb2:EOF().and.::aright2[6]=="Y",4,0)} ocol:aEditListTxt:={" ","Y"} ocol:aEditListBound:={" ","Y"} oCol:bOnPostEdit := {|o, v, n| if( n != VK_ESCAPE .and. ...
by ShumingWang
Thu Apr 18, 2013 5:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE fiirst steps
Replies: 6
Views: 2105

New FTDN March/Marzo 2013 (FWH 13.03)

... Improved evaluation of expressions used while declaring columns in ADO. - Enhancement: When nEditType is EDIT_LISTBOX and both aEditListBound and aEditListTxt are specified, value in the editlisttxt is diaplayed corresponding the value in the editlistbound. - Enhancement: Method Paste() now updates ...
by Antonio Linares
Thu Mar 28, 2013 11:33 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2013 (FWH 13.03)
Replies: 0
Views: 2509

xBrowse + TDolphin EDIT_GET_LISTBOX

... in array ~ 800 ... So I tried that : WITH OBJECT oCol :bEditValue := { || oQry:preke } :nEditType := if( lEdt, EDIT_GET_LISTBOX, EDIT_NONE ) :aEditListTxt := aMod END Sorry , but trying to open listbox , app hangs ... How can this be solved ? Fwh 11.11 , Harbour 3.1 MinGW
by Rimantas
Sat Mar 09, 2013 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + TDolphin EDIT_GET_LISTBOX
Replies: 8
Views: 2083

EDITAR CELDAS EN XBROWSE CON QUERY Y TDOLPHIN

... == 0, SPACE(10) ,; oQryCJ:caj_tipomovi ) } :nWidth := 50 :cToolTip := "Tipo Movimiento Ingreso/Egreso" :nEditType := EDIT_LISTBOX :aEditListTxt := aTipoEI *** :aEditListBound *** :bEditWhen := {|| IF( oQryCJ:caj_origen = "CAJ" .or. ; *** EMPTY( oQryCJ:caj_origen ), .t., ...
by joseluisysturiz
Fri Jan 25, 2013 5:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: EDITAR CELDAS EN XBROWSE CON QUERY Y TDOLPHIN
Replies: 2
Views: 979

Re: aBitmaps of object oEditLbx of txbrwCol class

... ) oFont := If( ValType( ::oEditFont ) == 'B', Eval( ::oEditFont ), ::oEditFont ) @ 0, 0 LISTBOX ::oEditLbx VAR nAt OF ::oBrw SIZE 0, 0 ITEMS ::aEditListTxt ; BITMAPS { c_path1 + "Yes1.bmp", c_path1 + "No1.bmp" } ; COLOR aColors[ 1 ], aColors[ 2 ] FONT oFont http://www.pflegeplus.com/pictures/btnlist1.jpg ...
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: 1127

Re: aBitmaps of object oEditLbx of txbrwCol class

Reinaldo,

In xBrowse Method :
METHOD ShowBtnList( nKey ) CLASS TXBrwColumn
...
...
Missing BMP's in Lines :
@ 0, 0 LISTBOX ::oEditLbx VAR nAt OF ::oBrw SIZE 0, 30 ITEMS ::aEditListTxt ;
BITMAPS { ??????? } ;
COLOR aColors[ 1 ], aColors[ 2 ] FONT oFont

Best Regards
Uwe :lol:
by ukoenig
Wed Dec 19, 2012 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: aBitmaps of object oEditLbx of txbrwCol class
Replies: 5
Views: 1127

XBROWSE with EDIT_GET_LISTBOX

... text from the first item of the listbox if i open the listbox. If i close the listbox without any click on a item, the text should be unchanged. ::aEditListTxt and ::aEditListBound should be the same if ::aEditListBound is not defined. And after this, the nAt from the Listbox should be searched. ...
by byte-one
Thu Dec 13, 2012 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE with EDIT_GET_LISTBOX
Replies: 0
Views: 317

POSICION DE UN ITEM EN ARRAY DE COLUMNA DE XBROWSE

Saludos, tengo 1 xBrowse con varias columnas que contienen ARRAY definidas con :nEditType := EDIT_LISTBOX y :aEditListTxt := aDatos, estos array obviamente contienen varios valores los cuales no es lo que quiero guardar en mi tabla sino la posicion que ocupan en dicho array que ...
by joseluisysturiz
Fri Aug 31, 2012 6:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: POSICION DE UN ITEM EN ARRAY DE COLUMNA DE XBROWSE
Replies: 5
Views: 945

Re: Problema con TXBrowse ,alguien me ayuda ?

... LEN( aItems ) = 0, SPACE(10) ,; aItems[oBrw:nArrayAt, 1] ) } :cToolTip := "Tipo Movimiento Ingreso/Egreso" :nEditType := EDIT_LISTBOX :aEditListTxt := aTipoMovi * :aEditListBound := :bOnPostEdit := { | oCol, xVal, nKey | If( nKey <> VK_ESCAPE ,; ( oCol:value := xVal ), ) } END ...
by ACC69
Fri Aug 24, 2012 2:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No refresca totales con TXBrowse ,Solucionado!!?
Replies: 17
Views: 5861

Re: Problema con TXBrowse ,alguien me ayuda ?

... LEN( aItems ) = 0, SPACE(10) ,; aItems[oBrw:nArrayAt, 1] ) } :cToolTip := "Tipo Movimiento Ingreso/Egreso" :nEditType := EDIT_LISTBOX :aEditListTxt := aTipoMovi * :aEditListBound := :bOnPostEdit := { | oCol, xVal, nKey | If( nKey <> VK_ESCAPE ,; ( oCol:value := xVal ), ) } END ...
by joseluisysturiz
Thu Aug 23, 2012 10:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No refresca totales con TXBrowse ,Solucionado!!?
Replies: 17
Views: 5861

AYUDA CON XBROWSE/EDIT_LISTBOX

... } oCol:cHeader := 'Detalle del Familia' oCol:nWidth := 200 oCol:nHeadStrAlign:= AL_CENTER ocol:nEditType := EDIT_LISTBOX ocol:aEditListTxt := aFamilias ocol:bOnPostEdit := { | oCol, xVal, nKey | If( nKey == VK_RETURN,ValidaFamilia( xVal,oLbx),) } antes que entre al browse lleno ...
by jbrita
Tue May 15, 2012 6:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA CON XBROWSE/EDIT_LISTBOX
Replies: 1
Views: 603

Re: several questions about xBrowse

... := { ||odb2:lfinish} oCol:cHeader :={||if(lright, "结案","Hide")} oCol:nEditType := {||if(::ledit .and. !odb2:EOF(),4,0)} ocol:aEditListTxt:={" ","Y"} ocol:aEditListBound:={" ","Y"} oCol:bOnPostEdit := {|o, v, n| if( n != VK_ESCAPE .and. ...
by ShumingWang
Mon Dec 19, 2011 2:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: several questions about xBrowse
Replies: 12
Views: 3435
PreviousNext

Return to advanced search