LOTUSSCRIPT/COM/OLE CLASSES


Refresh method
Example

Refreshes a document. When you refresh a document, its computed fields are recalculated.

Defined in

NotesUIDocument

Syntax

Call notesUIDocument.Refresh( [ IncludeRichTextItems ] )

Parameters

IncludeRichTextItems

Note This parameter is new with Release 5.


Usage

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

This method is useful when the value of a computed field depends upon the contents of another field on the document.

Language cross-reference

ToolsRefreshAllDocs @command in the Formula language

ViewRefreshFields @command in the Formula language

Example
See Also