FieldClear (NotesUIDocument - LotusScript®)
Clears the contents of a field in a document.
Defined in
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.