LOTUSSCRIPT/COM/OLE CLASSES
Opens the current or a specified document in a mode that you specify.
Defined in
NotesUIWorkspace
Syntax
Set notesUIDocument = notesUIWorkspace.EditDocument( [editMode] , [notesDocument] , [notesDocumentReadOnly] , [documentAnchor$] , [returnNotesUIDocument] , [newInstance] )
Parameters
editMode
Note This parameter is new with Release 5.0.6.
Note This parameter is new with Release 6.
notesUIDocument
The current document may be either of the following:
Language cross-reference
EditDocument @command in formula language
OpenDocument @command in formula language
Example See Also