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.
Avoid using this method in a document returned by NotesUIDocument.Document. Use NotesUIDocument.Save instead. Otherwise, a user who saves in the front-end creates a save conflict.
Language cross-reference
save method in Java Document class
@DocMark function in formula language
FileSave @command in formula language
Example See Also