Input box masking

Splity

Registered User.
Local time
Today, 05:16
Joined
May 8, 2001
Messages
16
Hi,
I have have certain fields in a form set to disabled. To enable them the user has to enter a password via an input box.
Is there a way of masking what the user types in the input box?
I know it can be done with a text box via the mask property setting.
 
Create your own Form that acts as the InputBox. Then you can have a text box and change the properties so that InputMask is set to Password.
 
Thanks,
I did think of doing this but I just wanted to make sure that I couldn't set the input box using code.
Thanks once again.
 

Users who are viewing this thread

Back
Top Bottom