- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Try to place this in the exit event of the field where you want multiple of 5 needs to be entered.
if(mod($.rawValue,5) ne 0) then
$host.messageBox("Not a valid Value");
$host.setFocus($.name);
endif
Replicate the same for multiples of 3..
Thanks
Srini
Views
Replies
0 Likes
Total Likes