FieldClear (NotesUIDocument - LotusScript®)

Clears the contents of a field in a document.

Defined in

NotesUIDocument

Syntax

Call notesUIDocument .FieldClear( [ fieldName$ ] )

Parameters

fieldName$

String. Optional. The name of the field you want to clear. The field must be editable. If you don't specify a fieldName$, the current field is cleared.

Usage

This method is valid only when the document is in Edit mode.

Example