Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shared vs. exclusive
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00620060
Message ID:
00620119
Vues:
16
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform