brOpenRuleModule Method

       

Creates a new instance of the clsD3RuleModule class that encapsulates the legacy FlashBASIC subroutine so it may be called from the application.

NOTE

See the Remarks section for RPC and ODBC connection exceptions.

Syntax

Set oRuleModule = object.brOpenRuleModule(sRuleItem, [vsRuleFile], [vsRuleBase])

Parameters

Parameter

Description

oRuleModule

An object variable that represents a clsD3RuleModule object to be created.

object

An object variable that represents a clsD3Environment object.

sRuleIteme

A String specifying the name of the compiled subroutine.

vsRuleFile

Optional. A Variant (String subtype) specifying the file where the subroutine resides.

vsRuleBase

Optional. A Variant (String subtype) specifying the account where the subroutine resides.

Remarks