This s true, but I would rather have a single print job so my question
still remains.  Is there a way to force a page break in a field?

Stewart:


On Macs (assuming four component fields, "Component Field 1" through "Component Field 4"):

        put numToChar(12) into formFeed
        put (field "Component Field 1") into textToPrint
        repeat with x = 2 to 4
                put formFeed&(field ("Component Field")&&x) after textToPrint
        end repeat
        revPrintReport textToPrint

If form feed is not numTohar(12) on other platforms, this will have to be adjusted.
--


Rob Cozens
CCW, Serendipity Software Company
http://www.oenolog.net/who.htm

"And I, which was two fooles, do so grow three;
Who are a little wise, the best fooles bee."

from "The Triple Foole" by John Donne (1572-1631)
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to