10-10-2023, 06:40 PM
I have an edit control set up as a password. Is there a way to stop it from remembering the last entry?
password
|
10-10-2023, 06:40 PM
I have an edit control set up as a password. Is there a way to stop it from remembering the last entry?
10-11-2023, 02:31 AM
10-11-2023, 02:42 AM
10-16-2023, 11:10 PM
Password fields are not "remembered" by the browser, but possibly the password manager of your browser saved the username/password combination for that specific URL?
properties that may affect password fields and you may need to check: - DataType = stPassword - PasswordPrompt = True - Attributes: iaAutocomplete should be False |
« Next Oldest | Next Newest »
|