HypMenuVInstruction

Data source types:Planning (forms only), Financial Management (forms only), Hyperion Enterprise (forms only)

Description

HypMenuVInstruction() displays instructions that may be associated with a Planning data form.

Syntax

HypMenuVInstruction()

Return Value

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

Example

Public Declare Function HypMenuVInstruction Lib "HsAddin" () As Long

Sub MInstruction()
   X=HypMenuVInstruction()
End Sub