Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Close all forms after commit

Re: Close all forms after commit

From: Paul Dorsey <DORSEY_at_ENIGMA.RIDER.EDU>
Date: Fri, 1 Mar 1996 19:56:58 -0400
Message-Id: <9603020114.AA06365@alice.jcc.com>


I would suggest the following:
Create a global boolean CLOSE_ALL.
When you want to quit, set CLOSE_ALL to true. Exit the current form.
On all forms, inspect the global when you navigate to the form. If it is true, exit the form.

That should cascade you all the way back to the program manager. Paul Dorsey
Dulcian Inc. Received on Fri Mar 01 1996 - 20:14:25 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US