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