Re: VB6 problem-printer doesn't print until application terminated
From: J French (erewhon_at_nowhere.com)
Date: 03/21/04
- Next message: Jeff Johnson [MVP:VB]: "Re: How to make my app to accept outside draging operation?"
- Previous message: Jack: "Which registry key to use to save the options?"
- In reply to: CiryMarr: "VB6 problem-printer doesn't print until application terminated"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 21 Mar 2004 03:35:43 +0000 (UTC)
On Fri, 19 Mar 2004 21:31:55 -0000, "CiryMarr"
<ciaran@icontrolepos.com> wrote:
>Hi
>
>I have a VB6 point-of-sale application that works fine on hundreds of pc's,
>but for some reason, on 2 pc's, nothing gets printed until the application
>is terminated/closed.
>
If it really is exactly the same code, then there must be something
funny about those two machines
It seems a bit odd that your code works on hundreds of machines, yet
the only two that screw up are under your control
However, if it really is the same code, then it sounds like a Spooler
problem
My guess is that you are actually sending something to the printer
/after/ Printer.EndDoc and this is being picked up by different
spooler configurations.
- Next message: Jeff Johnson [MVP:VB]: "Re: How to make my app to accept outside draging operation?"
- Previous message: Jack: "Which registry key to use to save the options?"
- In reply to: CiryMarr: "VB6 problem-printer doesn't print until application terminated"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|