I am trying to print a group of VFP reports, each to its own PDF file, but the resulting files are not recognized by the Acrobat reader.
My code looks like this...
SET PRINTER TO "Acrobat PDFWriter"
*SET PRINTER TO "CutePDF Writer" && I've tried several
*SET PRINTER TO "PDF995"
USE MySource
lcFileName = 'output.pdf'
REPORT FORM rptK1Form NOCONSOLE TO FILE (lcFileName)
Any suggestions? --Dick![[laser] [laser] [laser]](/data/assets/smilies/laser.gif)
My code looks like this...
SET PRINTER TO "Acrobat PDFWriter"
*SET PRINTER TO "CutePDF Writer" && I've tried several
*SET PRINTER TO "PDF995"
USE MySource
lcFileName = 'output.pdf'
REPORT FORM rptK1Form NOCONSOLE TO FILE (lcFileName)
Any suggestions? --Dick
![[laser] [laser] [laser]](/data/assets/smilies/laser.gif)