Refreshing a view or folder

Updates (additions, deletions, and changes) to a database are not reflected in an open view until it is refreshed. By default, a view refreshes automatically when a navigation method touches an updated document. You can suppress automatic refresh by setting AutoUpdate of NotesView to False. To explicitly refresh the view, call NotesOutline of NotesView.

It is best to avoid automatically updating the view especially if the view is a base for navigators or entry collections. Automatic updates degrade performance and may invalidate entries in child objects ("Entry not found in index").

To refresh the UI view (the view rendition on the user screen), call VewRefresh of NotesUIWorkspace. If the code is running in a UI document, call Refresh of NotesView first.