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

618 AppendixH
Version Control
Adjust Menu
Adjust Menu
The Adjust Menu is automatically displayed from the Forms File Menu the first time a
forms file created before VPLUS version B.03.03 is accessed from FORMSPEC version
B.03.03 or beyond.
You are given a choice of exiting FORMSPEC by pressing f8, or continuing with the
adjustment process by entering CONTINUE into the only field on the Adjust Menu. It is
recommend that you create a backup copy of the forms file before the adjustment. Once the
forms file is converted to the B.03.03 (or later) format, it is not compatible with VPLUS
version prior to B.03.03.
HP32209
Returns the version identifier for the installed version of the VPLUS intrinsics.
Syntax
HP32209 {
buffer
}
Parameters
buffer
Fourteen-byte character string defined in an application to which the
version identifier is returned.
Discussion
The version identifier is in the format HP32209
v.uu.ff
where
v
denotes the major
enhancement level,
uu
the update level, and
ff
the fix level.
Example
COBOL
CALL INTRINSIC HP32209 USING BUFFER
BASIC
200 CALL HP32209(B$)
FORTRAN
CALL HP32209 (BUFFER)
SPL/PASCAL
HP32209(BUFFER)