Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to properly autoshutdown an app
Message
From
02/01/2014 11:39:32
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
30/12/2013 10:52:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01591090
Message ID:
01591254
Views:
60
>Hi all,
>
>I have an app that runs on a server and I need it to autoshutdown each night. It *mostly* works but sometimes chokes on trying to shut down so I wonder if I have the code in the right order or right place:
>
>The app has one form and on that form I have a timer that fires every 15 seconds.
>
>In the timer's .timer() method, this code checks the time and tries to shut down after 11 pm:
>
>
>
>IF VAL(LEFT(TIME(),2)) >= 23
>
>   * release this form and then try to clear the read
>  ON ERROR
>  THISFORM .Release()
>
>   ON SHUTDOWN
>   CLEAR EVENTS
>   
>ENDIF
>
>
>
>Questions:
>
>1) is the order correct on the above commands?
>2) should this code be in some method of the form itself?
>3) it does not seem like I need a QUIT most of the time - would this be better?
>
>Thanks,
>
>Albert Gostick

By the way, if the app started at 11 am, the timer would not need to fire every 15 seconds. It would only need a 12 hour interval and fire once.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform