Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Assigning memory variables to textbox
Message
De
03/04/1999 01:09:22
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00204886
Message ID:
00204895
Vues:
17
Allow me to nitpick... :-)

Variables are private to the method where they are initialized, unless explicitly declared local which I'm sure you know... I just wanted to make clear to the original poster- but this probably is not material to the problem.



>Gan, variables are local to the method where they are initialized. You can use form properties or you can use public variables to hold this data.
>
>HTH
>Barbara
>
>>I have a form with some textboxes. When launching the form, I put a few codes to define some memory variables, eg.
>>
>>store space(30) to mname
>>
>>For that, I change the controlsource for the txtName properties to mname. However it seems that the txtName couldn't read the memory variable, and coudln't find the variable "mname".
>>
>>Please point me to this problem.
>>Thanks.
>>
>>Gan
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform