LOTUSSCRIPT/COM/OLE CLASSES


CurrentDocument property
Example

Returns a NotesUIDocument object representing the document that's currently open.

Defined in

NotesUIWorkspace

Data type

NotesUIDocument

Syntax

Set notesUIDocument = notesUIWorkspace.CurrentDocument

Return value

notesUIDocument


Usage

This method cannot be used to access the document that's currently highlighted in a view or folder.

This method can be used to access the current document in all NotesUIDocument events, including QueryOpen.

Example
See Also