Is there a way to force a page break in a field? Perhaps I am approaching this the wrong way but this is what I want to do. I have a number of cards in a stack that have a field on them that contain contain variable amounts of text. The way I understand the way Revolution prints, I have to use revPrintField to print the entire contents of the field. What I am doing is gathering all of the content of these fields into a single variable and then putting that data in to a single field on a Report Stack that I have. Is there any way to insert a page break between each of the different pieces?
It sounds like a better way might be to print each field separately:
repeat with x = 1 to the number of cards -- print all cards
revPrintField the long ID of field "My Field" of card x
end repeatSince each revPrintField command is a separate print job, each card starts on a new page.
--
jeanne a. e. devoto ~ [EMAIL PROTECTED]
http://www.jaedworks.com
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution
