Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File is locked by exclusive. How to escape out ?
Message
From
20/08/1999 21:41:54
 
 
To
12/08/1999 19:20:57
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00253266
Message ID:
00256162
Views:
23
Hi Frank,

>In mutiuser environment, if a user locked a database as Exclusive (Reindex) then another user tried to load a form which dataenvironment tried to open the same table. I set the "SET REPROCESS TO 1" and trap the error, but I can not release or destroy the form loading process. Since the CDataEnvironment is calling DataEnvironment::OpenTables() which we have no control on its internal routine.

Try this in your error routine

case nerror= whaterver access denied is
messageb('AccessDenied')
return to MyMainPRG
Previous
Reply
Map
View

Click here to load this message in the networking platform