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!

ENABLE_ITEM changed to ENABLEDISABLEITEM.REPLACEENABLEMENU

user8728765Dec 18 2015 — edited Dec 19 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 16 2016
Added on Dec 18 2015
1 comment
727 views