Progress
Basic Development
Tools


STARTUP and SHUTDOWN Events

The following Procedure Editor events (corresponding to p_event) occur at Procedure Editor startup and shutdown:

Event
Operation
STARTUP
Called when the Procedure Editor (PE) has been loaded and initialized. This call occurs immediately before user input is allowed. In this case:
  • p_context = STRING(procedure-handle-of-the-PE-main-routine).
  • p_other = STRING(widget-handle-of-the-PE-window).
SHUTDOWN
Called when a user requests that the Procedure Editor shutdown. This call occurs before any settings have been saved or items destroyed. In this case:
  • p_context = STRING(procedure-handle-of-the-PE-main-routine).
  • p_other - STRING(widget-handle-of-the-PE-window).

NOTE: The Procedure Editor STARTUP and SHUTDOWN events cannot be cancelled.


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095