Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to SHUTDOWN an App.
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01238049
Message ID:
01238058
Views:
18
Tommy,

Hilmar is right, you need to use the same shutdown routine you use in your Exit menu or ON SHUTDOWN procedure.

You can also check How can I release all open forms FAQ #7975

>Hello Fox Gang!
>
>Today's question.....
>
>How to shutdown an app using a timer.
>
>Given I have an app, and I have a timer running in the base application form.
>
>The timer, when it fires, looks for a textfile in the root folder. If the file is there, it causes the app to begin to shutdown....
>
>Here is the relevant code...
>
>IF timetoshutdown
> WAIT CLEAR
> THISFORM.RELEASE()
>ENDIF
>
>But, since there may be many forms on the screen at this time (someone may have left the app running when they went home)... I would rather have a shutdown routine instead of just THISFORM.RELEASE().
>
>Any ideas of a shutdown routine? I am assuming it would have to be able to drill down into the forms to shut them all down???
>
>Thanks!
>Tommy
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