I have created few reports using Crystal Report 9 for my application, the reports are deployed to user to preview it. I'm thinking of converting the reports into PDF format at the server side then pass then PDF file to the client side to preview. Can this be done ?
S it can be done.You can create a exe file (in VB) and keep it on the server on that crystal reports should also be installed then get the values and pass it to the exe file and launch it.
There is a product called OctoPDF sold by JBMSystems.com. It accepts LPR input and kicks PDF’s out the back end. They have burst tools, forms flash and all kinds of add ons and features. We have many reports that we just push out to different queue’s and they end up in the user’s email box. Relatively Inexpensive.
We implemented this functionality in one of my projects an year back. I think, u need to have the crystal report client installed and running at server side. Dont remember! Hope this sample code help u.
Set App = CreateObject(“CrystalRuntime.Application”)
I am not sure about this error. I dont have crystal report with me to try it out. Are you able to export it manually. I mean, open the crystal report, use its menu options to export to excel or pdf. If you are getting the same error on this manual export means, its the istallation of crystal report causing the problem.