Link to home
Start Free TrialLog in
Avatar of chaos_59
chaos_59

asked on

DBCombo selecting

I have am using a DBCombo box and I would like to restrict the user to only selecting items from the list. However, if I set the lock property to true the you can't select from the list. And if I set the lock property to false you can type anything you want in the text box.
How can I do this?
ASKER CERTIFIED SOLUTION
Avatar of mskannan
mskannan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hansbos
hansbos

Chaos_59,

Try setting the property Style of the DBComboBox to
2 - dbcDropdownList.

Hans