How to Run Crystal Report from VB?
hi folks,
Q:-1
I am using ADODC1 for my program in VB6 and i'm using Access database. I just Designed Crystal report. What will be the command for calling Crystal Report from my VB program. I want to write code in a command button on Form to view Report.
Q:2
During Package and Deployment Wizard it works ok, but after installation on another computer it gives error message of crystal report.
Please help...
Re: How to Run Crystal Report from VB?
I havent tried it with ADODC as I dont use it, only pure ADO. I have an example of setting it up for ADO in my signature but for the deployment issue you need to manually add the CR dependancy files required for your CR usage. To find out which ones, if you have the developer version of CR it will have a file called Runtime.hlp that describes every file needed when you use CR properties, methods, and exports, etc.
Re: How to Run Crystal Report from VB?
Quote:
Originally Posted by Plucky
Q:2
During Package and Deployment Wizard it works ok, but after installation on another computer it gives error message of crystal report.
What is the error message?