Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: Getting A Password


Message #1 by "david brown" <david.brown@m...> on Wed, 19 Feb 2003 09:30:12
What options are there to either:
a) Prompt a user to enter a password
b) Store a password in a table.

The problems I am having are finding a property for a control that does 
not display the password as the user types it in.

i.e. I want it to display   *********

Thanks,

David.
Message #2 by Rajesh Soni <rajeshgsoni@y...> on Wed, 19 Feb 2003 01:22:47 -0800 (PST)
David,

You can change the "Input Mask" for the password field
to "Password" from the table itself.

Rajesh

--- david brown <david.brown@m...> wrote:
> What options are there to either:
> a) Prompt a user to enter a password
> b) Store a password in a table.
> 
> The problems I am having are finding a property for
> a control that does 
> not display the password as the user types it in.
> 
> i.e. I want it to display   *********
> 
> Thanks,
> 
> David.


__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
Message #3 by "david brown" <david.brown@m...> on Wed, 19 Feb 2003 09:52:18
Rajesh,
Thanks very simple when you know how!!
David.

> David,

You can change the "Input Mask" for the password field
to "Password" from the table itself.

Rajesh

--- david brown <david.brown@m...> wrote:
> What options are there to either:
> a) Prompt a user to enter a password
> b) Store a password in a table.
> 
> The problems I am having are finding a property for
> a control that does 
> not display the password as the user types it in.
> 
> i.e. I want it to display   *********
> 
> Thanks,
> 
> David.


__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

  Return to Index