Print Page | Close Window

Accessing a CR report from Coldfusion 7 or 8?

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Data Connectivity
Forum Discription: How to connect to data sources and export reports
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=1949
Printed Date: 05 May 2024 at 7:26am


Topic: Accessing a CR report from Coldfusion 7 or 8?
Posted By: etja
Subject: Accessing a CR report from Coldfusion 7 or 8?
Date Posted: 28 Dec 2007 at 7:49am
Hello, everyone! I'm new to Crystal Reports, and have downloaded the 30-day trial version of CR 2008! I use Coldfusion 7 and 8 for implementing Web apps, and would like to know if anybody has experience accessing a CR 2008 report from within a Coldfusion application? I've successed with exporting a CR report to PDF, then launching the PDF report from Coldfusion; but I would like to launch the native .rpt report from my Coldfusion app? Many thanks to anybody who can help me understand how to do this!

-------------
Soar with the eagles, or walk with the turkeys: it's our choice!



Replies:
Posted By: BrianBischof
Date Posted: 28 Dec 2007 at 8:30pm
Sorry, but I have no experience with Cold Fusion.

-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>


Posted By: srikanthm
Date Posted: 08 Jan 2008 at 6:55am
use cfreport
 
<cfreport report=test.rpt dsn="" username="" password="">
 
</cfreport>
 
for a example check it in adobe live docs


Posted By: etja
Date Posted: 08 Jan 2008 at 7:49am
Tongue If this works, then you've saved me a lot of time and $$! I'll give this a try... Thanks!

-------------
Soar with the eagles, or walk with the turkeys: it's our choice!


Posted By: srikanthm
Date Posted: 08 Jan 2008 at 7:55am
That should work compulsory and thats the only way you can  call the rpt file
cfreport
 
let me know if you need an example i will explain you much clear way


Posted By: etja
Date Posted: 08 Jan 2008 at 8:08am
Clap Right... sure if you have an example, by all means, please show me! I actually am familiar with the cfreport tag and have used it for generating CFReportBuilder reports. When I tried using the tag with CR2008, nothing happens, but maybe your add of the username/password will make a difference. Note: I am trying to access a CR report from the latest version of Crystal Reports... Thanks!

-------------
Soar with the eagles, or walk with the turkeys: it's our choice!


Posted By: swangs
Date Posted: 05 Oct 2008 at 11:22pm
Hi member_profile.asp?PF=3352&FID=6 - etja :

I'd like to know if you solved this problem?
I've been bothered by this recently. The situation is that I used cfreport tag to display the content generated by a .rpt file, but it came out with nothing but blank. The cfreport tag works fine with Coldfusion Report Builder but no luck with crystal report. If you have solved this ,could you post how you did it?

many thanks in advance.

Note:CR v2008 and CF MX8


Posted By: Allan Gitobu
Date Posted: 18 Mar 2011 at 10:29am
Was this ever resolved? I have a problem displaying a Crystal Reports report on Coldfusion 8. The code on adobe website returns a blank page.



Print Page | Close Window