Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting a variable value?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00303675
Message ID:
00303677
Vues:
21
>How do I address a variable within a method?
>
>Something like:
>
>THISFORM.cmdOK.click(the variable name) ??
>
>The variable is defined as a local variable within the click() method.
>
>I want to be able to "get at" this variable from another method.

Make the variable a property of the form or of another control if you want methods to be able to access the value.

thisform.cDeveloperName = "Larry Keyes"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform