.

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

FORMULA LANGUAGE


@IsNewDoc
Example

For a document being edited, indicates if the document has been saved to disk.

Syntax

@IsNewDoc

Return value

flag

Usage

This function evaluates the current state of the document when it is used in toolbar button, hide-when, section editor, window title, field, form, and form action formulas.

This functions returns 0 if the document has not yet been saved, regardless of how the document was created. It always returns a 0, even if the document has been saved, when used in column, selection, agent, and view action formulas.

Language cross-reference

IsNewDoc property of LotusScript NotesUIDocument class

IsNewNote property of LotusScript NotesDocument class

IsNewNote property of Java Document class

Example
See Also