ok i call the reports from a folder called reportfolder which is in the folder where my vb application runs from.... heres the coding


With Crystl_Rpt_Component
.Connect = "dsn=THEdsnSTR; uid=admin; pwd=myDB; DSQ="
.ReportFileName = App.Path & "/ReportFolder/TheReport.rpt"
.WindowState = crptMaximized
.PrintReport
End With


my question is why does the reports frame appear ....and then whole report disappears... weird....
can you guys come up with any reasons for why is the report just diasappearing...

by the way i have used the exact coding to call the other reports ... and they appear without a problem... means they dont disappear.