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
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