FORMULA LANGUAGE
1. In this example, a programmer wanted to modify an existing form that tested for password quality in the input validation formula, so that the password would be encrypted. The programmer added an input translation formula using @Password. Now, a blank password, or a simple password such as "password" with a password quality of 3, returns @Success, which was not the programmer's intent.
3. In this example, a form with a password field will be saved repeatedly. The QuerySave event encrypts an unencrypted password of sufficient complexity, but leaves a failed password or already encrypted password alone.
See Also