Error accessing printer spooler CDINT 210

If you are a VFP developer and have any questions about using our products from VFP here is the place to post them.
Post Reply
tl_dev
Posts: 1
Joined: Tue Jun 10 2003

Error accessing printer spooler CDINT 210

Post by tl_dev »

Dear Forums,
We're currently using the converter version 210. We are using it as follows:
PDF1= createobject("CDIntfEx.CDIntfEx")
PDF1.driverinit("Amyuni PDF Converter")
PDF1.Enableprinter("AmyUni Tech","07---and the rest of the numbers-")
Set printer to name ("Amyuni PDF Converter")
***the above lines work***
***Then when doing the following line ***
REPORT FORM customer.frx NOEJECT NOCONSOLE TO PRINTER

we get
"Error accessing printer spooler"


Has anyone else come across this issue? Or know what this may be. The printer that AmyUni installs is called AmyUni PDF Converter.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Please try to stop and start the spooler.

Also you may try to install the Printer using Install -p.

Hope this helps.
Post Reply