On 6/20/06, Neil Middleton <[EMAIL PROTECTED]> wrote: > I've been building up a load of spec sheets for cars using the Coldfusion > report builder, but I need to add is a cover sheet on the report, so I can > just print out the whole PDF, then stick it in an envelope and send it off.
If you create a report header band (rather than a page header) you can set a page break after it... check out the property sheet for the top level, there's an option there for page break after report header and page break before report footer. If you want to be able to print all the reports together as one, that's a bit trickier, you'll need to embed each of the reports as a subreport of the main report. There's no conditional control of margins etc so the subreports will need to not have any. If you put each of the subreports in their own grouping band with a min height same as the page height, you'll get each of them starting on a new page. I should blog some of this stuff :) K. -- Kay Smoljak http://kay.smoljak.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244193 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

