drosenkranz
Programmer
Does a Local View open records exclusively and can it be set to shared?
This use of a "view" seems to prohibit VFP from using the Crystal Reports OCX to
run reports from the VFP form because it thinks the file is in use exclusively by
the VFP program. I've opened everything else "shared".
SELECT Filesout.caseno, Filesout.workerno, filesout.officevis,; Filesout.homevis, Filesout.reqdate, Filesout.unit, Filesout.comments1,; Filesout.comments2, Filesout.fake_rpt_spec, Whosid.*,; Filesout.was_deleted;
FROM frts!filesout INNER JOIN frts!whosid ;
ON Filesout.workerno = Whosid.workerno
This use of a "view" seems to prohibit VFP from using the Crystal Reports OCX to
run reports from the VFP form because it thinks the file is in use exclusively by
the VFP program. I've opened everything else "shared".
SELECT Filesout.caseno, Filesout.workerno, filesout.officevis,; Filesout.homevis, Filesout.reqdate, Filesout.unit, Filesout.comments1,; Filesout.comments2, Filesout.fake_rpt_spec, Whosid.*,; Filesout.was_deleted;
FROM frts!filesout INNER JOIN frts!whosid ;
ON Filesout.workerno = Whosid.workerno