Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Are U a VB6 & Crystal 8 Guru?

Status
Not open for further replies.

vbuser1976

Programmer
Jan 5, 2001
10
0
0
US
Hi!

I am having a problem with my application and the reports in the application. When I run my app through VB6(compiler), I am able to view my reports. But when I run it through my packaged app, the reports do not view. Please read the code below and let me know what I am missing. Also, can you tell me which components and/or references I need to include in my deployment package?

Thank you for your assistance in advance. :)

Code:
With CrystalReport2
    .ReportFileName = App.Path & "\REPORTS\dateRep.rpt"
    .ReportTitle = "Summary Report by Date"
    .PrintReport
End With
-vbuser1976
VB6.0 SP4
Crystal 8.0 Developer Edition
SQL 7.0 SP2
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top