House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home /  Groups /  Adobe Flex

Flex and Reports

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kim Hoopingarner
10/10/2009 05:42 PM

What would be suggested in creating PDF reports when I'm using Flex as the application?

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Paul Kukiel
10/10/2009 06:19 PM

If ColdFusion is your backend you can use ReportBuilder: http://www.adobe.com/support/coldfusion/downloads.html Paul On Oct 10, 2009, at 5:34 PM, Kim Hoopingarner wrote: > > What would be suggested in creating PDF reports when I'm using Flex   > as the application?

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kim Hoopingarner
10/10/2009 06:33 PM

That is what I tried.  I keep getting an error that I'm trying to figure out.   It's an odd one. Channel disconnected before an acknowledgement was received. I call the cfc in flex who gets the query info and sends it to the report.   Here's the cfc. Ideas? <cffunction name="TALENT_AttendanceSheet" access="remote" >   <cfargument name="RegID" required="true">   <cfargument name="SessionNo" required="true">        <cfquery name="getAll" datasource="KimberlyH85">     select *                       from e_classes     ORDER BY ProgramOrder, ClassName, ClassDay, ClassTime   </cfquery>         <cfreport template="TALENT_AttendanceSheet.cfr"  query="getAll" format="PDF">   </cfreport> </cffunction>

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Paul Kukiel
10/10/2009 06:36 PM

I think what you ned to do is do a URL request to a .cfm  We pop a new   windows and call a .cfm page for our reports from flex. Paul On Oct 10, 2009, at 6:26 PM, Kim Hoopingarner wrote: ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kim Hoopingarner
10/10/2009 07:56 PM

Thanks.  I think you are right.  I've tried other suggestions - and it only works if it is in a CFM page. Kim

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group

<< Previous Thread Today's Threads Next Thread >>

Search flex

March 21, 2010

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31