I am a VFP programmer trying to debug a problem in a word macro...
I have a Word Basic (Office 2000) macro that creates PDF files from Word. The way this is done is by using an 'Adobe Distiller' print driver, which instead of printing to a printer, creates a PDF file from the document. This is done simply by printing the document using this Adobe print driver when printing.
My problem is, when this macro prints the document (creates the PDF), borders in the document are lost in the output. If I stop the macro (debug) on the print command, and then resume from that point my borders print fine.
I have tried changing the parameters on the print command, changing the view of the document in word, pausing before the print command, and upping the memory on the print driver, all without success.
Does anyone have any suggestions regarding a fix?
I have a Word Basic (Office 2000) macro that creates PDF files from Word. The way this is done is by using an 'Adobe Distiller' print driver, which instead of printing to a printer, creates a PDF file from the document. This is done simply by printing the document using this Adobe print driver when printing.
My problem is, when this macro prints the document (creates the PDF), borders in the document are lost in the output. If I stop the macro (debug) on the print command, and then resume from that point my borders print fine.
I have tried changing the parameters on the print command, changing the view of the document in word, pausing before the print command, and upping the memory on the print driver, all without success.
Does anyone have any suggestions regarding a fix?