| Error #
| Error
| Message/Explanation
|
400
| PE_ERR_CONFLICT LOGON INFOCONNECT
| "Do not use both Connect property and LogonInfo property." This message appears if you try to set both of these properties at the same time.
|
401
| PE_ERR_REPORTFILENAMENOTSET
| "ReportFileName property must be set before calling method." Some methods retrieve information from a report. This message appears if you try to call these methods before setting the ReportFileName property. The methods are:
- FetchSelectionFormula
- ReplaceSelectionFormula
- RetrieveDataFiles
- RetrieveSQLQuery
- RetrieveStoredProcParams
- GetNSubreports
|
402
| PE_ERR_SELECTION FORMULACONFLICT
| "Do not use both SelectionFormula and ReplaceSelectionFormula." ReplaceSelectionFormula is a method. This message appears if you attempt to use it after SelectionFormula.
|
403
| PE_ERR_BADDLL
| "DLL name must be specified." This message appears if you call the LogOnServer method and don't specify the DLLname parameter.
|
404
| PE_ERR_STRING TOOLONG
| "A string is too long." This message appears:
- if you set an element of the ParameterFields property to a string whose value part is greater than 256 characters, or
- if you call the LogOnServer method, and the server, database, userid, or password parameters are greater than 128 characters.
|
405
| PE_ERR_BAD SUBREPORTINDEX
| "Invalid Subreport index." This message appears if you call the method GetNthSubreportName and the first parameter does not correspond to a subreport.
|
406
| PE_ERR_BAD SUBREPORTNAME
| "Unknown Subreport name." This message appears if you set the SubreportToChange property to the name of a subreport that does not exist in the current report.
|
407
| PE_ERR_ODBCTABLE NOTSET
| "Need ODBC table name for export." This message appears when you attempt to export to ODBC without setting the PrintFileODBCTable property.
|