Add item to comboBox filled with table items

brt

New member
Local time
Yesterday, 17:08
Joined
Feb 1, 2013
Messages
7
Hi,

I have a comboBox that shows all divisions of an enterprise, read from a table. The selected division will be used in a search form. Now I’d like to add an item “all divisions” to my comboBox. I tried the addItem method but apparently this is not possible when the items of the comboBox are red out of a table.


How can I add an “All divisions” item without adding it to the table?


Thanks in advance!
 

Users who are viewing this thread

Back
Top Bottom