Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Amyuni PDF Converter Not Working in VFP9.
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Oracle
Miscellaneous
Thread ID:
00975602
Message ID:
00976298
Views:
58
Hi,

How do you setup the pdf filename in your code? For example in mine it looks like:
lcReport="c:\develop\questpdm.ora\test pdf\testpdf.frx"
lcPDFFile="c:\develop\questpdm.ora\test pdf\test_output.pdf"
lcDocName=JUSTFNAME(lcReport)

oPdf = CreateObject("CDINTFEx.CDINTFEx")
oPdf.DriverInit("QuestPDM PDF Printer Driver 436")
oPDF.EnablePrinter("RUNTIME A/S","07EFCDAB010001008602E4C7974525251D4095A21ADD3E8889CECA88BE533A716594EFB5BCFFCFFF5531DF37E220083E6C335C9096957B1B3D30829FF48BE06B2A7627525D37B1891F79935F22D3B59FC57BA975E4EB672AB32000")
SET PRINTER TO NAME "QuestPDM PDF Printer Driver 436" 

oPdf.JPEGCompression=.T.
oPdf.JPegLevel=7

oPdf.SetDefaultConfig()
oPDF.Lock(lcDocName)
				
oPdf.FileNameOptionsEx= 1 + 2 + 4
		
oPDF.SetDocFileProps(lcDocName,28672,"",ALLTRIM(lcPDFFile))
		
oPDF.EnablePrinter("RUNTIME A/S","CodeHere")
		
REPORT FORM (lcReport) TO PRINTER NOCONSOLE

oPDF.UnLock(lcDocName,5)
It seems the SetDocFileProps causes problems with the changes to the print job name, So how do you do that in your code?

Thanks
Tim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform