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!

Forms 12c - Menu item grayed out

Darsh_Jul 29 2020 — edited Jul 30 2020

Hello,

A form using call_form built in with no_hide option in menu item code is not launching when we click on a menu item.   Below are the steps I have implemented.

1. Develop, compile, built  and deployed a form on the server (linux 64bit)

2. Changed a menu / .mmb file to add a menu item  to call the above mentioned form.

3. In the menu code , I use call_form('formname',no_hide) to call the form.

4. compile the menu.

Now, when I run the menu, click on the new menu item, the menu item is grayed out or disabled.  As a result, I am not able to call the form.

What am I missing?

Thanks,

Darsh

This post has been answered by Darsh_ on Jul 30 2020
Jump to Answer
Comments
Post Details
Added on Jul 29 2020
11 comments
1,048 views