HypMenuVInstruction

Cloud data provider types: Oracle Planning and Budgeting Cloud (forms only)

On-premises data provider types: Oracle Hyperion Planning (forms only), Oracle Hyperion Financial Management (forms only)

Description

HypMenuVInstruction() opens the Instructions dialog box.

Syntax

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

Return Value

HypMenuVInstruction()

Example

Public Declare Function HypMenuVInstruction Lib "HsAddin" () As Long
Sub MInstruction()
   X=HypMenuVInstruction()
End Sub