DanNorris2000
Technical User
I am running CR8.5 reports from a VFP command button on a form accessing files thru ODBC on a network drive. While reports are running, access is denied to the VFP database files used in the report. Does CR need exclusive access to the database or am I missing a step?
using the following code to run rpts:
oCRApp = createobject("crystal.crpe.application"
oRep = oCRApp.openreport("k:\vfp\reinsurance\reports\66dr.rpt"
oRep.Printout(.F.)
using the following code to run rpts:
oCRApp = createobject("crystal.crpe.application"
oRep = oCRApp.openreport("k:\vfp\reinsurance\reports\66dr.rpt"
oRep.Printout(.F.)