Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






@DocMark

In an agent that runs a formula, indicates whether or not you want to save the changes to a document.

Syntax

@DocMark( [Update] )
@DocMark( [NoUpdate] )

Parameters

[UPDATE]

Keyword. Marks a document so that changes made to it are saved to disk.

[NOUPDATE]

Keyword. Marks a document so that changes made to it will not be saved to disk.

Usage

Use @DocMark in any type of agent to indicate if the changes made to a document by the agent should be saved. This function has no effect in any other formula.

You cannot use this function in Web applications.

Language cross-reference

Save method of LotusScript NotesDocument class

SaveToDisk property of LotusScript NotesItem class

save method of Java Document class

IsSaveToDisk property of Java Item class

Related topics
Accessing the current document in the formula language
Working with @functions




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009