combo box property

hardik_088

Registered User.
Local time
Today, 15:54
Joined
May 31, 2011
Messages
82
hi guys,
I have problem with locked propery of combobox
if i set to yes then i can not choose value from drop down box

I just want that user can choose value from dropdown box but it cannot write in combobox.

Thanks
 
I just want that user can choose value from dropdown box but it cannot write in combobox.

Then set the Limit To List property of the combo box to Yes. If they try to type in a value that doesn't already exist they will get an error message.

Or use a List Box.
 
Hi
I'm not sure that it is possible to do exactly that. Does it really matter if the user types something in the combo box if it's "Limit To List" property is set to yes?
 
hi ,
i have tried that limit to list property yes but i can not select value just i can see that values. and if i set locked propery no then user can write there. so what i should do?

Thanks
 

Users who are viewing this thread

Back
Top Bottom