Yahhh. Thanx once more....
again...

----- Original Message -----
From: "Jochem van Dieten" <[EMAIL PROTECTED]>
Date: Sun, 28 Mar 2004 16:23:38 +0200 (CEST)
To: CF-Talk <[EMAIL PROTECTED]>
Subject: Re: Printing X records/page

Spectrum WebDesign said:
> OK... ;-) How to separate 8 records/page? How to know WHEN my query
> print 8 records (pagebreak) and more 8 records(pagebreak) ...

<cfif currentrow MOD 8 IS 0>
  <br style="page-break-after: always;" />
</cfif>

Check the syntax, but the idea shuld work.

Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to