Re: Trouble closing all forms at once....

From: ABCMDEVL <ABCMDEVL_at_ford.com>
Date: 1996/08/29
Message-ID: <504j7v$k5t_at_eccdb1.pms.ford.com>#1/1


Hi Robert,

Declare a global variable when you open your first form. Set the global variable to say "0".

When you press the Exit button, Set the global variable to say "1".

Now in the forms that are open, for the WHEN_WINDOWS_ACTIVATED trigger, put an IF statement which checks for this variable and if the global varaible is 1, then close that form too.

Hope this helps.

Mohan Received on Thu Aug 29 1996 - 00:00:00 CEST

Original text of this message