Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14199 - The JadeEditMask control 'Or' list missing terminating '-' character or is empty

14199   The JadeEditMask control 'Or' list missing terminating '|' character or is empty

Cause

This error occurs if your application code is attempting to set the mask property of a JadeEditMask control so that the end vertical bar character (|) of a list of valid characters for an alpha or alphanumeric part of the mask is missing, or there are no members of the list; for example, a mask value of a|abc.

Action

Change your application code to prevent this.