Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14205 - A numeric range in the mask for a JadeEditMask control can only be for a integer numeric

14205   A numeric range in the mask for a JadeEditMask control can only be for a integer numeric

Cause

This error occurs if your application code attempts to set the range for a real numeric in the mask of a JadeEditMask control but a range can only be applied to integer numeric fields; for example, a mask value of 99.9[12-36].

Action

Change your application code to prevent this.