Used to change the specification of either the current form
or the next form.
Discussion |
|
This statement may be entered in a processing specification
for any field in the form. It causes the specified changes to the
current or next form to take effect when the next form is requested,
and it causes the specified next form to be displayed when the current
form is finished at execution time.
If several NFORM statements are specified in a form, only
the last statement executed is effective.
When forms sequence is defined in the Form Menu (refer to
Section 3), the current form may be repeated, or repeated and appended
to itself, or neither, when the next form is requested. Also, the
current form may be cleared when the next form is requested, or
it may remain on the screen with the next form appended to it. The CHANGE statement allows you to alter these form specifications
dynamically.
Additionally, the CHANGE statement allows you to specify a different next
form than the one specified on the Form Menu. Note that the form
changes do not occur when the field is entered with the ENTER statement, but only after the current form has
been finished.