SaveProject Method

English Query

English Query

SaveProject Method

Saves the contents of the XMLDOMDocument object into the English Query project (*.eqp) and English Query module (*.eqm) files. The SaveProject method retrieves data from the XMLDOMDocument object and divides the data into the main project file and multiple module files.

Applies To

EQModel Object

Syntax

EQModel.SaveProject

Parts

EQModel

Object variable into which model information is loaded.

Remarks

Paths and file names are derived from the names of the modules as specified 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)

CreateProject Method

EQError Object

OpenProjectFromXMLDOM Method