Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Application object won't die
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00594471
Message ID:
00595129
Views:
47
Pamela
Thanks for the support. I removed all code I generally use for shutdown except for a "release all" after the oApp.runapp('form')in the main.prg and that took care of that environment.

On another exe, it will not shut down. The title bar just flashes, like its in a loop. I put 2 "display memory to file" after the read events in the main.prg.

display memory to file "Q:\GenServ\TestPrintShop\launch1VAR" noconsole
RELEASE oAbout,ga__AppList
CLOSE DATABASES ALL
RELEASE ALL
display memory to file "Q:\GenServ\TestPrintShop\launch2VAR" noconsole
QUIT

All varibles are destroyed except system public variables.
What can keep the exe from closing?

I FIXED IT. I found additional "close all clear all" in a close button class that was messing with the environment, even though it never showed in any memory variable list. Thanks to those that tried.
Extreme Programming = Plan -> Design -> Code -> Test
Previous
Reply
Map
View

Click here to load this message in the networking platform