8–3Error Codes
Horizontal Line Errors
01 HORiZontal line starting row SR out of bounds
The row specified by the second parameter in the horizontal line command
places the horizontal line outside the boundaries of the form.
02 HORiZontal line starting column SC out of bounds
The left (starting) column of the horizontal line specified by the third
parameter in the horizontal line command places the horizontal line outside
the boundaries of the form.
03 HORiZontal line ending column EC out of bounds
The right (ending) column of the horizontal line specified by the fourth
parameter in the horizontal line command places the horizontal line outside
the boundaries of the form.
04 HORiZontal line format or delimiter error
Some type of format or delimiter error was detected in the parameters of the
horizontal line command. This error is usually caused by one or more of the
following:
a. A missing semicolon;
b. A colon in place of a semicolon;
c. Too many or too few parameters in the command string;
d. Alpha characters instead of numeric characters in the parameters.
05 Insufficient memory to store the HORiZontal line
No more room in the IGP/PGL memory exists for another horizontal line.
The rest of the horizontal line commands are flushed until the Stop command
is found. Processing will then continue normally. To create space in the
IGP/PGL memory, delete forms with horizontal line elements that are no
longer required.
06 HORiZontal line starting column SC > ending column EC
The left (starting) column parameter of the horizontal line command is
greater than or equal to the right (ending) column parameter.
07 HORiZontal line thickness LT error
The thickness of the horizontal line specified by the first parameter in the
horizontal line command is incorrect. This error is usually caused by
specifying a thickness of zero.
08–09 Not defined.