Figured you already had your answer, but didn't see any other posts to
your question. How about just surrounding the pagebreak with a check
for even-numbered records?

<cfif qSpeakerList.currentrow mod 2 is 0>
    <cfdocumentitem type="pagebreak" />
</cfif>

> Is there a way to force the cfloop to loop (2) records per page, then insert
> the pagebreak, then loop two more records on the next page, and so on?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265918
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to