Hi all,
I built a custom form in Oracle FormsĀ Builder 10.1.2.0.2 and I registered it in Oracle EBS R12.2.3.
My issue is that when i open it via the application it is impossible to close it.
I changed the code in APP_STANDARD.CLOSE_WINDOW where i put in the IF statement the following
wnd = 'XXMET_HR_INDV_PERFORMANCE'
XXMET_HR_INDV_PERFORMANCE is the name of the window, canvas and datablock.
I also put the following code in triggers KEY-F4, KEY-EXIT : app_custom.close_window('XXMET_HR_INDV_PERFORMANCE');
In trigger PRE-FORM i put : app_window.set_window_position('XXMET_HR_INDV_PERFORMANCE', 'XXMET_HR_INDV_PERFORMANCE');
I'm missing something but i don't know what exactly....
Any ideas?
Regards,
Stoyanov