Shutdown Procedure (OpenInsight 32-Bit)
At 19 NOV 2002 08:27:06AM dsig@sigafoos.org wrote:
Okay .. we know there is a place for a startup procedure in SYSENV record of the app .. but is there a shutdown procedure .. and if not then how hard (RTI) would it be to have one?
Sure .. sure .. you can put something in the 'Application Startup' window .. but how about something even outside of that.
A perfect case in point .. OIPI. When I am developing I don't always want to have to start my MDI frame to do stuff. Sure I can do a Start/Stop in the editor but if i forget the stop POW .. BANG .. BIFF
So if there was a Shutdown just as there is a Startup that would take care of it.
dsig@sigafoos.org onmouseover=window.status=the new revelation technology .. a refreshing change;return(true)"
David Tod Sigafoos ~ SigSolutions
Phone: 971-570-2005
OS: Win2k sp2 (5.00.2195)
OI: 4.1.2
At 19 NOV 2002 08:45AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
Check out the ENVIRON_CONSTANTS insert:
EQU ENV_SHUTDOWN_PROC$ TO 33 ;* Shutdown procedure… see above.
So add it into your env record in SYSENV…
World leaders in all things RevSoft
At 19 NOV 2002 09:11AM dsig@sigafoos.org wrote:
.. okay .. who hid that from me ..
thanks
dsig@sigafoos.org onmouseover=window.status=the new revelation technology .. a refreshing change;return(true)"
David Tod Sigafoos ~ SigSolutions
Phone: 971-570-2005
OS: Win2k sp2 (5.00.2195)
OI: 4.1.2
At 19 NOV 2002 09:27AM Donald Bakke wrote:
DSig,
I'm not sure if these hooks will help, at least I'm fairly certain the startup procedure won't help because routines that are launched during this time must only have engine level commands. Set_Printer is not like that *and* it requires an event context to run.
dbakke@srpcs.com
At 19 NOV 2002 12:23PM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
I'm sure you could always find and kill the exe .
World Leaders in all things RevSoft