resetForm

The resetForm method resets all field values in the current document.

 

Syntax

resetForm(System.Array nFields);

 

Parameters

nFields

[Optional] An array of Field objects.

 

Return Value

Returns None.

 

Remarks

If the nFields is null or not used, the method will use all the Field Objects of the document.

 

Member of doc.

 

Example

this.resetForm();