Startup Procedure (OpenInsight Specific)
At 01 SEP 1998 07:18:22PM Matt Crozier wrote:
Is it possible for the startup procedure, as specified in the SYSENV application environment record , to close the application at that point? Calling UTILITY( 'SYSTEM', 'DESTROY'); ABORT ALL doesn't seem to log out completely.
Thanks,
Matt.
At 02 SEP 1998 10:58PM Aaron Kaplan wrote:
Perhaps putting it in a post_event call will work? Your still in boot-up logic and I can see how the engine would not close all the way. I can see this not working in a post event either, but it's worth a shot.
At 09 SEP 1998 08:08PM Matt Crozier wrote:
Thanks Aaron,
I've tried sending a 'CLOSE' Post event to the startup window, although the systems just hangs at this point. Maybe I'll try setting a lock and detecting it in the CREATE event.
Matt.
At 13 SEP 1998 03:18PM Aaron Kaplan wrote:
Only other thing would be to try it from the main window's create event, this way the system is fully loaded by that point.