Input Mask /Input Box

Blkblts

Registered User.
Local time
Today, 06:09
Joined
Jan 21, 2000
Messages
61
I have code for an Input Box. When a user keys in information, I would like to have ** show to the user instead of what they key. Like the Password inputmask. Can this be done with an Input Box or do I have to create a form and change its input mask to password?

Thanks in advance
kim
 
You cannot use the input mask with an input box. The only alternative is to custom build your own from a form.

HTH
RDH
 
Thanks I was afraid of that.....
 

Users who are viewing this thread

Back
Top Bottom