James Hurley wrote:
I tried your suggestion, but I only got one page printed, the first. Perhaps I need to put each letter on a separate card?
You may have to add "print break" at the bottom of your repeat loop. That forces the printer to start a new page. I also forgot to mention that you might want to use "open printing with dialog" instead of plain "open printing". That shows the printer dialog.
-- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
