CalcStatus is a text function that returns the calculation status of a cell for a Financial Management database connection. You can use the CalcStatus function in report headers, rows, and columns.
The function syntax is as follows:
<<CalcStatus("GridName", Row, Col, Page)>>
The following calculation status values can be returned from Financial Management:
The following syntax displays the calculation status of the cell that is in row 21, column B on page 1 of Grid1:
<<CalcStatus("Grid1",21,B,1)>>
This function supports the Current keyword. For information and examples, see Current / Cur Keyword. |