HypMenuVRulesOnForm

Describes the Oracle Smart View for Office VBA function, HypMenuVRulesOnForm.

Cloud data provider types: Planning (forms only), Planning Modules (forms only), Financial Consolidation and Close (forms only), Tax Reporting (forms only)

On-premises data provider types: Oracle Hyperion Planning (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