How to fill in the value of a combobox in a database

gonzamax

New Member
Licensed User
Hello,

I'm a beginner with Basic4ppc and I want to insert in a database the value of a combobox. But I only know how to insert the selected index.

Could you help me please ?

Max
 

specci48

Well-Known Member
Licensed User
Longtime User
Hi gonzamax,

just code
B4X:
value = ComboBox.Item(ComboBox.SelectedIndex)


specci48
 
Top