forms 6i (urgent) [message #78213] |
Tue, 29 January 2002 11:36 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Neelima
Messages: 4 Registered: January 2002
|
Junior Member |
|
|
how do i close a window using the 'x' buton.currently,when i click on 'x',the window does'nt close at the first instance,it closes after repeated actions of clicking the 'x' button.i already checked window's "close window" property which is set to 'yes'.is there some other place where some other property needs to be set?
|
|
|
Re: forms 6i (urgent) [message #78217 is a reply to message #78213] |
Tue, 29 January 2002 18:48 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
sokeh
Messages: 77 Registered: August 2000
|
Member |
|
|
do you mean when forms runtime is running?
If yes, there are two ways:
1, you can create a button, then write a trigger and put it in when-button-pressed:
exit_form(ask_commit);
you can then just click the form to close.
2, the other way is to create a menu item and use the same trigger above. This method replaces the forms default 'x' close button
|
|
|