HP Data Entry and Forms Management System (VPLUS) Reference Manual (32209-90024)

Appendix B 527
VPLUS Error Messages
VPLUS Intrinsic Error Messages
VGETNEXTFORM Messages
092
Access method: Internal error.
Invalid key block number.
093
Access method: Internal error.
Block not verified.
094
Access method: Record not
found.
095
Access method: Not enough space
in extension for the directory.
Fast form files require 500 words of space in
the COMAREA extension. If you are coding in
BASIC, list the forms file to find how many
words are needed for the extension, and
increase the COMAREA field USERBUFLEN
to this number. If the application is not
written in BASIC, increase the MAXDATA
parameter on the PREP or RUN command.
096
Access method: Internal error.
Parent block not found.
097
Access method: Internal error.
Illegal entry number.
098
Access method: The file is not
a KSAMless forms/ref file.
099
Access method: The file is at
EOF.
Error Message Cause/Action
100
Can’t find the next form.
(FSERR !) program.
Check form name in application.
101
Form $HEAD does not apply,
since no forms have been
displayed.
NFNAME in COMAREA is $HEAD, but this
specification only applies when forms have
been displayed.
102
An invalid COM’REPEAT value was
supplied programmatically.
REPEATAPP in COMAREA should be set to
one of the codes:
0 - no repeat/append
1 - repeat current form
2 - repeat & append current form
103
An invalid COM’NFOPT value was
supplied programmatically.
The next form option in FREEZAPP of
COMAREA can be:
0 - clear current form, display next form
1 - append next form to current form
2 - freeze current form, append next form
Error Message Cause/Action