Hi All
seem to be having an issue with a simple shutdown timer....
simple basics, a simple app built as an exe
sitting in a main window, menu waiting for a user, timer loaded to _Screen
SET CLASSLIB TO "fanz.vcx" addi
_Screen.AddObject("oTimer","fTimer")
_screen.oTimer.Filename = "e:\prod\shutdown.epo" && filename used to trigger shutdown
_screen.oTimer.WhichApp = "EPO" && Which System (EPO - GISMO)
_screen.oTimer.Interval=20000 && 2000 Milliseconds (20 Seconds)
this timer will not fire unless there is a form visible...
we have many users working in a VM/remote desktops that leave the system up and running, maintenance is needed and files are open, need a way to force a shutdown, currently we force the files/sessions closed from with the windows computer management system which leads to tech support tickets
Any idea's why it wont fire
seem to be having an issue with a simple shutdown timer....
simple basics, a simple app built as an exe
sitting in a main window, menu waiting for a user, timer loaded to _Screen
SET CLASSLIB TO "fanz.vcx" addi
_Screen.AddObject("oTimer","fTimer")
_screen.oTimer.Filename = "e:\prod\shutdown.epo" && filename used to trigger shutdown
_screen.oTimer.WhichApp = "EPO" && Which System (EPO - GISMO)
_screen.oTimer.Interval=20000 && 2000 Milliseconds (20 Seconds)
this timer will not fire unless there is a form visible...
we have many users working in a VM/remote desktops that leave the system up and running, maintenance is needed and files are open, need a way to force a shutdown, currently we force the files/sessions closed from with the windows computer management system which leads to tech support tickets
Any idea's why it wont fire