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

Mailing Lists
Home / Groups / Adobe Flex

Flex and Reports

Author:
Kim Hoopingarner
11/29/2009 11:18 AM

> 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>


Search flex

February 11, 2012

<<   <   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