cancel
Showing results for 
Search instead for 
Did you mean: 

Call Crystal Report from java applet

Former Member
0 Kudos

I'm new to Crystal Report and my web application is based on classic ASP. I was told that latest version of CR does not support the ASP. Since I don't want to change current source codes, I'm considering calling Crystal Report from java applet. Is there any reference or sample source code for that?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Effectively ASP is not supported anymore.

We do not have sample code about calling crystalreport from java applet however we have sample code about trying to acces and view a crystalreport through a JFrame application:

here is the specific link:

http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/d0d6f979-3e11-2c10-35a8-ac93994a30ed

The link below actually points on all the sample for the Java Reporting Components (JSP, JFrame, Java Main)

http://www.sdn.sap.com/irj/boc/samples?rid=/webcontent/uuid/909355da-5b84-2b10-76a4-eed3ccf9e650

For more information about the SDK in general refer to this link:

http://www.sdn.sap.com/irj/boc/sdklibrary

Thanks