Hi,
I got a combobox filled with combobox.additem('values')
RowSourceType = 0 (none)
On init i want to place back the value the user had selected before he left the form. When the form is closed the value is stored in a public variable.
on init i do :
but the combo box stay on first row (witch is blank)... how can i select the proper combobox item using a value?
thanks
I got a combobox filled with combobox.additem('values')
RowSourceType = 0 (none)
On init i want to place back the value the user had selected before he left the form. When the form is closed the value is stored in a public variable.
on init i do :
Code:
thisform.mycombobox.value = storedValue
but the combo box stay on first row (witch is blank)... how can i select the proper combobox item using a value?
thanks