All: Q: How might we issue FORM FEEDs between report copies while printing in DUPLEX MODE?
Here's the code I use now: PRINT <ReportName> + ORDER BY <ColumnList> + OPTION PRINTER + |DUPLEX HORIZONTAL + |COLLATION ON + |COPIES .vCopyCount Issue: If I print two or more copies of a one-page report, even-numbered copies print on the reverse side of odd-numbered copies. If I print two or more copies of a multi-page report with an odd page count, the second and then every second copy thereafter append to the one previous. Workaround: Create a loop printing one copy per round. Better: Is there an elegant way to to this? Thanks, Bruce Chitiea SafeSectors, Inc. eCondoMetrics 909.238.9012 cell --- RBASE-L ================================================ TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO ================================================ TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE ================================================ TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. ================================================

