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

408 AppendixA
SAMPLE PROGRAMS
SPL
SPL
$PAGE "HP32209B.04.17 VPLUS/V S40S209B, ENTRY"
$COPYRIGHT " " , &
$ " " , &
$ " (c) COPYRIGHT HEWLETT-PACKARD. 1986 " , &
" , &
$ "This program may be used with one computer system at a time " , &
$ "and shall not otherwise be recorded, transmitted or stored " , &
$ "in a retrieval system. Copying or other reproduction of this " , &
$ "program except for archival purposes is prohibited without " , &
$ "the prior written consent of the Hewlett-Packard Company. " , &
<< >>
$CONTROL USLINIT, LIST, MAP, CODE
<<****************************************************************>>
<< >>
<< ENTRY--VPLUS/V Data Entry Program >>
<< >>
<< 9/1/79 >>
<< >>
<<****************************************************************>>
<<
This program controls source data entry for any forms file.
It opens a forms file, based on user input; it opens a batch
file, also named by the user. If all is ok, it displays the
head form, accepts input, edits the data, and if no errors,
writes it to the batch file. The program continues to do this
until $END is reached, or until the EXIT function key has been
pressed.
This program also controls browsing through the data collected,
and supports modification of that data.
The function keys have defined meanings as follows:
f1 f2 f3 f4
HEAD DELETE PRINT REFRESH
f5 f6 f7 f8
PREV NEXT BROWSE/ EXIT
COLLECT
>>