Search found 72 matches: aeditlisttxt

Return to advanced search

Re: Editar campos lógicos en Xbrowse

... := EDIT_GET oBrw:aCols[2]:nEditType := EDIT_GET oBrw:aCols[3]:nEditType := EDIT_LISTBOX oBrw:aCols[4]:nEditType := EDIT_GET oBrw:aCols[3]:aEditListTxt := { "EFECTIVO", "TARJETA", "SEGURO","PENDIENTE" } oBrw:aCols[4]:SetCheck ({"CHECKON","CHECKOFF"} ...
by Pedro
Tue Apr 05, 2011 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editar campos lógicos en Xbrowse
Replies: 2
Views: 821

Re: How to programmatically click on a cell of an xBrowse?

... though oBrw:setPos() was called. iv. pressed Enter again, expecting to get the message box again but instead I got the messsage "oCol:aEditListTxt not defined" which I don't know where it came from. I did a screen cast to show what I mean and you can view it at http://www.screencast.com/t/h6X0rlLo ...
by hua
Wed Mar 23, 2011 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to programmatically click on a cell of an xBrowse?
Replies: 13
Views: 2891

xbrowse edit message (solved)

... i dbl click on the column (when not allowed to edit) it is ok nothing happens if i press on the enter key twice i get the following message ocol:aeditlisttxt not defined fivewin class txbrwcolumn any idea ? solution in changing method keydown xbrowse.prg case nKey == VK_RETURN oCol := ::SelectedCol() ...
by Richard Chidiak
Mon Aug 23, 2010 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse edit message (solved)
Replies: 0
Views: 447

Re: ** ListBox column in the XBROWSE

... := { || oBrw:Quantity:Value * oBrw:Rate:Value * ; ( 1 - oBrw:Discount:Value * 0.01 ) } WITH OBJECT oBrw:Unit :nEditType := EDIT_LISTBOX :aEditListTxt := {"BOX","PCS","KG","LTR"} END WITH OBJECT oBrw:Amount :cEditPicture := '9,99,999.99' :nTotal ...
by shri_fwh
Mon Dec 21, 2009 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ** ListBox column in the XBROWSE
Replies: 4
Views: 1730

xbrowse problem

... "No ")} oCol:bEditValue := { || oProject:prjstart } oCol:nDataStyle := oCol:DefStyle( AL_RIGHT, .T.) oCol:nEditType := EDIT_LISTBOX oCol:aEditListTxt := { "Yes", "No"} oCol:aEditListBound := { TRUE, FALSE } oCol:bOnPostEdit := {|o, v| oProject:prjstart := v ,oProject:save(),oLbx:Refresh() ...
by Colin Haig
Sun Nov 15, 2009 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem
Replies: 5
Views: 1027

Re: Cómo actualizo los combos en Xbrowse?

... dicha clase. Al hacerlo también encontré la solución que fue más fácil y no me di cuenta antes :oops: Tan sólo hay que asignar a las propiedades :aEditListTxt y :aEditListBound los nuevos arrays modificados Dentro de mi funcion SelLugar(i,x,obrwObr), luego de modificar los arrays con nuevos datos ...
by sjingo
Mon May 04, 2009 3:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo actualizo los combos en Xbrowse? (Solucionado)
Replies: 6
Views: 1707

xBrowse Button del GET

... 2 ]:bEditBlock := {|| msginfo( "Imagen"+strzero( oBrw:aCols[ 2 ]:nBtnBmp, 2 ) ) } oBrw:aCols[ 3 ]:nEditType( EDIT_GET_LISTBOX ) oBrw:aCols[ 3 ]:aEditListTxt := aList oBrw:aCols[ 3 ]:bOnPostEdit := {|o,x,k| oBrw:aCols[ 2 ]:nBtnBmp := x , ; oBrw:aCols[ 2 ]:ChangeBitMap() } ACTIVATE DIALOG oDlg ...
by Daniel Garcia-Gil
Mon Sep 29, 2008 3:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse Button del GET
Replies: 12
Views: 4107

Nageswararao,

This first line seems wrong:

oBrw:aCols[3]:aEditListBound:= ;
oBrw:aCols[3]:aEditListTxt := { 'AA', 'BB', 'CC', 'DD', 'EE', 'FF', 'GG', 'HH' }
by Antonio Linares
Wed Dec 26, 2007 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse online editing
Replies: 66
Views: 13019

... "Yes", "No ")} oCol:bEditValue := { || _FIELD->Married } oCol:nDataStyle := oCol:DefStyle( AL_RIGHT, .T.) oCol:nEditType := EDIT_LISTBOX oCol:aEditListTxt := { "Yes", "No"} oCol:aEditListBound := { .t., .f. } oCol:bOnPostEdit := {|o, v| _FIELD->Married := v } oBrw:SetRDD() oBrw:CreateFromCode() ...
by Otto
Mon Nov 12, 2007 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser: How to repaint the header
Replies: 12
Views: 2934

XBrowse problems with drop downs

... line at about line 1251 in XBrowse.prg is wrong: nAt := Ascan( ::aEditListBound, Eval( ::bEditValue ) ) I think it should be : nAt := Ascan( ::aEditListTxt, Eval( ::bEditValue ) ) Without this the drop down does not select the current value in the browse cell.
by alexstrickland
Sun Oct 28, 2007 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse problems with drop downs
Replies: 1
Views: 655

BUG xBrowse - Antonio olhe isso por favor !

... := 60 uBrw:aCols[2]:nDataStrAlign := AL_LEFT uBrw:aCols[2]:nHeadStrAlign := AL_LEFT uBrw:aCols[2]:nEditType := EDIT_LISTBOX uBrw:aCols[2]:aEditListTxt := {"Sim", "Não"} uBrw:aCols[2]:bOnPostEdit := {|o,x| bStruc[ uBrw:nArrayAt, 2 ] := x } uBrw:aCols[2]:aEditListBound := {"Sim", "Não"} ...
by AOKISANTOS
Sat Apr 21, 2007 12:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BUG xBrowse - Antonio olhe isso por favor !
Replies: 1
Views: 1129

xBrowse com array problemas !

... := 60 uBrw:aCols[2]:nDataStrAlign := AL_LEFT uBrw:aCols[2]:nHeadStrAlign := AL_LEFT uBrw:aCols[2]:nEditType := EDIT_LISTBOX uBrw:aCols[2]:aEditListTxt := {"Sim", "Não"} uBrw:aCols[2]:bOnPostEdit := {|o,x| bStruc[ uBrw:nArrayAt, 2 ] := x } uBrw:aCols[2]:aEditListBound := {"Sim", "Não"} ...
by AOKISANTOS
Thu Apr 19, 2007 7:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse com array problemas !
Replies: 6
Views: 2276
Previous

Return to advanced search