Window is not closing [message #305200] |
Mon, 10 March 2008 02:22 |
spmano1983
Messages: 269 Registered: September 2007
|
Senior Member |
|
|
Friends,
I created one form and have 6 blocks. While running time, if i close the window means, its going next next block... how i can close. i need when i close the window means i should close all the window. any idea?
Thanks
Mano
|
|
|
Re: Window is not closing [message #305208 is a reply to message #305200] |
Mon, 10 March 2008 03:04 |
irfan.ocp
Messages: 29 Registered: February 2008 Location: Karachi, Pakistan
|
Junior Member |
|
|
Hello Mano.
You can use EXIT_FORM(commit_mode,rollback_mode);
Commit Modes:
ASK_COMMIT/DO_COMMIT/NO_COMMIT/NO_VALIDATE
rollback_mode
TO_SAVEPOINT/FULL_ROLLBACK/NO_ROLLBACK
Best Regards
Muhammad Irfan Bakali.
|
|
|