Saves the content of the English Query project file (*.eqp) in the XMLDOMDocument object to the specified file.
EQModel.SaveProjectFile(ModuleID, [SaveAsName])
EQModel
ModuleID
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.
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.