Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Show form
Message
 
 
To
02/12/2009 15:34:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01437233
Message ID:
01437356
Views:
41
>Hi Naomi - i'm trying to understand your instructions -
>
>i have placed
>
>dodefault()
>CLEAR EVENTS
>
>in the release of the form
>
>and
>
>case bar()=1
>do form showdata
>show events
>thisform.release()
>case bar()=2
>etc
>
>the program still freezes when i close the form
>am i following you correctly??
>
>thanks
>k

I think you meant READ EVENTS.

I believe it should work if you did it this way as you showed.

But in general you don't do it like this. You put READ EVENTS right after do menu myMenu.mpr command in your main program and have CLEAR EVENTS in the function that is called from Exit menu (same function is assigned to ON SHUTDOWN).
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform