I am using a DataCombo (DropDownList & ExtendedMatching)which is populated via an ADO Data Control. When the form loads, there are three values to choose from in the list e.g. A, B & C. If I select B (or Type B) the value is set correctly and I can Tab to the next control.
The problem is that when I return to the DataCombo and dropdown the list, I am left with different options being B, B & C. It appears that the selected item replaces the first value in the list. This is not desirable for me.
Any ideas?
The problem is that when I return to the DataCombo and dropdown the list, I am left with different options being B, B & C. It appears that the selected item replaces the first value in the list. This is not desirable for me.
Any ideas?