0
crystal report in coldfusion MX
New Here
,
/t5/coldfusion-discussions/crystal-report-in-coldfusion-mx/td-p/654704
Mar 19, 2007
Mar 19, 2007
Copy link to clipboard
Copied
I am just starting to use crystal report in Coldfusion MX, my
crystal report is pre-defined
<cfreport
report="directory/crstlrpt.rpt"
datasource = "ds_name"
username="user"
password="password">
but when browse it, nothing happening, i would be very appreciated if any one out there can help me.
<cfreport
report="directory/crstlrpt.rpt"
datasource = "ds_name"
username="user"
password="password">
but when browse it, nothing happening, i would be very appreciated if any one out there can help me.
TOPICS
Reporting
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Engaged
,
/t5/coldfusion-discussions/crystal-report-in-coldfusion-mx/m-p/654705#M61697
Mar 19, 2007
Mar 19, 2007
Copy link to clipboard
Copied
Try creating a simple report first and make sure you have the
data source created in the ColdFusion Administrator
http://livedocs.adobe.com/coldfusion/7/htmldocs/00001476.htm may help you get started
http://livedocs.adobe.com/coldfusion/7/htmldocs/00001476.htm may help you get started
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/coldfusion-discussions/crystal-report-in-coldfusion-mx/m-p/654706#M61698
Mar 22, 2007
Mar 22, 2007
Copy link to clipboard
Copied
The first question is what version of crystal are you using.
If you are using an enterprise version of crystal, there are other
options. If you are using any standard version beyond 8.5 the
cfreport tag will not work. I have versions 8.5, 9, 10 and XI and
only 8.5 works. I tried for days to integrate the newer versions of
crystal with coldfusion and I finally gave up. I posted topics over
at diamond.business-objects.com asking how to integrate the two and
they were deleted. Dunno.
Also, if you are using crystal reports, they use ODBC datasources not coldfusion data sources.
Also, if you are using crystal reports, they use ODBC datasources not coldfusion data sources.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
ben7
AUTHOR
New Here
,
/t5/coldfusion-discussions/crystal-report-in-coldfusion-mx/m-p/654707#M61699
Mar 22, 2007
Mar 22, 2007
Copy link to clipboard
Copied

so cfreport tag will work for 8.0 or 8.5?
the crystal report i created is using odbc data source, not coldfusion.
is the following code right? or do i need to do something else, thanks again for your reply
<cfreport
report="directory/crstlrpt.rpt"
datasource = "ds_name"
username="user"
password="password">
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/coldfusion-discussions/crystal-report-in-coldfusion-mx/m-p/654708#M61700
Mar 22, 2007
Mar 22, 2007
Copy link to clipboard
Copied
cfreport should work with both of those versions and your
code snippet looks good. I just tried doing a quick test and I'm
actually getting the same results as you; a blank page.
I did a view source on the page and there is nothing in the generated html page about a report object. If you are using crystal enterprise, URL reporting would be the best bet.
Unfortunately, I don't have a quick answer for you about the blank page. I'll try some things on my side but I don't have anything definitive for you. Sorry!
I did a view source on the page and there is nothing in the generated html page about a report object. If you are using crystal enterprise, URL reporting would be the best bet.
Unfortunately, I don't have a quick answer for you about the blank page. I'll try some things on my side but I don't have anything definitive for you. Sorry!
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/coldfusion-discussions/crystal-report-in-coldfusion-mx/m-p/654709#M61701
Mar 22, 2007
Mar 22, 2007
Copy link to clipboard
Copied
I've been looking over the documentation for cfreport and
apparently it uses an executable cfcrystal.exe. I have access to an
old 6.1 CF server and it works fine. However, when I take the test
page to my 7.02 CF server, it doesn't work. The cfcrystal.exe file
does not exist on my 7.02 server either so I'm wondering about the
validity of this tag on the new platform.
On a side note, the rendered page on 6.1 is not displayed inside of an activeX control so you may run into printing issues. If you are using crystal enterprise, I would recommend using URL reporting instead.
On a side note, the rendered page on 6.1 is not displayed inside of an activeX control so you may run into printing issues. If you are using crystal enterprise, I would recommend using URL reporting instead.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
ben7
AUTHOR
New Here
,
/t5/coldfusion-discussions/crystal-report-in-coldfusion-mx/m-p/654710#M61702
Mar 23, 2007
Mar 23, 2007
Copy link to clipboard
Copied
thank you for your reseach, so it looks like to use crystal
report in coldfusion MX, we need to get the crystal enterprise...
it costs a lot more than the standard version...
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/coldfusion-discussions/crystal-report-in-coldfusion-mx/m-p/654711#M61703
Mar 23, 2007
Mar 23, 2007
Copy link to clipboard
Copied
Well, I hate to suggest that you spend the extra money on
enterprise when the cfreport tag should work. I don't know if you
can even buy 8.5 enterprise either.
You might want to check with a local coldfusion user's group to see if anyone there knows. I'll do the same here and see if I can't find an answer.
Do you have a timeframe for your project?
You might want to check with a local coldfusion user's group to see if anyone there knows. I'll do the same here and see if I can't find an answer.
Do you have a timeframe for your project?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
ben7
AUTHOR
New Here
,
LATEST
/t5/coldfusion-discussions/crystal-report-in-coldfusion-mx/m-p/654712#M61704
Mar 23, 2007
Mar 23, 2007
Copy link to clipboard
Copied

i will check with my boss to see if we could get the enterprise.
and i will check with the local group users
thank you, you been very helpful.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

