clsD3RuleModule class

Implements the ability to load and repeatedly call D3 FlashBasic rule modules.

Remarks

A clsD3RuleModule object (D3 rule module) encapsulates a legacy FlashBASIC subroutine so it can be called from a Visual Basic application.

To create a new clsD3RuleModule object, use the brOpenRuleModule method of the clsD3Connection class. For example:

Set oRule = oConn.brOpenRuleModule("dm,bp, taxconv")

By encapsulating the D3 rule modules on the server using this class, it is possible to simplify the conversion of legacy applications to Visual Basic using the class library.

An application may have many clsD3RuleModule objects.

Undocumented members

The following property is an undocumented member of the clsD3RuleModule class.

  • brVirtualMachine property