Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Assigning memory variables to textbox
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00204886
Message ID:
00204895
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform