.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


Save method
Example

Saves any changes you have made to a document.

Defined in

NotesDocument

Syntax

flag = notesDocument.Save( force, createResponse [, markRead ] )

Parameters

force


createResponse
markRead
Return value
Usage

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