Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capturing a Mouse Click on a from's Close Button
Message
From
24/04/2008 14:08:25
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows NT
Database:
MS SQL Server
Miscellaneous
Thread ID:
01312832
Message ID:
01312937
Views:
15
>It triggers QueryUnload() event. See also the ReleaseType property.
Execute NODEFAULT to preven in it form closing.

>>When using a form in VFP9, I want to capture the "mouse click" on the red "X" close button and do some testing before I allow the user to close the form.
>

Just a note here, the QueryUnload() event is only called via the "Red-X" button; if you have a "Cancel" commandbutton that will close the form via a RELEASE thisform or thisform.Release() in the Click event, the QueryUnload event will not be called. You have to process the test in the commandbutton click event as well.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform