Hi all,
I added from the designer in a form a comboBox and type the following:
Under Process Globals: Public combo2 As ComboBox
Under Appstart:
combo2.Initialize("")
combo2.Items.Add("AAAA")
combo2.Items.Add("BBBB")
When i run the app, i click on comboBox and do nothing. Does not show the items added.
I tried the same with choiceBox but i get the same results.
Any ideas??
Thanks
I added from the designer in a form a comboBox and type the following:
Under Process Globals: Public combo2 As ComboBox
Under Appstart:
combo2.Initialize("")
combo2.Items.Add("AAAA")
combo2.Items.Add("BBBB")
When i run the app, i click on comboBox and do nothing. Does not show the items added.
I tried the same with choiceBox but i get the same results.
Any ideas??
Thanks