LOTUSSCRIPT/COM/OLE CLASSES


Examples: Save method
This script saves the current document. The document must be in edit mode to be saved using this method.

Dim workspace As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Set uidoc = workspace.CurrentDocument
Call uidoc.Save

See Also