S
Suzy
"Password Setting the InputMask property to the word
Password creates a password entry text box. Any character
typed in the text box is stored as the character but is
displayed as an asterisk (*)."
However, when I enter a password (as a test I use aaaa) on
the login form, and then click the 'NextForm' button, the
password goes from '****' to 'aaaa', before going to the
next form. So what's the point of the password setting ?!
Or: what is going wrong in my database ?
..
Password creates a password entry text box. Any character
typed in the text box is stored as the character but is
displayed as an asterisk (*)."
However, when I enter a password (as a test I use aaaa) on
the login form, and then click the 'NextForm' button, the
password goes from '****' to 'aaaa', before going to the
next form. So what's the point of the password setting ?!
Or: what is going wrong in my database ?
..