Page 1 of 1

Form window is not closing

Posted: Tue Nov 25, 2008 2:15 am
by crazybram
Hi all,
i created the form and registered in apps 11i. But when i try to close the form, it is not closing. Any body pls give me solution.i made the all necessary changes in form and wrote the trigger in pre-form also and also tried in when-button-pressed trigger using exit_form built in.you may give the answer to my id also. my id is crazybram@gmail.com

Regards,
Ramakrishna

Posted: Sun Jan 11, 2009 9:17 am
by shoukath
When I change When-windows-closed trigger as :
before it was:
-- app_standard.event('WHEN-WINDOW-CLOSED');

I changed to :
APP_STANDARD.EVENT('KEY-EXIT');

Then windows was closing normal

Shoukath