baadams
Board Regular
- Joined
- Mar 2, 2006
- Messages
- 134
I want to lock a control after it's been changed from it's default value. Not allowing any additional changes unless a password is supplied. Locking or password protecting the control will work. Is there a way to check the value when the control has focus to check for the default value, then prompt for a password if the value does not equal the default value? I can handle the code to prompt for the password, I'm curious as to what event to use.