Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Single Report, Multiple Users
Message
From
21/07/2000 14:24:37
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
21/07/2000 13:48:33
Ken Zak
Hagerty Classic Insurance
Traverse City, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00395087
Message ID:
00395612
Views:
9
Ken,

The process of creating the cursor looks ok. Do you know exactly which table trips the "file access denied?"

"Once completed, I then have another routine which updates the affected tables. Using these created tables, I then process my report form."

What happens in the routines which those two sentences describe? Do any of them SELECT into a table?

If it's the report, the advice to copy it to your temp folder is a good idea.




>Set exclusive is set to off.
>TMP files are sent to c:\fptemp. (yes, \fptemp is an actual directory.)
>
>Cursors are created with the following code:
>
>
>*** Create cust_curs routine - result will only be ONE record
>mkey = customer.key
>
>sele *,recno() as recno ;
> from customer ;
> into curs temp_curs ;
> where customer.key = mkey
>
>sele customer
>use
>
>sele temp_curs
>=afields(atmp)
>mdbf = dbf()
>crea curs cust_curs from array atmp
>sele cust_curs
>append from (mdbf)
>sele temp_curs
>use
>sele cust_curs
>go top
>
>******* END ROUTINE
>
>I have several database that are created this way. All data processing and manipulation is used on the created cursors.
>Once completed, I then have another routine which updates the affected tables.
>
>Using these crated tables, I then process my report form.
>
>Several times a day one of the users will receive the error "File Access Denied" while trying to run the report (invoice).
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform