VBFOXDEV35
Programmer
I need to print to PDFWriter using a file name that I set programmatically - as in user does not get dialog box. Any clues??? I am using this code to access the adobe printer..
SET PRINTER TO NAME "Acrobat PDFWriter"
ACR = CreateObject("AcroExch.App"
AV1 = CreateObject("AcroExch.AVDoc"
AV2 = CreateObject("AcroExch.AVDoc"
PD1 = 0
PD2 = 0
Thanks
Arty
Software Developer
The Clayton Group
SET PRINTER TO NAME "Acrobat PDFWriter"
ACR = CreateObject("AcroExch.App"
AV1 = CreateObject("AcroExch.AVDoc"
AV2 = CreateObject("AcroExch.AVDoc"
PD1 = 0
PD2 = 0
Thanks
Arty
Software Developer
The Clayton Group