HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 51
ACTION Use the correct filename for the forms file.
------------------------------------------------------------------------------------
1294 MESSAGE Normal Input and Output cannot occur when a VPLUS form is open.
CAUSE A PRINT, DISP, INPUT, or similar operation has been executed
while a VPLUS form is active.
ACTION If a form has been left active inadvertently, then insert a
CLOSE FORM statement. Otherwise, use the READ FORM and WRITE
FORM statements.
------------------------------------------------------------------------------------
1295 MESSAGE Problem with reading from or writing to the terminal.
CAUSE A VPLUS error occurred while the program was reading from or
writing to a terminal.
ACTION Check the hardware connection.
------------------------------------------------------------------------------------
1296 MESSAGE Too many items specified in WRITE FORM or READ FORM.
CAUSE More items have been specified in a WRITE FORM or READ FORM
statement than the declared in the FORM.
ACTION Check the FORM specification or the FORM I/O statement.
------------------------------------------------------------------------------------
1297 MESSAGE Form field not big enough for item "num".
CAUSE The value of the item specified in the WRITE FORM will overflow
the declared type for the FORM.
ACTION Correct the range or length of the item specified in the FORM.
ACTION Correct the value of the item in the WRITE FORM statement.
------------------------------------------------------------------------------------
1298 MESSAGE Form field not big enough for item "num", subitem "array
element num"
CAUSE The value of the array element used in this item number
specified in the WRITE FORM statement will overflow the
declared type for the FORM.
ACTION Correct the range or length of the item specified in the FORM.
ACTION Correct the value of the array element for the item in the
WRITE FORM statement.
------------------------------------------------------------------------------------
1299 MESSAGE String not big enough for form field for item "num".
CAUSE The string item used in the WRITE FORM statement cannot fit
into the FORM field.
ACTION Correct the string length in the FORM specification or correct
the string item in the WRITE FORM statement.
------------------------------------------------------------------------------------
1340 MESSAGE NLS not installed.
CAUSE Native Language Support is not supported on your system.
ACTION You must log on as MANAGER.SYS and run the utility program,
LANGINST.PUB.SYS to install native languages on your system.
Please refer to the
Native Language Programmer's Guide
for more
information about installing native languages.
------------------------------------------------------------------------------------