.

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


@IsDocBeingEdited
Example

Checks the current status of the document and returns 1 (True) if the document is being edited; otherwise returns 0 (False).

Syntax

@IsDocBeingEdited

Return value

flag

Usage

This function does not work in column, selection, agent, form, or view action formulas. It's intended for use in button, hide-when, field, and form action formulas.

Language cross-reference

EditMode property of LotusScript NotesUIDocument class

Example
See Also