![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I am new to Crystal Reports and DTS. What I need to do is schedule a Crystal Report to run thru DTS package. Here is a sample code that I found on but it doesn't seem to be working. '**************************************** ' Visual Basic ActiveX Script '**************************************** Function Main() Dim CrystalApp Dim CrystalReport Set CrystalApp = New CRAXDRT.Application Set CrystalReport = CrystalApp.OpenReport("C:\Documents and Settings\....rpt") CRviewer1.ReportSource = CrystalReport CRviewer1.ViewReport Main = DTSTaskExecResult_Success End Function I am getting the following error: ActiveX Component can't create object 'CRAXDRT' Can anyone please help me with the error that I am getting? Any help is greatly appreciated. Thanks, |
#3
| |||
| |||
|
|
Is Crystal Reports installed on the server? Is it installed on your local PC? Rick Hi, I am new to Crystal Reports and DTS. What I need to do is schedule a [quoted text clipped - 25 lines] Any help is greatly appreciated. Thanks, |
![]() |
| Thread Tools | |
| Display Modes | |
| |