HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)

a- 54
description of "error-num" returned in the VFIELDEDITS
intrinsic.
ACTION Please read the ACTION section regarding "error-num" returned
in the VFIELDEDITS intrinsic.
------------------------------------------------------------------------------------
1421 MESSAGE "error-num" (HPDERR "error-message").
CAUSE An error occurred in one of the HPDialog routines. Please
refer to the
HPDialog Reference Manual
for a detailed
description of "error-num" returned.
ACTION Please read the ACTION section regarding "error-num" returned
in HPDialog intrinsic routines.
------------------------------------------------------------------------------------
1490 MESSAGE VERIFY command not allowed while program is running.
CAUSE A VERIFY command has been used while a program was suspended
(either by the PAUSE statement or by an unhandled error).
ACTION Issue a STOP command to stop your program.
------------------------------------------------------------------------------------
1491 MESSAGE FORMATTED option to LIST not allowed while program is running.
CAUSE A LIST command with the FORMATTED option has been used while
the program was suspended (either by the PAUSE statement or by
an unhandled error).
ACTION Issue a STOP command to stop your program.
------------------------------------------------------------------------------------
1492 MESSAGE XREF command not allowed while program is running.
CAUSE An XREF command has been used while the program was suspended
(either by the PAUSE statement, by hitting HALT key, or by an
unhandled error).
ACTION Issue a STOP command to stop your program.
------------------------------------------------------------------------------------
1496 MESSAGE GETHEAP failure in library.
CAUSE This is a heap management problem. The system does not have
enough memory to run the program. The most probable case is
that the program is too big or too many variables are used in
the program.
ACTION Break the program up into smaller subprograms or use fewer
variables.
ACTION You need to do garbage collection by saving the program in
ASCII format and GET the program again in the interpreter.
------------------------------------------------------------------------------------
1497 MESSAGE RTNHEAP failure in library.
CAUSE This is a heap management problem due to an internal problem.
ACTION Further investigation of this problem is required. Please
contact your Hewlett-Packard representative.
------------------------------------------------------------------------------------
1498 MESSAGE Catastrophic program error.
CAUSE This is an internal problem.
ACTION Further investigation of this problem is required. Please
contact your Hewlett-Packard representative.