I would like to know if this can be done and how. I have a dialog box that is used for mapping. There are eleven comboboxes on the dialog and they all contain the same list. The user has the Field on the left which is a label and next to it is the combobox with the drop down list.
The list is the same for each Field as it contains the values the user can map to. It works fine except that each time it is run the user would has to start over. I Know which value goes in the box I just don't know how to have it selected.
In other words is there a "SelectedItem" value that can be set or does it always have to be the first one on the list?
ComboBox PreSelected Item
Moderators: JRL, Dorian (MJT support)
Combo Box index item
Thank you works like a charm