| Validation Index | Validation Message String |
| INV_BOOL | "Entry must be ??."* |
| INV_DATE | "Invalid date or incorrect format - must be ??."* |
| INV_TIME | "Invalid time or incorrect format - must be ??."* |
| MULT_EXP | "Entry cannot contain multiple exponent symbols (E)." |
| MULT_POINTS | "Entry cannot contain multiple decimal points" |
| MULT_SIGN | "Multiple signs not permitted." |
| NOT_FILLED | "This entry must completely fill field." |
| NO_BLANKS | "Embedded blanks not permitted." |
| NO_CHOICE | "No choices available." |
| NO_DECPOINT | "Decimal point not allowed." |
| NO_EXP | "Exponential notation not allowed." |
| NO_RTJUST | "Field value is too large - cannot be justified." |
| OUTOFRANGE | "Field value is too large or too small." |
| POINTINEXP | "Decimal point cannot occur in exponent." |
| PROT_FIELD | "This is a protected field - no edit privileges." |
| REQ_FIELD | "Field entry required." |
| SIGN_FIRST | "Sign must occur first." |
| DECTRUNCATE | "Cannot store number as entered. Remove decimal places." |
| FLOATTRUNCATE | "Cannot store number as entered. Remove digits." |
*Message completion depends upon what you stipulated when you designed the field.