- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You do not need a validation pattern here because you are checking the input with the script.
Try like this..
Display Pattern: num{99999-999}
Edit Pattern: num{99999999}
No Validation Pattern.
In the Change event of the NumericField put the following code..
if (xfa.event.newText.length > ![]()
xfa.event.change="";
Thanks
Srini
Views
Replies
0 Likes
Total Likes