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