I am printing PDF documents from Navision. Using 2.10i7. Still in development.
It was working perfectly during multiple tests.
But now all of a sudden the Navision print stops and does not continue.
Looking at the documents in the PDF Printer driver I can see the document, but it says "Error - Printing".
When I delete the printjob Navision continues to print.¨
It seems like navision is waiting for the printer driver to accept a connection.
I have tried, reinstalling the pdf driver, changing the license key to a special Navision key and same thing happens.
I hope some of you have idea on what to do.
regards
Anders.hedegaard@dataworks.dk
Navision waits for printer
Hello,
yes I do call the EnablePrinter function.
I think the problem was that the filepath I sent to the printer was not valid. This however does not give an error but merely stalls the execution of the print.
I will handle false filepaths in my code.
Thank you for the reply. I think I am OK again.
//Anders
yes I do call the EnablePrinter function.
I think the problem was that the filepath I sent to the printer was not valid. This however does not give an error but merely stalls the execution of the print.
I will handle false filepaths in my code.
Thank you for the reply. I think I am OK again.
//Anders