HypMenuVAbout

Data source types: Essbase, Planning, Financial Management, Hyperion Enterprise

Description

HypMenuVAbout() opens the About box which displays copyright, version, and system information.

Syntax

HypMenuVAbout()

Return Value

Returns 0 if successful; otherwise, returns the appropriate error code.

Example

Public Declare Function HypMenuVAbout Lib "HsAddin () As Long

Sub MAbout()
   X=HypMenuVAbout()
End Sub