I'm using Acrobat X1 Pro and Live Cycle Designer ES4I have a numeric
text field to capture a blank or 14 digit number.The display pattern is:
null{}|num{zzzzzzzzzzzzzz}The edit pattern is:
null{}|num{zzzzzzzzzzzzzz}The validation pattern is:The data pattern id
: null{}|num{zzzzzzzzzzzzzz}I'm trying to make test that the user:only
enters numbersenters nothing or a 14 digit number.Display an error
message and set focus back on the field for wrong entries.This is the
code:topmostSubform.Page1.AU01:...