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

538 AppendixB
VPLUS Error Messages
VPLUS Intrinsic Error Messages
VREADBATCH Messages
VWRITEBATCH Messages
VSETERROR, VGETFIELD, VPUTFIELD, VPUTtype, and VGETtype
Messages
Error Message Cause/Action
400
Can’t read the batch file
record. (FSERR !)
FREADDIR intrinsic failed.
401
Warning: Can’t browse a batch
file with variable length
records.
Browse mode isillegal for batch records which
are not fixed length.
Error Message Cause/Action
450 Can’t write the batch
record. (FSERR !)
FWRITEDIR intrinsic failed.
Error Message Cause/Action
500
A field with the field number
supplied does not exist.
The fieldnum parameter contains a value that
is not a field number in the current form.
501
The field number supplied is
out of range.
The fieldnum parameter contains a value
greater than any field number associated with
the current form.
502
The field requested is in
error.
The field specified by the fieldnum parameter
contains invalid data.
503
The field requested is empty.
The field specified by the fieldnum parameter
contains no data.
504
Error converting field to
numeric type.
VGETtype tried to convert value to a numeric
type, and failed. Check conversion rules. (For
VGETINT, message, indicates attempt to
convert number > 32767; receiving field is
unchanged.)
505
Error converting numeric type
to ASCII.
VPUTtype tried to convert a numeric value to
a character string and failed. Check
conversion rules.
506
A DIGIT field cannot contain a
negative number.
A value in a DIG type field has a minus sign;
DIG values may only be digits (0-9).
507
Function key labels option is
disabled.
The COMAREA item LABEL’OPTION must
be set to one before opening the forms file.