{Header}
This example shows how to create a form with input mask fields.
To add a new user:
To modify a user's information:
Database: Internet
Table: users
The Validate Entry action in the On Load client event of the Phone Work and SSN Text Boxes is used for formatting values based on a mask.
The Validate Form action in the On Submit client event of the Record form is used to initiate validation of the fields in the form.
The On Validate event in the Phone Work Text Box is used for mask value validation of the field, in this case: (000) 000-0000.
The On Validate event in the SSN Text Box is used for mask value validation of the field, in this case: 000-00-0000.