Download the same sample in VB6 & Crystal Report 8.5 from here or refer to this link about 'Server has not yet been opened'.
If you are using Visual Studio 2008, you do not need to have Crystal Report (as a separate software).
Overall, the VB.NET offers a much simpler implementation for reporting using Crystal Reports.
Download the the sample code in VB.NET (Visual Studio 2008 SP1)
If you are using Visual Studio 2008, you do not need to have Crystal Report (as a separate software).
- Change 'CRAXDRT.Report' to 'CrystalDecisions.CrystalReports.Engine.ReportDocument'
- Change 'CRAXDRT.Section' to 'CrystalDecisions.CrystalReports.Engine.Section'
- Change 'CRAXDRT.DatabaseTable' to 'CrystalDecisions.CrystalReports.Engine.Table'
Overall, the VB.NET offers a much simpler implementation for reporting using Crystal Reports.
Download the the sample code in VB.NET (Visual Studio 2008 SP1)
Comments
Can't help for now.