Subject: | Re: Pdox11 - Win11 - Print
| Date: | Mon, 17 Jun 2024 12:17:45 +0200
| From: | "Jure Z" <jure.zorko@gmail.com>
| Newsgroups: | pnews.paradox-programming
|
Check standard things:
* short printer names (max 30 chars)
* set a default printer
* uninstall unused printers (fax, OneNote, XPS, ...)
There are still some situatons, where printerSetCurrent() fails.
On those machines I use Doro PDF Writer which I set as default,
always "print" to Doro, and then "send" created PDF to printer with
PdfTpPrinter.exe
So paradox does not have to use printerSetCurrent().
Jure
On Mon, 17 Jun 2024 08:48:22 +0200, Ivan <ivan.moro@web.de> wrote:
> I've read a message about Pdox11:
>
> https://www.tek-tips.com/viewthread.cfm?qid=1820341
>
> that a user has problems with pdox11 on win11 with the method
>
> printerSetCurrent()
>
> This function call allways hanging. Can somebody confirm this?
>
> I'm using Pdox9 and use this function too (within each print, to set the
> desired printer). I myself don't use Win11 by now, but have customers,
> who use it. No one reports, that he can't print.
>
> Are there any experiences with it?
>
> Ivan
|