-
I have a DataCombo control on my form. The DataSource is set to an ADO data control. The style is set to dbcDropDownList. Right now it has 4 values in it from 1 to 4. If I select one value, say the number 4 which is the last one in the list, it appears as it should. If I then move to another control, say a textbox, then go back to the DataCombo control and select the dropdown again the first value is no longer there. It's replaced by the previously selected value. The top item in the list is being replaced by the previously selected item. The previously selected item still holds it's position in the list, though. Is there a way to prevent this from happening? Should I be using .Refresh or .ReFill somewhere, like in the LostFocus?
Thanks,
-
Still haven't figured this one out yet. Anybody have any ideas?
-