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