hi I have created a sample report with crystal report 10. Now, I wanna to add it to my vb6.0 project but when I try to do so by add file from project menu, it says that sampleReport.rpt could not b loaded....
what's wrong?
hi I have created a sample report with crystal report 10. Now, I wanna to add it to my vb6.0 project but when I try to do so by add file from project menu, it says that sampleReport.rpt could not b loaded....
what's wrong?
What version of Crystal Reports 10? I think you need one of the Developer Editions for VB6 integration.
Alternatively, the default install of VB6 has the components for Crystal 4.5 included. Open Project > Components, then select the Designers tab. Deselect any version of Crystal apart from the entry for Crystal 10 Designer (which should be there if you have the Crystal Developer Edition). This should add an option to the Project menu for adding a Crystal 10 report to your project.
I use to use Crystal Reports and VB6. the way we use to do it was to ship the reports in a reports folder, and reference them at runtime via the Crystal reports viewer. Would this solution work for you?