Something that seems so simple sure isn't!
Can anyone offer any tips as to how to manage huge print queues? Right now when someone batch prints my application just loops through and calls the print function of a library I'm using. This is fine, except when the batch print contains hundreds of documents. With bigger print jobs it seems like some get lost in the shuffle.
Can anyone suggest a way to make sure that everything I need to print gets printed?
Printing in Windows
Printing in Windows
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
-
TerryHough
- Enthusiast

- Posts: 781
- Joined: Fri Apr 25, 2003 6:51 pm
- Location: NC, USA
- Contact:
What OS? Seems to me there may be a problem in WinXPHome.
Recently I have been struggling with a failure of the WinXPHome print
spooler losing data. Works correctly occasionally, but fails most of the
time. One it fails, it never works again correctly until the system is
rebooted.
Same program and data runs correctly on Win98SE and WinXPPro without
any problems
All OS versions used the same printer with appropriate driver for the
printer installed.
Recently I have been struggling with a failure of the WinXPHome print
spooler losing data. Works correctly occasionally, but fails most of the
time. One it fails, it never works again correctly until the system is
rebooted.
Same program and data runs correctly on Win98SE and WinXPPro without
any problems
All OS versions used the same printer with appropriate driver for the
printer installed.
It has happened on a variety of OSes from 98 to XP Pro, so I can't nail it down to a single system. It is rather hard to debug because I can't reproduce the problem (and I don't have a 500 invoice batch I can print!)..
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
-
TerryHough
- Enthusiast

- Posts: 781
- Joined: Fri Apr 25, 2003 6:51 pm
- Location: NC, USA
- Contact:
Sadly I don't think many customers will stop to take the time to even ask, much less want to change their printer's configuration.. Sooner or later I'll find a solution!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
-
dell_jockey
- Enthusiast

- Posts: 767
- Joined: Sat Jan 24, 2004 6:56 pm
Nope, I have a terabyte of storage available here and I see the problems pretty regularly. It is something internal to IE's printing (dys)functions..
I've abandoned my quest for a solution here and have moved on to something more reliable - PDF printing. Using the iSedQuickPDF library it is pretty easy..
I've abandoned my quest for a solution here and have moved on to something more reliable - PDF printing. Using the iSedQuickPDF library it is pretty easy..
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
