HypMenuVShowHelpHtml

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

Description

HypMenuVShowHelpHtml() launches the online help.

Syntax

HypMenuVShowHelpHtml()

Parameter

vtHelpPage: The name of the HTML file that launches the help.

Return Value

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

Example

Public Declare Function HypMenuVShowHelpHtml Lib "HsAddin" (ByVal vtHelpPage As Variant) As Long

Sub MDisConn()
   X=HypMenuVShowHelpHtml(launch.html)
End Sub