HypMenuVRulesOnForm

Data provider types: Oracle Hyperion Planning (forms only), Oracle Planning and Budgeting Cloud (forms only)

Description

HypMenuVRulesOnForm() opens the Rules on Form dialog box.

Syntax

HypMenuVRulesOnForm()

Return Value

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

Example

Public Declare Function HypMenuVRulesOnForm Lib "HsAddin" () As Long
Sub MRulesOnForm()
   X=HypMenuVRulesOnForm()
End Sub