Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running a modeless form after compilation to exe
Message
 
To
14/12/2004 05:28:39
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00969026
Message ID:
00969248
Views:
9
Michael,
In addition to Barbara:
If You call the form In method, something like:
*** Some method
LOCAL oForm
DO FORM MyForm NAME oForm LINKED
The oForm variable is declared as LOCAL (If You not declare it the variable is PRIVATE) & after quit of method this form will be released. There is two ways to keep out of this, add a property to main form or declare oForm as a PUBLIC. I prefer first way, because after releaseinf the main form child form release too.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform