Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No return value
Message
From
29/11/2001 15:13:29
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
00587517
Message ID:
00587701
Views:
29
Hi Chuck,
In the QueryUnload()
*The ReleaseType property is set prior to the QueryUnload event being called.
*Setting Description
*0  Variable released.
*1  Close menu command or close box.
*2  Exit Visual FoxPro.
IF This.ReleaseType = 1  && 1 means user clicked on the close button.
   RetVal = This.Hide() 
   NODEFAULT
ENDIF
>Thanks a lot. I knew that(so why didn't I remember it). If I am using the form closable "X" to close the form, where does the form.hide() code go?
Charlie
Previous
Reply
Map
View

Click here to load this message in the networking platform