Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shared vs. exclusive
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00620060
Message ID:
00620119
Views:
17
>Larry,
>
>
>The form might be the problem, but I do not see how to turn it on. The application is call in a table and output a new table. The other think I have notice is I have open exclusive check under tools. But if you look at data session, exclusive is not checked. Could that be causing the problem, because everytime I check it it unchecks itself.
>
>

Peter,
In your main program add the following:
set exclusive on

This will override any setting you may have set in Tools - Options. You will also need this in all of your forms with Private Datasessions because the setting is different for each datasession. If you add the tables to the Dataenvironment, then add the code to the BeforeOpenTables event of the Dataenvironment. If you open the files manually in the Load, then put the command in the Load before you open anything.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform