Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Private Data Sessions -- What are they good for
Message
 
To
08/12/1999 20:26:16
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00300134
Message ID:
00300723
Views:
26
>Yes, they are called by form manager. Each form (if it's data-specific) has master_key property to move data pointer from its Activate event and then retrieve data. Basically, there is nothing to clean-up afterwards. Every form will work independently, moving pointer to the last master_key position when it gets the focus, or form manager will tell the form how to move it. Obviously, it's all about modeless forms.

Ed,

You could set the data session to private and dump the property and the moving of the record pointer forever. Your form manager could manage only forms and not data, the forms don't need to know where they were last because nothing has changed. The activate doesn't have to restore pointers because they haven't moved. And everything is managed at the VFP level and not in interpreted code that has to execute.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform