Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
More Form q's
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00303139
Message ID:
00304239
Vues:
30
Bruce,

The NAME option of teh DO FORM commadn does not cause a private scope in itself, the default scope for a variable that has not been declared is private. So;
LOCAL myForm
DO FORM Whatever NAME myForm
* CReate a local variable and places a reference to the form in that local var
while;
DO FORM Whatever NAME myForm
* With no explicit declaration of the var it is created as a private.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform