|
-
Jul 28th, 2011, 07:36 AM
#1
Thread Starter
Lively Member
Request password on combo box?
Hi,
Is it possible to create a request password on a combo box? Ideally I would like to create a number pad which comes up and prompts the user to enter thier password once they try to edit the data in the combo box?
Thanks
-
Jul 28th, 2011, 08:25 AM
#2
Re: Request password on combo box?
Your best effort is to set the .Enabled property of the combo to False, and stick a button next to it to enabled editing. The button click can do the request for the password, and if correct, enable the combo.
-
Jul 28th, 2011, 08:32 AM
#3
Thread Starter
Lively Member
Re: Request password on combo box?
Ive just tried that and it doesnt work - it greys out the combo box but you can still click on the button which switches the combo box and it changes the data :S
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|