Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP60- Close Button
Message
From
12/09/2000 20:45:37
 
 
To
12/09/2000 14:23:49
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00415363
Message ID:
00415635
Views:
22
>In the QueryUnload event of a form I have the following code and the form it's being released if I select Yes or No.
>
>IF MESSAGEBOX('Release?',4) = 7
> RETURN .F.
>ELSE
> THISFORM.Release()
>ENDIF
>


You need to use NODEFAULT in order for the QueryUnload to not do it's job.


>
>
>>>I always disable the close option (Upper Right Corner) in my applications and put an exit button on the form so the user can finish the session.
>>>
>>>This time I want to use the close button and display a simple messagebox so the user can confirm the exit of the program. If I put the code in the Destroy or Unload event of the form it's too late to go back in case the user doesn't want to exit the form. How do I control the Close Button? Where do I put the code? I know I am missing something here but don't know what.
>>>
>>>Thank you in advance.
>>
>>
QueryUnload.
>>Cetin
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform