- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
It is probably best to use a numeric field rather than a text field if you only want numbers but either way you can put in the exit event of the field (in formcalc):
if ($ < 3) then
xfa.host.messageBox("The value cannot be less than 3")
$ = ""
endif
Views
Replies
0 Likes
Total Likes