One possible way, which works for IE (I love Intranet development),
you will need this style element
<style type="text/css">
<!--
break {page-break-after: always}
-->
</style>
determine how many rows you can fit on the page: RowsPerPage
use something as a count of how many rows you have output: MyCurrentRow
Inside of you cfoutput/cfloop, when you get to that many you can do
<cfif MyCurrentRow mod RowsPerPage eq 0>
</table>
<br class="break">
<!--- start our new table (new page) with headings and stuff --->
<table>
<tr>
<td align="left">
Headings and stuff
</td>
</tr>
</cfif>
-----Original Message-----
From: Shawn Grover [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 10, 2001 10:13 AM
To: CF-Talk
Subject: RE: heading on every page?
Not sure if I'm remembering this right but....
If you specify the first row of your table with <TH> cells, then I think the
table header get's printed on each page. Could be wrong though.
You'd probably have to move to Crystal Reports, or something similar to get
full reporting capabilities.
HTH
Shawn Grover
-----Original Message-----
From: Amanda Stern [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 06, 2001 8:04 AM
To: CF-Talk
Subject: heading on every page?
Hello,
I have a CF report that is about 15 pages long.....how
do I get the headings to print on every page?
Thanks again!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
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