2
Reply

Dynamicly add value to combobox

Krunal

Krunal

18y
4.5k
0
Reply

    I wonder if you are after something as follows:
    Loop through the dataset records
    combobox.items.add("value");

    How can i add item to combobox from my daset