Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14203 - Invalid range defined in the mask for a JadeEditMask control

14203   Invalid range defined in the mask for a JadeEditMask control

Cause

This error occurs if your application code attempts to set an invalid range for a numeric field in the mask of a JadeEditMask control; for example, a mask value 99[12-]. A range must follow an integer mask definition and be of the form [<start-range>-<end-range>]; for example, 999[1-127].

Action

Change your application code to prevent this.