spiderman
Posts: 22
|
| Posted: 10/17/2005, 11:22 PM |
|
I followed the following instructions to mask the Phone Number and it doesn't allow me to input data? Is there something missing in the following instructions?
Is there a better set of instructions?
I took these from the live demo on the internet...
Here are the instructions:
8. Add a Validate Entry action to the On Load client event of the phone_work Text Box. Set the Required property to True, the Minimum Length and Maximum Length properties to 14 and the Input Mask property to (000) 000-0000.
10. Add a Validate Form action to the On Submit client event of the Record form so as to validate the Required value and the Minimum and Maximum Length of the field values.
11. Add a Validate Phone action to the On Validate event of the phone_work Text Box.
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.
|
 |
 |
|