Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deactivating a form
Message
From
22/03/2000 01:26:18
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00348242
Message ID:
00348740
Views:
15
>I've been calling a form (called PROGRESS) from within a programme of mine, and I would like to kill only this form at the end of the programme.

Progress.Release()

I would use the NAME cluase to make sure its fine:
do form progress.scx name loProgress
*Stuff
if loProgress.QueryUnload()
     loProgress.Release()
endif
BTW, The QueryUnload isn't default behavior, but its a default event.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform