Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Private data session and memory variables
Message
De
06/11/1999 10:16:06
John Mcdonald
Computers and Communications Ltd.
Deer Lake, Guatemala
 
 
À
06/11/1999 09:59:41
Daniel Antich
Informática Industrial
Heredia, Costa Rica
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00288015
Message ID:
00288017
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform