.

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


@IsDocBeingRecalculated
Example

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

Syntax

@IsDocBeingRecalculated

Return value

flag

Usage

Use @IsDocBeingRecalculated in field formulas. It has limited usefulness in toolbar button, hotspot, and form action formulas. This function does not work in column, selection, agent, window title, form, or view action formulas.

If you are using this function to increment a counter, the count increases by one every time the user recalculates the fields on a form.

Example
See Also