Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14193 - The text of JadeEditMask control has too much data

14193   The text of JadeEditMask control has too much data

Cause

This error occurs if your application code attempts to set the text of a JadeEditMask control so that there are more characters in the text than are required by the mask; for example, a mask value of 999’and text of 1234.

Action

Change your application code to prevent this.