Chapter 6 IGP/PGL Emulation Error Codes

Box Errors

20BOX starting column SC out of bounds

The left (starting) column specified by the third parameter in the box command places the box outside the form boundaries.

21BOX starting row SR out of bounds

The upper (starting) row of the box specified by the second parameter in the box command will place the box outside the boundaries of the form.

22BOX ending column EC out of bounds

The right (ending) column specified by the fifth parameter in the box command places the box outside the form boundaries.

23BOX ending row ER out of bounds

The lower (ending) row of the box specified by the fourth parameter in the box command will place the box outside the boundaries of the form.

24BOX format or delimiter error in input parameters Some type of format or delimiter error was detected in the parameters of the box 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.

25Insufficient memory to store the BOX

No more room in the IGP memory exists for another box. The rest of the box commands are flushed until the Stop command is found. Processing will then continue normally. To create space in the IGP memory, delete forms with box elements that are no longer required.

26BOX starting column SC > ending column EC

The left (starting) column parameter of the box command is greater than or equal to the right (ending) column parameter.

27BOX starting row SR > ending row ER

The upper (starting) row parameter of the box command is greater than or equal to the lower (ending) row parameter.

28BOX line thickness LT error

The thickness of the box specified by the first parameter in the box command is incorrect. This error is usually caused by specifying a thickness of zero.

29Not defined.

264

Page 264
Image 264
Printronix LQH-HWTM manual Box Errors