Results 1 to 3 of 3

Thread: Request password on combo box?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2011
    Location
    UK - OK
    Posts
    72

    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

  2. #2
    PowerPoster
    Join Date
    Mar 2002
    Location
    UK
    Posts
    4,780

    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.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2011
    Location
    UK - OK
    Posts
    72

    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
  •  



Click Here to Expand Forum to Full Width