Hi,
In a combobox i have an option "New product number".
When selecting this alternative a pop up shows up, I fill a number and when cklicking the ok button below i want the number to be present in the list of the combobox. What is the procedure?
I saw an exemple with "Configure Texts" but it is static. The list in the combobox is filled dynamically along with the settings.
Where the source of the combobox is located? Tags?
Thank you in advance.
Populate dynamically a combobox
Re: Populate dynamically a combobox
Are you using a TouchComboBox or the Windows Controls ComboBox?
Best Regards,
Kyle W. | Applications Engineer
Beijer Electronics, Inc.
Kyle W. | Applications Engineer
Beijer Electronics, Inc.
Re: Populate dynamically a combobox
I'm not sure if you can do this without any scripting.
You can fill a combobox at an event, i.ex. when a screen opens ->
ComboBox.Items.Add(itemvalue);
You can fill a combobox at an event, i.ex. when a screen opens ->
ComboBox.Items.Add(itemvalue);