hello
How i run vb application using a crystal report on any other machine on which crytsal report isn ot installed ?
how can we embedd crystal report in visual basic to make trake ur reports.. ?
Is it possible that we make a crystal report in Crystal report and direct call it on the setup time when other computer not contain crystal report..?
What is the run Time dll required for crystal Report in our application....???
please help me .. if some one know about the process , please alos let me know... thank you
ankur bhatnagarIf you have referenced the crytal reports in your project, then just make a setup of the project and install it in other systems that do not have crystal reports.
The setup will take care of installing the DLLs and OCXs required for crytal reports to run on the system.
Crystl32.OCX is the OCX file for the crystal report control
crviewer.dll is the dll for crystal viewer
Showing posts with label crytsal. Show all posts
Showing posts with label crytsal. Show all posts
Tuesday, March 20, 2012
Sunday, March 11, 2012
Crystal Report Problem
Please guide me..
I have a form which has a button on it. when clicked it opens up a Crystal Report, designed in Crytsal Report 10.0.
The source of the data for the report is an .xsd file, which basically resides in my C:\INETPUB\WWWROOT\<app name>\ directory.
The application runs fine on my machine.
when the whole of the code is deployed to some other machine and executed, the report again looks for the .xsd file in the
C:\INETPUB\WWWROOT\<app name>\ which is different this time, and thus results in an error.
How can this be solved...The data source obviously has to be available to wherever you're trying to run the report from. I'd suggest putting the file in a shared place on the network so that all machines running the report can access it using the same address.
I have a form which has a button on it. when clicked it opens up a Crystal Report, designed in Crytsal Report 10.0.
The source of the data for the report is an .xsd file, which basically resides in my C:\INETPUB\WWWROOT\<app name>\ directory.
The application runs fine on my machine.
when the whole of the code is deployed to some other machine and executed, the report again looks for the .xsd file in the
C:\INETPUB\WWWROOT\<app name>\ which is different this time, and thus results in an error.
How can this be solved...The data source obviously has to be available to wherever you're trying to run the report from. I'd suggest putting the file in a shared place on the network so that all machines running the report can access it using the same address.
Subscribe to:
Posts (Atom)