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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.