HypMenuVRulesOnForm

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

Data provider types: Planning (forms only), Planning Modules (forms only), Financial Consolidation and Close (forms only), Tax Reporting (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