cancel
Showing results for 
Search instead for 
Did you mean: 

How to Call report from Adobe Flex App.

Former Member
0 Kudos

Hello. We are trying to create a reporting solution for our Adobe Flex Applications. We use java and postgre. We also have Crystal Reports 2008 and run a lot of reports locally on end users machines. We have some reports we would like to call from flex and have execute in java and send a PDF back to the end user. So:

1. Is it possible to do this with Crystal for Eclipse?

2. If yes can we send values from flex to the filter fields in the report?

3. Do we then connect the report diereclty to postrgre to get the data?

RIght now I have a report running in eclipse connecting to postgre. Just trying to see if we are going down the right path. THanks.

View Entire Topic
ted_ueda
Employee
Employee
0 Kudos

You can create a web application that will accept HTTP GET parameters and return a PDF using Crystal Reports Java SDK.

You can then invoke this web app by making a URL call via Flex.

Sincerely,

Ted Ueda