HP Data Entry and Forms Management System (VPLUS) Reference Manual (32209-90024)
Chapter 6 257
USING VPLUS INTRINSICS
INTRINSIC DESCRIPTIONS
Dependency Between Intrinsics
Certain intrinsics must be called before other intrinsics can be executed. Figure 6-3.
illustrates the standard dependencies among intrinsics. For example, the terminal file
must be opened before any other intrinsics are called if prompts are to be sent to the
terminal. Each of the three files, terminal, forms and batch must be opened before
operations can be performed on these files and before the files can be closed.
Figure 6-3. Intrinsics Dependencies
VOPENTERM VOPENFORMF
VERRMSG*
VCLOSETERM
VLOADFORMS
VUNLOADFORMS
VCLOSEFORMF
VGETNEXTFORM
VPUTWINDOW
VOPENBATCH
VGETFILEINFO
VGETFORMINFO
VGETFIELDINFO
VGETLANG
VSETLANG
VSHOWFORM
VPLACECURSOR
VREADFIELDS
VINITFORM
VFIELDEDITS
VFINISHFORM
VGETERROR
VPRINTFORM
VCHANGEFIELD
VGETBUFFER
VPUTBUFFER
VGETFIELD
VPUTFILED
VGETtype
VPUTtype
VGETKEYLABELS
VSETKEYLABELS
VSETKEYLABEL
VWRITEBATCH
VREADBATCH
VPOSTBATCH
VCLOSEBATCH
*VERRMSG does not require any previous intrinsics calls.
Note: VGetNextForm must be called before either VShowForm or VReadFields can be done.