HP Data Entry and Forms Management System (VPLUS) Reference Manual (32209-90024)
Chapter 4 141
Advanced Forms Design
LOCALEDITS
Table 4-1. Summary of Processing Statements
Local Edit Description
ALPHABETIC Upper and lowercase alphabetic, space, period, hyphen
ALPHANUMERIC Upper and lowercase alphabetic, digits, space, period, minus sign,
plus sign, comma.
CONSTANT No characters may be entered from the keyboard,
IMP_DEC Implied decimal (the number of digits to the right of the decimal
is governed by the last DEC_DIGITS command in the form).
IMP_DEC_FILL Implied decimal, right justified and zero filled (the number of
digits to the right of the decimal is governed by the last
DEC_DIGITS command).
INTEGER Digits and spaces.
INTEGER_FILL Digits and spaces, right justified and zero filled.
SIGN_DEC Signed decimal.
SIGN_DEC_FILL Signed decimal, right justified and zero filled.
TRANSMIT_ONLY No data may be entered unless the cursor control keys are used to
access the field.
UNRESTRICTED Any character.
UPSHIFT Lowercase alphabetic changed to uppercase when entered.
JUSTIFY right justify numeric types; left justify character types.
MUST_FILL The field must be blank or filled entirely.
REQUIRED The field must have an entry when ENTER is pressed.
DEC_TYPE_EUR European number format.
DEC_TYPE_US United States number format.
DEC_DIGITS
n
Specifies number of digits to right of decimal point.