Page 1 of 1

Populate dynamically a combobox

Posted: Wed Jun 11, 2014 6:27 am
by arnaud316
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.

Re: Populate dynamically a combobox

Posted: Wed Jul 30, 2014 8:24 am
by Kyle W.
Are you using a TouchComboBox or the Windows Controls ComboBox?

Re: Populate dynamically a combobox

Posted: Wed Aug 27, 2014 2:33 am
by bjornidar
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);