Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14204 - Numeric value is not in the range specified in the mask

14204   Numeric value is not in the range specified in the mask

Cause

This error occurs if your application code attempts to set the text of a JadeEditMask control so that characters of the text corresponding to a numeric part of the mask are of a valid numeric but are outside of specified range part of the mask; for example, a mask value of 99[12-36] and text of 40.

Action

Change your application code to prevent this.