Hello,
I have an issue of users leaving a program running for days. This prevents me from updating table structures, indexes, and issuing an updated executable. I have put a timer on the main screen which checks to see if I have set a variable in the "Control" table which should trigger a shutdown. The timer and shutdown works flawlessly in the VFP development environment. However, when run as an executable from the server the timer does not fire.
OK, I just amended this post after finding an article that explains that timers do not run in an executable. So, my new question is "How do I force a shut down?"
Your feedback is appreciated.
I have an issue of users leaving a program running for days. This prevents me from updating table structures, indexes, and issuing an updated executable. I have put a timer on the main screen which checks to see if I have set a variable in the "Control" table which should trigger a shutdown. The timer and shutdown works flawlessly in the VFP development environment. However, when run as an executable from the server the timer does not fire.
OK, I just amended this post after finding an article that explains that timers do not run in an executable. So, my new question is "How do I force a shut down?"
Your feedback is appreciated.