Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ON SHUTDOWN
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
ON SHUTDOWN
Miscellaneous
Thread ID:
00304282
Message ID:
00304282
Views:
68
Ok, working with the guys yesterday, I almost solved my problem. I can now shut down my program from the Exit menu selection, but the X in the upper right corner still produces a dialogue box that says I "Cannot Exit Foxpro". Here's my code:


ON SHUTDOWN DO shtdwn IN MAIN

FUNCTION shtdwn
CLEAR ALL && release all variables, tables, etc.
CLOSE ALL && close all tables, forms, databases, etc.
QUIT

I put this in Code -> Programs -> main

What am I missing?
Even If you Don't believe in the Season . . . Believe in the values it stands for!
Next
Reply
Map
View

Click here to load this message in the networking platform