LOTUSSCRIPT/COM/OLE CLASSES
Saves any changes you have made to a document.
Defined in
NotesDocument
Syntax
flag = notesDocument.Save( force, createResponse [, markRead ] )
Parameters
force
If False, and someone else edits the document while the script is running, the createResponse argument determines what happens.
save method in Java Document class
@DocMark function in formula language
FileSave @command in formula language
Example See Also