Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More Form q's
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00303139
Message ID:
00304239
Views:
31
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform