OpenModule Method

English Query

English Query

OpenModule Method

Loads the contents of an English Query module (*.eqm) and appends it to the existing XMLDOMDocument object.

Applies To

EQModel Object

Syntax

EQModel.OpenModule(ModuleName)

Parts

EQModel

Object variable into which model information is loaded.

ModuleName

String containing the full path and name of the module to be opened.

Remarks

The OpenModule method adds the module reference to the project section in the XMLDOMDocument object.

The errors encountered while compiling the English Query project are placed in EQModel.Errors.

See Also

Compile-Time Error Messages (Authoring Object Model)

EQError Object

OpenProject Method

SaveModule Method