Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View and deleted records
Message
De
20/12/2001 09:06:04
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00596719
Message ID:
00596725
Vues:
14
>>Why does my view have deleted records.
>>The view contains records I don't packed yet ?
>
>If you are opening your view in the DataEnvironment and the NoDataOnLoad is FALSE, you should place the following in the BeforeOpenTables:
>
>set talk off
>set deleted on
>
>If this is not it, and you are using a private datasession for the form, you need to read the topic in VFP Help on SET DATASESSION to see all the environment settings that are scoped to each datasession. SET DELETED is one such setting. So your form LOAD needs to have these SET commands in order to establish the working environment for all forms that use a private DS.


Thanks,
I didn't knew you should reset deleted for each form with a Private datasession.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform