DanNorris2000
Technical User
I would like to export a crystal report to a folder using vfp6.0 from VFP application to a pdf file.
can it be done within this code?
oCRApp = createobject("crystal.crpe.application"
oRep = oCRApp.openreport("k:\vfp\reinsurance\reports\31pf.rpt"
oRep.Printout(.F.)
oCRApp = createobject("crystal.crpe.application"
oRep = oCRApp.openreport("k:\vfp\reinsurance\reports\41pf.rpt"
oRep.Printout(.F.)
can it be done within this code?
oCRApp = createobject("crystal.crpe.application"
oRep = oCRApp.openreport("k:\vfp\reinsurance\reports\31pf.rpt"
oRep.Printout(.F.)
oCRApp = createobject("crystal.crpe.application"
oRep = oCRApp.openreport("k:\vfp\reinsurance\reports\41pf.rpt"
oRep.Printout(.F.)