CLASSI JAVA/CORBA
Saves any changes you have made to a document.
Defined in
Document
Syntax
public boolean save() throws NotesException
public boolean save(boolean force) throws NotesException
public boolean save(boolean force, boolean makeresponse) throws NotesException
public boolean save(boolean force, boolean makeresponse, boolean markread) throws NotesException
Parameters
boolean force
If false, and someone else edits the document while the program is running, the makeresponse argument determines what happens.
Nota If the database does not track unread marks, all documents are considered read, and this parameter has no effect.
Save method in LotusScript NotesDocument class
@DocMark function in formula language
Esempio Vedere anche