Hi all, I'm working on a system (VFP 6.0) that works just fine for one user. But when a second user is in the system and tries to run a form that the first user is on, they were getting the following message:
Error loading file - record number 23. Form1 <or one of its members>. Loading form or the data environment : File access is denied I looked at the environment for the form and saw that a few tables were being opened with Exclusive=.t. I changed that to .f. (as they didn't need exclusive access anyway) and that error went away. But now, they're getting a more simple error: File access is denied. I see that two cursors are being created in the Load event of the form. And since this is VFP 6.0, they're not read-write (I don't believe cursors could be read-write back in 6.0). Could that be the problem I'm having? If so, is there any way to work around this? Thanks very much, John _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

