hi all,

I'm looping through a report on my system.  what I'm trying to do is output
the entire set to one html file and then print that file.  I cant figure out
how to separate the pages properly.  I was thinking of putting in some
non-printing ASCII control codes... but I couldn't get it to work. 


<cfset id1_id2 = "976:53,978:53,980:53,984:53">

<cfloop index="id1_id2 " list="#id1_id2 #">

<cfset id1 = listgetat(id1_id2 ,1,':')>
<cfset id2 = listgetat(id1_id2 ,2,':')>
<cfinclude template="myreport.cfm">
<cfoutput>

#chr(???)#

</cfoutput>
</cfloop>

what happens is that if iteration 1 is 1.5 pages long and iteration 2 is 2.5
pages long, I would like the set to print on 5 pages...
iteration 1 on pages 1,2 and iteration 2 on pages 3,4,5.

any suggestions?

Alexander Sicular
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to