Informix Error -1152
-1152 Enter value in range.
This error message is a version of message -1103/-1301, which is used by IBM Informix 4GL/RF with handheld terminals that have very small screens. See message -1103.
Oninit® Troubleshooting Guidance
Reasons / Common Causes
-1152 is a variant of -1103/-1301 used specifically by IBM Informix 4GL/RF on handheld terminals
with limited screen space — per the official guidance, it's the same underlying INCLUDE-list
validation failure, just worded more compactly for small displays.
- A value entered outside the field's
INCLUDE-defined list or range, per the official guidance — the same direct cause as -1103, occurring on a 4GL/RF handheld terminal.
Solutions / Resolution
- Enter a value within the field's defined
INCLUDElist or range, per the official guidance — see -1103 for the full detail on this validation mechanism. - If the value should genuinely be valid, review and update the form specification's
INCLUDEattribute for that field, the same fix as -1103.
Examples
N/A
This is the 4GL/RF handheld-terminal wording of -1103's condition — see -1103's examples for the
underlying INCLUDE-attribute mechanism.
Diagnostic Checks
- Check the field's
INCLUDEattribute in the form specification, per -1103's diagnostic approach.
Related Errors / Related Topics
- -1103 — "This value is not among the valid possibilities." The full, non-handheld wording
of this same
INCLUDE-list validation failure. - -1301 — The 4GL-program equivalent of -1103's condition.
The 4GL/RF handheld-terminal wording of -1103's INCLUDE-list validation failure — see -1103 for
the full detail.