AccpacErrors.GenerateErrorFile
Generates a temporary file to store the errors in the collection.
Function GenerateErrorFile() As String
Return Value
Returns the full path, including the file name, of the generated CSV (comma delimited) file.
Remarks
When ACCPAC is running remotely, the temporary file is generated on the server, so the returned path is a path on the server machine (a DOS path that is "local" to the server, as opposed to a URL).
This method is useful for applications wanting to generate a report of all errors stored for the session.