Destroy System doesn't fire Close Window event (OpenInsight 32-Bit)
At 25 SEP 2002 11:13:18AM John Bouley wrote:
I have seen post from people using the Destroy System Utility function to close their Application. We have made use of this however, as of OI32 the use of OIPI requires the "START32" on the Create event and "STOP32" on the Close event. Unfortunately, the Close event does not fire during a Destroy System.
I modified my code to ignore the Destroy System and instead issue a Send_Event(windowName, "CLOSE"). The opening form is part of a MDI frame and chile. This command only closes the child window.
Is there a way to determine the window name of the MDI Frame?
Thanks,
John
At 25 SEP 2002 11:50AM Oystein Reigem wrote:
John,
…=Get_Property( ChildId, "MDIFRAME" )
- Oystein -
At 25 SEP 2002 12:49PM John Bouley wrote:
Thanks, I'll give it a try!
John