I have been running Crystal reports from VFP6 successfully until I installed CR release 9. Anyone familiar with the VFP code changes related to this upgrade?
This is an example of the sode I have been using, which no longer works.
oCRApp = createobject("crystal.crpe.application"
oRep = oCRApp.openreport("k:\vfp\reinsurance\reports\36pf.rpt"
oRep.Printout(.F.)
This is an example of the sode I have been using, which no longer works.
oCRApp = createobject("crystal.crpe.application"
oRep = oCRApp.openreport("k:\vfp\reinsurance\reports\36pf.rpt"
oRep.Printout(.F.)