Data provider types: Planning (forms only)
HypMenuVRulesOnForm() opens the Rules on Form dialog box.
HypMenuVRulesOnForm()
Returns 0 if successful; otherwise, returns the appropriate error code.
Public Declare Function HypMenuVRulesOnForm Lib "HsAddin" () As Long Sub MRulesOnForm() X=HypMenuVRulesOnForm() End Sub