Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a report with Coldfusion

Status
Not open for further replies.

mmemon

Programmer
Nov 21, 2002
46
US
Hello,

Can you use Crystal reports with Coldfusion. I have 8.5 and we have a coldfusion application that needs to call a .rpt file and export it to pdf.

Can this be done?
 
Yes, it can be done. If you wish to develop this functionality yourself, you need to get the developer (or advanced) edition of Crystal and use the runtime components.

There are also several 3rd-party report managers (see list at: including my Visual CUT software, that can accept a command line call from another application (asp.net, PHP, ColdFusion, ...) and undertake the requested operation for you.

The things you should be looking for are the ability to accept command line arguments (rpt file path & name, parameters, user id, password) and generate not only the exported file but also status indicators for success/failure so your application knows when processing is completed (it's time to redirect the user to the resulting pdf file), etc.

hth,
- Ido

CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Hello,

Thank you for your reply. I am not sure how I would export the file to pdf. In VB.net, the object model has methods for coding the export to pdf but I haven't been able to find any code for Coldfusion. I found the code for retrieving the file but I am unfamiliar how I would handle after that...

Michele
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top