Hi All,
Need some help here.
Forms version 11g with 12c database.
I have migrated my forms for 6i to 11g successfully, I have checked my migration log and found "ENABLE_ITEM changed to ENABLEDISABLEITEM.REPLACEENABLEMENU".
I have cheked my 6i forms and found one of the FORMS MENU is using enable_item like below which got replaced with "ENABLEDISABLEITEM.REPLACEENABLEMENU"
procedure enable_disable_items is
begin
disable_item('Query','Enter');
enable_item('Query','Cancel');
end;
Now my doubt is what is the functionality of enable_item, I have checked it but did not get much details. Only thing I got is enable_item is the reserved words defined in Form Builder, nothing else.
Can somebody explain me what enable_item will do by example ? Also the functionality of "ENABLEDISABLEITEM.REPLACEENABLEMENU" which got replaced in 11g and
how I can test and confirm both are same in term of functionality.
BR,
Shadab Hussain