Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14197 - A text character is not a valid

14197   A text character is not a valid member of the list of valid characters for a JadeEditMask control

Cause

This error occurs if your application code attempts to set the text of a JadeEditMask control so that a character of the text corresponding to an alpha or alphanumeric part of the mask is not a member of the list of valid characters supplied in the mask; for example, a mask value of a|abc| and text of z.

Action

Change your application code to prevent this.