HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 39
CAUSE One of the following errors occurred when trying to assign the
value of a field to a scalar or an element of the array
specified in "form_item_number". This happened when a VPLUS
form was read with the READ FORM statement.
1. The length of a numeric value in a form field exceeded the
maximum length of a numeric literal.
2. There were illegal characters in the numeric literal in the
form field.
3. (Scalars only) The conversion of the ASCII numeric literal
in the form field to a numeric value of the appropriate type
failed.
ACTION Use internal error handling using ON ERROR statements to trap
these errors and specify recovery procedures.
------------------------------------------------------------------------------------
1195 MESSAGE String not big enough for form field for item "form_item",
subitem "array_element_number".
CAUSE A VPLUS form was read with the READ FORM statement and the
conversion of the ASCII numeric literal in the form field to a
numeric value of the appropriate type failed. The resulting
value would have been assigned to the "array_element_number" of
the array which is number "form_item" in list of READ FORM form
items.
ACTION Use internal error handling using ON ERROR statements to trap
this error and specify recovery procedures.
------------------------------------------------------------------------------------
1196 MESSAGE Invalid file parameters specified in user's :FILE LISTF
command.
CAUSE An error was detected in the LISTF file equation required to
build the workfile for the CAT command.
ACTION Check the LISTF file equation by using the command,
":LISTEQ"
from the interpreter. The LISTF file equation is required to
be in the following format:
FILE LISTF;REC=-68,64,F,ASCII;DISC=nnnnn,32;NOCCTL;TEMP
where nnnnn is some positive integer value reflecting the
maximum estimated number of files that will be processed when
using the CAT command. The FILE command can be set from within
the interpreter using the SYSTEM command.
------------------------------------------------------------------------------------
1197 MESSAGE No Form file specified now or in the past.
CAUSE A form was opened without first opening a form file.
ACTION Add the name of the form file containing the desired form to
the OPEN FORM statement.
------------------------------------------------------------------------------------
1198 MESSAGE No Form open.
CAUSE A CLEAR FORM statement for a VPLUS form was executed when no
form was open.
ACTION Add code to open the form prior to trying to clear it.
------------------------------------------------------------------------------------
1199 MESSAGE Account or user MAXPRI= does not permit this value for PRI=.