Disable Combo box after update?

Holmes

Registered User.
Local time
Today, 10:37
Joined
Dec 15, 2006
Messages
42
Hello,

I have been playing around to see if it is possible to operate a combo box as a one shot operation.

I.e you make a selection from the combo box then the combo box is disabled.

Only prob is that I can't figure out how to do it.

Possibly by using a message box to see if selection is correct, if Ok clicked
then data entered and comboboc.enabled = false?

Or can this not be done.

B
 
You can, but the focus *must* have moved away from the ComboBox.
 
Thanks for the reply I figured that out over the weekend.

Ta.
 

Users who are viewing this thread

Back
Top Bottom