|
-
Dec 2nd, 2002, 02:12 PM
#1
Thread Starter
Member
My report just disappears??? why?? can you guys come up with some reasons???
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|