Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Killit.fll for Visual Foxpro
Message
 
 
To
31/08/1999 10:48:14
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00257963
Message ID:
00259777
Views:
16
>Mark,
>
>How do I close a modal form using this example.
>
>Thanks

I use _screen.formcount amd the _screen.activeform to loop through all forms and fire their QueryUnload method. Simplified version:
lnKount = _screen.FormCount
for i = 1 to lnKount
    _screen.ActiveForm.QueryUnload()
endfor
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform