FormatStatusToText

Returns a String code that represents the numeric calculation status passed as the argument. Use FormatStatusToText to get a meaningful description of the calculation statuses returned by methods such as GetCalcStatus and GetCell.

Syntax

<HsvData>.FormatStatusToText(lStatus)

Argument

Description

lStatus

Long (ByVal). A valid calculation status.

Return Value

String. The code that identifies the calculation status. The valid status codes are as follows:

For descriptions of these statuses, see the Oracle Hyperion Financial Management, Fusion Edition User's Guide.

Example

FormatStatusToText is used in the example for GetCell.