HP Data Entry and Forms Management System (VPLUS) Reference Manual (32209-90024)
Appendix B 535
VPLUS Error Messages
VPLUS Intrinsic Error Messages
VPRINTFORM Messages
VINITFORM, VFIELDEDITS, and VFINISH Messages
Error Message Cause/Action
190
Can’t open the printfile.
(FSERR !)
FOPEN intrinsic failed. Refer to file system
error to determine the cause.
191
Can’t write to the print file.
(FSERR !)
FWRITE intrinsic failed.
Error Message Cause/Action
202
The required field is empty.
A required field in current form is blank.
203
Invalid field type.
Valid field types are: 0(optional), R(required),
D(display only), P(Process even if blank).
204
The field can only contain
digits.
The field is specified as type DIG, but it
contains characters other than 0-9.
205
The field can only contain a
number.
The field is specified as type NUM, but it
contains characters other than 0-9, decimal
point, comma, or plus or minus sign.
206
The field can only contain a
number, with max ! decimal
places.
Reduce the number of digits to the right of the
decimal point with max ! decimal to n.
207
The field can only contain a
number (! decimal places
implied).
The field is specified as type IMPn, but it
contains characters other than 0-9, implied).
decimal point, comma, or plus or minus sign.
Also, there could be more than n digits to the
right of the decimal point.
208
The field must be a valid date,
in DMY order.
The data in a DMY field is not a valid date, or
is not in order: day, month, year.
209
The field must be a valid date,
in MDY order.
The data in a DMY field is not a valid date, or
is not in order: day, month, year.
210
The field must be a valid date,
in YMD order.
The data in a YMD field is not a valid date, or
is not in order: year, month, day.
211
Internal error: Invalid field
data type.
Field table problem.
212
Error during data conversion
between family members.
A data conversion error has been detected by
VINITFORM when converting between family
members. Check for field type compatibility
problems in the form family in the forms file.
220
Internal error: Invalid
destination.
Code execution problem.