Hi All,
I am developing application using Oracle Forms 12c.
I am running my application using both Browser and Web start.
I have used below code for exit button in my application
web.show_document('javascript:window.opener=top;window.close()', '_self');
exit_form;
It works fine for browser. But for Web start, It closes my application, but javaws.exe is running in my Task Manager.
How to Kill those process when application is exit???
Thanks,
Su.gi