Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Releasing/Closing Multiple forms
Message
From
06/03/2006 02:28:27
 
 
To
06/03/2006 01:24:41
Sonny Tabano
Trams Printwork, Inc.
Mabalacat, Philippines
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01101638
Message ID:
01101645
Views:
21
Hi Sonny,

you can use parameter
ex.
in your form1, form2 and form3... method form.active type the ff command:
myform = 'form1'
and
type this to your command button(close):

If(!Empty(myform)And This.Enabled)
lcClose=myform+'.Release'
thisform.release
EndIf


>If you have multiple forms open, is it possible to close/release all of them by just closing only one of the form? Example, when i open form1, form2 and form3 also opens. Then when i close form1, form2 and form3 would also be closed or released?
>
>Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform