SaveProjectFile Method

English Query

English Query

SaveProjectFile Method

Saves the content of the English Query project file (*.eqp) in the XMLDOMDocument object to the specified file.

Applies To

EQModel Object

Syntax

EQModel.SaveProjectFile(ModuleID, [SaveAsName])

Parts

EQModel

Object variable into which model information is loaded.

ModuleID

String variable containing the module ID.

SaveAsName

A string variable containing the path and file name of the module to which you want to save the module. Optional.

Note  If this argument is omitted, SaveProjectFile uses the path and file name specified by the contents of the MODULE element that defines the module in the XMLDOMDocument object.

Remarks

Paths and file names are derived from the names of the modules as specified in the XMLDOMDocument object.

The collection of EQErrors encountered while saving the project is placed in EQModel.Errors.

See Also

Compile-Time Error Messages (Authoring Object Model)

CreateProject Method

EQError Object

SaveProject Method