Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14200 - A JadeEditMask control mask does not have any definitions for a field

14200   A JadeEditMask control mask does not have any definitions for a field

Cause

This error occurs if your application code attempts to set the mask property of a JadeEditMask control so that there are no definitions for a field. This is usually caused by having two @ field termination characters consecutively or by having a @ character at the end of the mask. The @ character terminates a field within the control and starts a new label or text box portion.

Action

Change your application code to prevent this.