Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Private data session and memory variables
Message
From
06/11/1999 10:16:06
John Mcdonald
Computers and Communications Ltd.
Deer Lake, Guatemala
 
 
To
06/11/1999 09:59:41
Daniel Antich
Informática Industrial
Heredia, Costa Rica
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00288015
Message ID:
00288017
Views:
20
Only declare the variables in the init of the form, and only declare them as private. IE:

priv mvar1, mvar2

By default, fox will (or at least should) release private variables upon deactivation of the form, and prevent them from being seen through multiple instances.

If worse comes to worst, use the #region compiler directive, although that always seems to introduce something weird when I use it.

Good luck.
John
Previous
Reply
Map
View

Click here to load this message in the networking platform