266
Chapter 6 IGP/PGL Emulation Error Codes
Alpha Errors
40 ALPHA leading and trailing delimiters mismatched
The leading delimiter (printable character) of the actual text string
was not matched with an ending delimiter before the line
terminator was found.
41 ALPHA starting row SR out of bounds
The starting row parameter in the Alpha command will cause the
text string to print either above or below the limits of the form.
42 ALPHA starting column SC out of bounds
The starting column parameter in the Alpha command is either
extending the alpha string beyond the left margin of the form or
the starting column parameter, plus the actual length of the text is
extending the string beyond the right margin of the page.
43 ALPHA string length > 255 characters
The string contains more than 255 characters.
44 ALPHA format or delimiter error in input parameters
Some type of format or delimiter error was detected in the
parameters of the alpha 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.
e. Delimiter found within text string.
45 Insufficient memory to store the ALPHA string
No more room in the IGP memory exists for another alpha string.
The rest of the Alpha commands are flushed until the Stop
command is found. Processing of the form will then continue
normally. To create space in the IGP memory, delete forms with
alpha string elements that are no longer required.
46 ALPHA X expansion HE and Y expansion VE must be zero
When the expanded character parameters
VE
and
HE
are used
within the ALPHA command, both values must be either zero or
non-zero values. If the elongated characters parameter (E) or the
compressed characters parameter (C
n
) is used in the ALPHA
command, the VE and HE values must be set to 0.
47 ALPHA X expansion factor HE out of bounds (> 113)
The horizontal expansion factor is greater than 113.
48 ALPHA Y expansion factor VE out of bounds (> 113)
The vertical expansion factor is greater than 113.
Note Expanded print text strings expand up from the specified
row. This could cause an attempt to print the text string
above the top of the form and generate the error message.