Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Application not exiting memory...
Message
 
To
06/08/2001 10:14:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00540137
Message ID:
00540151
Views:
19
< - SNIP - >

I know what it is. When you are calling the form from your main prg file, Foxpro will not see the READ EVENTS until the form has successfully INIT and loaded. So if you RETURN .F. from the INIT of the form, not even a CLEAR EVENTS in the DESTORY method will work, because the READ EVENTS haven't fired yet. But it will as soon the form has been destroyed. So you are hanging on the READ EVENETS in the main prg. I suggest you do the checks in the main prg, before you call the form.

HTH,
- Erik Niese-Petersen

Crazy Dane in USA.
Previous
Reply
Map
View

Click here to load this message in the networking platform