Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cannot close custom form R12.2.3

user11340233Feb 27 2015 — edited Mar 4 2015

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



This post has been answered by user11340233 on Mar 4 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 1 2015
Added on Feb 27 2015
3 comments
1,172 views