Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making it more bullet proof
Message
From
08/11/2003 20:53:35
 
 
To
08/11/2003 20:38:44
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00848009
Message ID:
00848010
Views:
16
Hi,
Do you meant you call yourform.RELEASE() fro menu? If so, you may need to place your code in form.queryunload for condition checking, RETURN .F. is failed.
IF _SCREEN.ACTIVEFORM.QUERYUNLOAD()
   _SCREEN.ACTIVEFORM.RELEASE()
ENDIF
HTH
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform