Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Please need urgent help with report instances

Status
Not open for further replies.

ParuzulaC

Programmer
Dec 3, 2002
2
US
Does anyone know how to retrieve a list of recurring instances for ALL reports if given only the email address the report is scheduled to be sent to?

Thanks!
 
The howitzer approach is to use CE Query Builder (v9) and "SELECT * FROM CI_INFOOBJECTS WHERE SI_PROGID = 'CrystalEnterprise.Report'" then use the browser's "find" function to locate the address you are looking for. This is fine for an ad hoc need. For regular use, you'll need a custom csp process.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top