Trouble using BatchConvert

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
lew
Posts: 1
Joined: Fri Jan 31 2003
Contact:

Trouble using BatchConvert

Post by lew »

I'm having trouble getting BatchConvert to work. When I use

pdfxxx.BatchConvert("c:\temp\*.doc")

I recieve the error, "OLE IDispatch exception code 65535 from cdintf: hPrinter is NULL
Check that the printer is installed correctely..

Yet, the printer seems to be installed correctly because everything else is working well. What am I overlooking?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Please check the following:

1 - That CDintf is registered on the system using Regsvr32

2 - That CDIntf is referenced in your application

3 - please check the declaration of pdfxxx, is should be declared as a new instance of CDintf.

Hope this helps !
Post Reply