Hot do I prevent display of an entry e.g. a password?

  • Thread starter Thread starter Guest
  • Start date Start date
Assuming that you have the field on a form so that users can enter their
password, i can suggest two things:

Set your font color and textbox color to be the same or
Set the font on input to Wingdings. Assuming that you will have code
handling the input, it will see the inputs as normal characters
There are probably
 
Much preferable, I think, would be to set the text box's Input Mask to
"Password" (without the quotes)
 
DevalilaJohn said:
Assuming that you have the field on a form so that users can enter their
password, i can suggest two things:

Set your font color and textbox color to be the same or
Set the font on input to Wingdings. Assuming that you will have code
handling the input, it will see the inputs as normal characters
There are probably

There actually is a built in handler. Just set the input mask to "Password" and
it will display asterisks as you type.
 
Rick Brandt said:
There actually is a built in handler. Just set the input mask to "Password" and
it will display asterisks as you type.
 
Rick Brandt said:
There actually is a built in handler. Just set the input mask to "Password" and
it will display asterisks as you type.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top