JAVA/CORBA CLASSES


refresh method
Example

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

Defined in

View

Syntax

public void refresh()
   throws NotesException

Usage

By default, refresh is automatic for local operations when view navigation touches an update. See isAutoUpdate.

After a refresh, existing ViewEntry objects may contain invalid information. They should not be used for navigation or the creation of ViewNavigator objects.

For remote (IIOP) operations, refresh invalidates the cache.

Language cross-reference

Refresh method in LotusScript NotesView class

ToolsRefreshAllDocs @command in formula language

Example