Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
You can verify each character typed when it is being entered and react as needed if something is being used which the program cannot handle. On each keystroke, the MSGID_ONCHANGED event is fired, and you can handle it in the On Ctrl Message tab of the screen where the Edit (Password) field is hosted.
Here is an example:
Here is how it works:
I attached the sample project, in case you need it.
Is there a way to exclude certain characters from password field, like the single quote (') or double quote ("), or others that can be chosen?
Also, can we notify the user of these characters while he enters the password in the field?
Leave a comment: