DukeS Posted June 26, 2007 Posted June 26, 2007 Hi! Is it possible to count how many pages were printed on specific layout for record? I want accomplish printing original and duplicate documents. If user printed 3 original documents, fourth document would be marked as a duplicate on print. Thanks
Ugo DI LUCA Posted June 27, 2007 Posted June 27, 2007 Hi, If I understand, there's no direct solution to this. If you asked for 4 copies of the same document, what you'd get is 4 identical copies. One solution could be to acomplish this with a loop, selecting the number of copies to be printed outside of the print dialog box ( in a global number field for example ) and then execute a loop printing the document once only, but as many times as the loop is set for. Then, when you have reached a $loop value of 4, you may initiate another global ( or calculation field ) to flag the document as a duplicate. HTH
DukeS Posted June 27, 2007 Author Posted June 27, 2007 Good thinking, I wonder how this solution would work on networked printers when two or more documents are being printed. I have to try this. Thanks
Recommended Posts
This topic is 6351 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now