OpenView (NotesUIDatabase - LotusScript®)
Opens a view in the database.
Defined in
Syntax
Call notesUIDatabase .OpenView( viewName$ [, key$] [, newinstance][, replaceView] )
Parameters
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. True to open the view in a new window if it is already open. False (default) to give focus to the already open view.
replaceView
Note: This parameter is new with Release 5.0.4.
Boolean. Optional. True to replace a different open view in its window. Otherwise, opens the view in a new window. You cannot replace the view you are in.