Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't open an application more than once
Message
From
12/11/1997 13:26:35
 
 
To
12/11/1997 12:50:15
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00059713
Message ID:
00059762
Views:
34
I found my problem: I knew that SET EXCLUSIVE is scoped to the current session. So I put SET EXCLUSIVE OFF in the form's Init() and in the BeforeOpenTable() of the data environment. But the database seem to be opened *before* the Init() and BeforeOpenTable() method. So the database was opened exclusively.

I added a SET EXCLUSIVE OFF at the statup of the application and now I can open more than one session at the same time on the same PC.

Thanx for your responses
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform