Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14192 - Invalid year for a JadeEditMask control

14192   Invalid year for a JadeEditMask control

Cause

This error occurs if your application code attempts to set the text of a JadeEditMask control so that the characters of the text corresponding to the year part of the mask are invalid; for example, a mask value of yyyy and text of 12a1.

In addition, note that years in the JadeEditMask control must consist of four numeric values for a mask of yyyy and two numeric values for a mask of yy to be considered valid.

Action

Change your application code to prevent this.