04 Documentation updates
Designer
NotesUIDatabase.OpenView has replaceView parameter
The OpenView method of NotesUIDatabase has a fourth parameter and is re-specified as follows:
Syntax
Call notesUIDatabase.OpenView( viewName$ [, key$] [, newinstance] [, replaceView] )
Parameter
viewName$
String. The name of the view you want to open.
key$
NOTE: This parameter is new with Release 5.
String. Optional. The value to scroll to.
newinstance
NOTE: This parameter is new with Release 5.
Boolean. Optional. Has effect only if an instance of the view specified by viewName$ is already open. Specify True if the view should be opened in a new window, otherwise the already open view
will be given focus.
replaceView
NOTE: This parameter is new with Release 5.0.4.
Boolean. Optional. Has effect only if the view specified byviewName$ is not already open, but a different view is open. Specify True if the view specified by viewName$ should replace the already open, but different, view. Otherwise, it will be opened in a new window.