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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Disable Delete in Menu Edit->delete and also delete icon on the smart bar

user525275Sep 17 2006 — edited Sep 18 2006
Hi
I want to disable the delete icon and in menu edit-> delete . when i use the
i get unhandled exception errors from the when new form instance trigger, new block trigger, new instane trigger. the form hangs up.i am trying to disable the delete icon and delete item in the Edit->delete menu for this specific form.

please help me with the code if possible give the code.

thanks

this is a standard AP Invoice workbench form.

i put this code in CUSTOM.PLL


if (form_name='APXINWKB')

SET_MENU_ITEM_PROPERTY(Edit_DELETE,DELETE_RECORD,ENABLED,RROPERTY_FALSE);

end if;
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 16 2006
Added on Sep 17 2006
17 comments
3,289 views