clear form

Examples


The clear form statement clears a specified form.

Syntax

clear form form_name

Parameters

form_name The name of the form to be cleared.

Comments

Clearing a form removes the data currently in each field in each of the form’s windows.

When a form is cleared, the change flag for that form is cleared as well. Consequently, the changed() function will return false immediately after a form has been cleared.


Documentation Feedback