replace normal value of text box to Asterisk value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi

i had a textbox control and i want to replace the value/character into
asterisk everytime i pressed keys.

thanks
chad
 
chad said:
hi

i had a textbox control and i want to replace the value/character into
asterisk everytime i pressed keys.

thanks
chad

InputMask property of "Password" does that.
 
Hi chad,

Set the Input Mask property of the control to "Password" if you are looking
to mask the input. If this isn't what you are trying to do, please post a
more detailed description.

Hope this helps.

Damian.
 
Reports don't have text boxes that you can "press keys" into. If you are
referring to a text box on a form, have you tried setting the Input Mask to
"Password"?
 
Back
Top