HP Data Entry and Forms Management System (VPLUS) Reference Manual (32209-90024)
508 AppendixB
VPLUS Error Messages
FORMSPEC Error Messages
Scanner Messages
Error Messages Cause/Action
1001 Too many levels of indenting, limit is
!!!!.
Only 10 levels of nesting are allowed.
1002 Improper indenting,statementgroups
must be vertically aligned.
IF and ELSE parts at same nesting levelmust
be indented vertically aligned the same
amount. Maximum levels of nesting for IF is
eight levels.
1003 Improper indenting, must be within
outer level of indenting.
An ELSE or subsequent IF starts to the left of
first IF statement.
1010 More left braces than right braces
were found.
Braces must match; add right brace, or delete
extra left brace.
1011 More right braces than left braces
were found.
Braces must match; add left brace, or delete
extra right brace.
1030 Token is too long, limit is !!!!
characters.
A string exceeds 120 characters. Correct and
press enter.
1031 A $ may only appear with a system
defined name, like $empty.
A $ cannot be part of a name unless itis one of
the system defined names (see TABLE 03-01).
1032 Expected a statement beginning. Syntax error. The cursor is positioned to the
location of the error.
1033 String is too long, limit is !!!!
characters.
1034 String must end with a quote. A literal string (character constant) must be
enclosed within quotes.
1035 String must begin with a quote. When continuing a string to the next line,
close the quotes, put an & at the end of first
line, enclose string on second line within
quotes.
1036 Only a comment may appear on the
same line after an ampersand.
An ampersand (&) is used to continue a
string; it cannot be followed by another
statement, only a comment starting with a \.
1037 A date constant must end with an
exclamation point.
A date used as a constant must be enclosed
within exclamation points.
1038 Date constant is too long, limit is !!!!
characters.
1039 Date constant must be a valid MDY
date.
Date constants must be in the order: month
day year, and must be valid dates.