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:
00204888
Views:
19
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
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform