DanNorris2000
Technical User
Something weird going on with Crystal reports call with VFP. Reports that were defined as landscape are reverting back to portrait. Is there a way to add code to assure a landscape orientation?
oCRapp = createobject("crystal.crpe.application"
oRep = oCRapp.openreport("k:\vfp\reinsurance\reports\35pf.rpt"
oRep.printout(.f.)
thanks
oCRapp = createobject("crystal.crpe.application"
oRep = oCRapp.openreport("k:\vfp\reinsurance\reports\35pf.rpt"
oRep.printout(.f.)
thanks