Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Forgetabull

    Program flow seems lost after calling print2pdf

    Hi guys, Thanks for all your help, I've implemented the changes suggested by Scott. Interestingly enough, printtopdf was a third party component I was using as a wrapper on ghostscript. It appears as though it had a bug in it as the Path set upon exiting the routine was set to 'LCPATH', so...
  2. Forgetabull

    Program flow seems lost after calling print2pdf

    Hi everyone, I'm quite new to foxpro development. I'm working in MS Foxpro 9. Here's my code snippet: IF FILE(lcpdf) SET PROCEDURE TO print2pdf.prg ADDITIVE lodist = CREATEOBJECT("Print2PDF") lodist.ReadIni() lodist.cPSFile = lcpdf lodist.cOutputFile =...

Part and Inventory Search

Back
Top