Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Amyuni PDF Converter Not Working in VFP9.
Message
From
10/01/2005 06:21:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Amyuni PDF Converter Not Working in VFP9.
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Oracle
Miscellaneous
Thread ID:
00975602
Message ID:
00975602
Views:
112
We are using www.amyuni.com 's pdf converter (version 2.10) since upgrading to VFP9 the following printing code no longer works anymore.
lcReport="c:\develop\questpdm.ora\test pdf\testpdf.frx"
lcPDFFile="c:\develop\questpdm.ora\test pdf\test_output.pdf"
cPrtCondition="PRINTER NOCONSOLE"

oPdf = CreateObject("CDINTFEx.CDINTFEx")
oPdf.DriverInit("QuestPDM PDF Printer Driver 436")
oPDF.EnablePrinter("RUNTIME A/S","My Code here")
SET PRINTER TO NAME "QuestPDM PDF Printer Driver 436" 
Report Form (lcReport) TO PRINTER NOCONSOLE
On the report form command I get the error "error loading printer driver".

The same code works fine in vfp8 on the same machine.

Does anyone know what changes have been done that could cause this or how I can fix this error?

I tried to delete the tag and expr fields but it didnt work.

BR
Tim
Next
Reply
Map
View

Click here to load this message in the networking platform