HP Data Entry and Forms Management System (VPLUS) Reference Manual (32209-90024)
536 AppendixB
VPLUS Error Messages
VPLUS Intrinsic Error Messages
222
An edit test failed.
The default field edit error message had been
provided. Check the data you entered in the
field against the processing specifications.
321
Attempted a SET into a numeric
field that is too short.
The destination of a SET statement has fewer
characters too short. than the number being
moved to it.
323
Internal error: Invalid op
code.
Code execution problem.
325
Attempted a SET into a date
field that is too short.
The destination of a SET statement has fewer
characters than the value being moved to it.
326
Internal error in field.
327
User-defined error for this
field.
A FORMSPEC custom error message is
associated with this field, but could not be
correctly retrieved from forms file.
328
The field cannot contain a
negative number (Dtype DIG).
A minus sign is in a field whose data type is
DIG, only digits (0-9) allowed.
330
Internal error: Invalid op in
logical eval.
Code execution problem.
331
Range error. Low value is
greater than high value.
The first value is in an IN/NIN range is
greater than the second value (for a:b, a>b)
332
Check digit requested on empty
field.
CDIGIT is specifiedfor a fieldthat contains no
data. There must be a value in order to test
the check digit.
333
Check digit requested on field
containing only + or - sign.
CDIGIT is specified for a field that has no
value except a sign; there must be a value in
order to test the check digit.
334
Check digit requested on field
containing special characters.
CDIGIT only operates on numeric (0-9) or
alphabetic (A-Z) values. characters.
335
Check digit 10 is invalid for
modulus 11 calculation.
Since value has remainder greater than 9, it
has no possible modulus 10 check digit. Use
CDIGIT 11.
336
Internal error: Check digit
modulus must be 10 or 11.
337
Check digit validation string
contains only one character.
A field whose value is to be checked by a
modulus calculation must contain at least two
characters.
340
Division by zero was attempted.
Expression in field processing statement
evaluated to division by zero.
Error Message Cause/Action