cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Crystal Reports & PHP

Former Member
0 Likes
833

Post Author: abarone

CA Forum: Other

Hi everybody,I would like to know if it's possible to use Crystal Reports with PHP.If it's possible, can you please provide me a sample code that shows how to pass parameters from the PHP page to my report.Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Post Author: Ted Ueda

CA Forum: Other

There's no direct support for PHP. Crystal Reports XI Release 2 comes with three SDKs: Report Designer Component (RDC) COM-based, CR.NET .NET-based, and Java Reporting Component (JRC), Java-based.RDC has been deprecated, and the JRC is now part of Crystal Reports for Eclipse.Crystal Reports 2008 comes with CR.NET.The SDKs haven't been tested when invoked via PHP or COM/.NET/Java connectors from PHP.If you have BusinessObjects Enterprise or Crystal Reports Server, an alternative is URL reporting, which allow you to invoke reports via constructing a URL to BusinessObjects web application deployed on IIS or a Java Web Application Server.Sincerely,Ted Ueda

Answers (3)

Answers (3)

Former Member
0 Likes

Post Author: jehanzeb

CA Forum: Other

Please read the reply above!

Former Member
0 Likes

Post Author: mdani

CA Forum: Other

I got same problem,

can you give me example script, i trying and had no luck.

thanks,

Mdani

Former Member
0 Likes

Post Author: abarone

CA Forum: Other

I got it... thank you very much for your reply