LOTUSSCRIPT/COM/OLE CLASSES
Refreshes a UI view to match its associated back-end view.
Defined in
NotesUIWorkspace
Syntax
Call notesUIWorkspace.ViewRefresh
Usage
If a view is in the active window, this method refreshes that view.
If a document is in the active window, this method refreshes the view associated with the document when the view's window is activated.
This method first refreshes the associated back-end view unless the code containing the method is running in a UI document. To refresh a UI view from within a document, first call Refresh of NotesView.
Language cross-reference
ViewRefreshFields @command in formula language
EmptyTrash @command in formula language
Example