5 Controlling Forms

The CLEAR FORM Statement

The CLEAR FORM statement clears the input and output fields of the current form. Use CLEAR FORM to reuse a form for further input and output. The syntax is:

CLEAR FORM

When CLEAR FORM is used, the form on the display remains as it is; only the input and output fields are erased.

Execution of this statement resets the field pointers to the first input field and first output field of the form. The cursor is placed in the upper-left corner of the form. The form remains active and the link between program and form is not altered.


Eloquence Forms Manual - 19 DEC 2002