Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Canceling a form with the close button
Message
From
01/08/1999 15:42:36
 
 
To
01/08/1999 15:40:26
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00248686
Message ID:
00248697
Views:
13
>Hi Fred
>
>>>Can I assign a method to be executed when the user closes a form by clicking Window´s close control box on the upper right hand corner, or can I assign this button the same click method of the form´s CANCEL button ? Do I explain myself ?
>>If you put code in the QueryUnload method, you can stop the form form exiting if need be by executing a NODEFAULT.
>
>This is true for the X button but for a command button you will always have to remeber:
>
>
If thisform.quesryunload()
>  thisform.release()
>endif
True. But can you stop a form from Destroy ing itself? I know you can stop it, but isn't it too late to make use of any other controls in the form, ie, they're already destroyed?
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform