B4J Question Combo Box control from Tableview

Peter Lewis

Active Member
Licensed User
Longtime User
Hi

I have a sqlite customer table with a field called province. I also have another table that loads up a combobox with all the possible provinces.

When I click on the Tableview of the customer table I can get fieldBoxes to show the values/ text but the Combobox just shows a blank.

Is there anyway of making this happen automatically or do I have to receive the value into the textbox and then get from the province sql table and load that into the combobox ?

Thank you
 

Peter Lewis

Active Member
Licensed User
Longtime User
It will not happen automatically. You will need to get the data and fill the ComboBox.

I managed to do it the workaround way. I see it does work with integers but not text as in your dbutils example with the school test, fails ect
 
Upvote 0
Top