LOTUSSCRIPT/COM/OLE CLASSES


Refresh method
Example

Updates view contents to reflect any updates to the database since the NotesView object was created, or since the last refresh.

Defined in

NotesView

Syntax

Call notesView.Refresh

Usage

By default, refresh is automatic when view navigation touches an update. See AutoUpdate.

After a refresh, existing navigators and entries based on this NotesView object may contain invalid information. The typical error message is "Entry not found in index."

This method does not refresh the front-end view that the interactive user sees, nor does it rebuild the front-end view. See ViewRefresh and ViewRebuild in NotesUIWorkspace.

Language cross-reference

refresh method in Java View class

ToolsRefreshAllDocs @command in formula language

Example
See Also