OpenPage (NotesUIWorkspace - LotusScript)
Opens the specified page within the current target frame.
Note: This method is new with Release 5.
Defined in
NotesUIWorkspace
Syntax
Call notesUIWorkspace .OpenPage( pagename$ )
Parameters
pagename$
String. Name of the page defined for the current database.
Example