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

396 Chapter7
USING FORMSPEC IN BATCH MODE
ARB BATCH MODE COMMANDS
MOVEARBFIELD
Move a field or group of fields to a specified position on an ARB.
Syntax
MOVEARBFIELD
arbname range
[
destination
]
Parameters
arbname
The name of the ARB.
range
The field or fields to be moved, expressed as fieldname or
fieldname/fieldname.
[destination]
The position in the ARB to which the field(s) will be moved. Can be left
blank.
Discussion
The
arbname
must exist. If the
destination
is not specified, the field(s) will be appended
at the end of the ARB.
EXAMPLE
Suppose the fields in the ARB EMPLOYEE are in this order:
NAME
ADDRESS
PHONE
SSNUM
SUPERVISOR
The command:
MOVEARBFIELD EMPLOYEE ADDRESS/PHONE AFTER SSNUM
or the command:
MOVEARBFIELD EMPLOYEE SSNUM BEFORE ADDRESS
will rearrange the fields in this order:
NAME
SSNUM
ADDRESS
PHONE
SUPERVISOR