|
-
Aug 5th, 2005, 08:37 PM
#1
Thread Starter
Fanatic Member
Getting the total number of pages to be printed - Printer object??
Is there a way to get the total number of pages to be printed using the Printer object?
eg:
Page 1 of 10
I'd like to know ahead of time how many pages will be printed so I can actually 'print' this on the page of my reports?
Thanks in advance~
-
Aug 5th, 2005, 09:02 PM
#2
Re: Getting the total number of pages to be printed - Printer object??
Using Printer object there is no way to know total number of pages up front so you might need to do some calculations before your actual printing begins - generally speaking you'll have to repeat your printing routine twice so you can get totals ...
-
Aug 5th, 2005, 09:06 PM
#3
Re: Getting the total number of pages to be printed - Printer object??
Try this. It is the familiar Printer Dialog, which M$ created to fix the problems with the CDC printer object.
http://vbforums.com/attachment.php?attachmentid=38114
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|