FORMULA LANGUAGE
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
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