Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cancel destroy event?
Message
From
15/07/2008 19:44:05
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01331480
Message ID:
01331533
Views:
10
I have a problem with QueryUnload.

If I click on VFP Close button I get Form.ReleaseType = 1 instead of Form.ReleaseType = 2.

That is maybe because I have statement ON SHUTDOWN goApp.MyProcedureForShutdown() but I am not sure.

Any ideas?


>>I have IF statement in Destroy event of Form class in which if it is .F. I need to stop Destroy event.
>>
>>Scenario is actually like this: user clicks Close button (red "X" button of Form) and if IF condition is .F. then Form must not be closed.
>>
>>How to do that?
>
>Use QueryUnload method (add NODEFAULT there for your condition) and check for ReleaseType property.
>
>See Re: Form - close button Thread #1193159
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform