|
-
Sep 29th, 2012, 02:26 AM
#1
Thread Starter
Lively Member
[RESOLVED] how to disable popup "The database is up to date." in vb6 runtime execution..
hi
i using vb6 and crystal report 11.
i have created multiple rpt file with the same view table( of access mdb database).
i using following method to show report at runtime
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Set CrRpt = CrApp.OpenReport("ReportFileName.rpt")
cryReportViewer.ReportSource = CrRpt
cryReportViewer.Database.Verify
cryReportViewer.ViewReport
\\\\\\\\\\\\\\\\\
there is no problem in showing report at runtime.. only a popup window ("The Database is now up to date") is coming when codeline "cryReportViewer.Database.Verify" execute..
this msgbox window is same as the popup window when we manually verify the database in crystal report application ..
NOTE:
>i try this same method by using crystal report 9 and see that this popup in not come.
> i updated all reference/component with new version of crystal report 11 in application but the problem still occur
thanks you
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
|