Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View and deleted records
Message
From
20/12/2001 09:06:04
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00596719
Message ID:
00596725
Views:
13
>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform