HypMenuVSelectForm

Data provider types: Oracle Hyperion Planning, Oracle Planning and Budgeting Cloud, 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