EpiUltraCombo only populated values

Hey how are u? i have a quick question.

I have a EpiUltraCombo, that populate data from UD01Adapter, works all fine, the only problem its that i need to restrict the valid values to populated in combo.

if the user put “asd” and save the value, my ud field just take “asd”… i need to restrict this.

Anyone know how to do?

Under Form Load…

YourCombo.DropDownStyle = UltraComboStyle.DropDownList;

2 Likes