Oracle Forms 12c - How to programatically exit the Application when it has been launched with WebSta
Hello,
I have implemented a Session Time Out which execute the procedure EXIT_FORM(NO_VALIDATE, FULL_ROLLBACK) in the main Form after a period of inactivity.
It works very well when the application has been launched with the Plug-In.
When the Main Form is closed, all the application close too.
But when the application has been launched with Java WebStart, only the Main Form closes.
Leaving the application opened with remaining Opened Forms.
I try to find another way to do the EXIT but without success.
Any idea How I can Force the Application to Exit without validation ?
Regards,