Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do form name
Message
From
13/08/2009 15:34:48
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01417770
Message ID:
01417991
Views:
53
You also need the LINK keyword.
do form myform name oMyForm link
The variable oMyForm has to be in scope. Although many here will argue about the best way to do that, the way we do it is we declare form objects public in scope, like this.
public oMyForm
do form myform name oMyForm link
Then from anywhere in the app you can call:
oMyForm.release
Previous
Reply
Map
View

Click here to load this message in the networking platform