kchisley
Jan 13th, 2006, 12:01 PM
My code is:
Sub OpenReport()
Dim CR_CustomApp As New CRAXDRT.Application
Dim CR_CustomReport As CRAXDRT.Report
Set CR_CustomReport = CR_CustomApp.OpenReport("c:\test.rpt", 1)
End Sub
When I run it, it completes, but the report is not opened. Any suggestions please?
Sub OpenReport()
Dim CR_CustomApp As New CRAXDRT.Application
Dim CR_CustomReport As CRAXDRT.Report
Set CR_CustomReport = CR_CustomApp.OpenReport("c:\test.rpt", 1)
End Sub
When I run it, it completes, but the report is not opened. Any suggestions please?