Can anyone tell me the variable with the entered data in combobox?
If I use something like this:
Code: Select all
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
Thanks,
Marc