Can anyone tell me the variable with the entered data in combobox?
If I use something like this:
- Code: Select all Expand view
REDEFINE COMBOBOX vGetlist[16] VAR vpara[ 1] ITEMS vparameters ID 201 OF oDlg picture '@!' STYLE CBS_DROPDOWN ON EDIT CHANGE tpsgpar(vGetlist[16]:oGet:ctext)
func tpsgpar(vpara)
msginfo(vpara)
return nil
I allways see the previous entered data and NOT the last entered character
Thanks,
Marc