Hi all, I have a combobox which I populate with values from a table when
the form loads. After the combobox has loaded, if I set the Text
property, it shows in the text part of the combobox and if I drop down
the list, I see the correct value is highlighted as well, but if I check
ListIndex in code, it's still a (-1) as if nothing was selected. Am I
missing something? I can't set ListIndex myself because I don't know
the index, all I have is the string. Thanks.