My code is:
VB Code:
  1. Sub OpenReport()
  2.  
  3.    Dim CR_CustomApp As New CRAXDRT.Application
  4.    Dim CR_CustomReport As CRAXDRT.Report
  5.          
  6.    
  7.    Set CR_CustomReport = CR_CustomApp.OpenReport("c:\test.rpt", 1)
  8.  
  9.    End Sub

When I run it, it completes, but the report is not opened. Any suggestions please?