Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleted records in views for reports
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00169670
Message ID:
00169797
Views:
19
>What puzzles me is that in the cDataEnvironment class, there is code in OpenTables() that does a SET DELETED OFF then call VFP's default OpenTables(), and then sets DELETED back to what it was before. Why does the framework SET DELETED OFF here?
>
>Thanks.

I would assume it is a speed think. Since all the cursors are open with NODATAONLOAD (unless you modified this property) in your cursor class then it shouldn't matter. After the tables are opened the class sets DELETED back to how it was prior to opening the tables.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform