I have several queries that make a pdf output and am having some problems
getting the order that I want to output. I need for it to output by teacher
then student. The problem is my main query for this is the student query and
there's no link to the teacher in that query. How I have it set up:
<CFQUERY NAME="STUDENT"></CFQUERY>
<CFOUTPUT QUERY="STUDENT">
<CFINCLUDE TEMPLATE="QUERIES.CFM">
<CFLOOP QUERY="GetTeacher">
</CFLOOP>
<CFLOOP TEMPLATE="Grades">
</CFLOOP>
</CFOUTPUT>
So the teacher info is buried in another template. What's the best way to
modify this?
Thanks in advance
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists