HypMenuVSelectForm

Cloud data provider types: Oracle Planning and Budgeting Cloud

On-premises data provider types: Oracle Hyperion Planning, Oracle Hyperion Financial Management

Description

HypMenuVSelectForm() opens the Select Form dialog box.

Syntax

HypMenuVSelectForm()

Return Value

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

Example

Public Declare Function HypMenuVSelectForm Lib "HsAddin" () As Long
Sub MSelectForm()
   X=HypMenuVSelectForm()
End Sub