hi
i using vb6 and crystal report 11.
i create multiple reports 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.ViewReport
\\\\\\\\\\\\\\\\\
there is no problem in showing report at runtime.. only a popup window ("The Database is now up to date") is come when codeline "cryReportViewer.ViewReport" execute..
this msgbox window is same the popup window when we manually verify database in crystal report application ..
NOTE: i try this same method by using crystal report 9 and see that this popup in not come.
what is the problem.. ? plz suggest me how to disable that dirty popup :mad: at runtime..:lol:
i using vb6 and crystal report 11.
i create multiple reports 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.ViewReport
\\\\\\\\\\\\\\\\\
there is no problem in showing report at runtime.. only a popup window ("The Database is now up to date") is come when codeline "cryReportViewer.ViewReport" execute..
this msgbox window is same the popup window when we manually verify database in crystal report application ..
NOTE: i try this same method by using crystal report 9 and see that this popup in not come.
what is the problem.. ? plz suggest me how to disable that dirty popup :mad: at runtime..:lol: