Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Leaving a form but still having it in memory.
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00060791
Message ID:
00061115
Views:
43
Hey Barb
My experience with is that you don't need to release a modal form for program execution to
continue in the code that called the modal form:

oMyForm=CREATEOBJECT('MySpecialForm')
oMyForm.Show(1)
*-- These lines will execute after the Modal form has been hiden with a
*-- Thisform.Hide() if Show(0) was used these lines would execute
*-- imeadietly after the form was created.

lcWhatIWasLokkingFor=oMyForm.SomeObject.Value
oMyForm = .NULL.
JJ-
One man gathers what another man spills.......
Previous
Reply
Map
View

Click here to load this message in the networking platform