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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling CR8 from an MSSQL DTS Package

Status
Not open for further replies.

NTSGuru

Programmer
Jul 25, 2000
52
Does anyone know of a way to call a Crystal Report (version 8) from a DTS package in MS SQL 7.0?

I've tried to find in the DTS package where to add external things like that, but I've had no luck. Any help would be greatly appreciated.

TIA

Fred
 
Can't you call it from a vb script?
PEOpenengine
Job==peopenprintjob(Myfile)
//-- Set your output option export options...
PestartPrintjob(Job,true)
PeCloseEngine


It's only pseudocode but should get you there if yoiu can include the global.bas file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top