Disable Delete in Menu Edit->delete and also delete icon on the smart bar
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;