make combobox uneditable

  • Thread starter Thread starter cparsons
  • Start date Start date
C

cparsons

I have several combobox's populated with the data I need. How can
make them so the user can not type in their own garbage?

I had tried changing MatchRequired property to true but it let's the
type in their own text then errors out later after the submit button i
selected. I was trying to not even let them type anything in th
combobox.

Any help would be appreciated.

If the MatchRequired property is the only option does anyone know ho
to change the error message shown?

Thanks
 
Hi

Don't use "Match required", set instead the "Style" property to "2 List".

HTH. Best wishes Harald
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top