Export menu is disabled in a custom form

Hi all,
In a custom form EXPORT menu option is always disabled.How it will be enabled for all the responsibility.what will be the code or set-up. I tried to enable to write code like
declare
mi_id MenuItem;
BEGIN
mi_id := Find_Menu_Item('FILE.EXPORT');
set_menu_item_property(mi_id,ENABLED,PROPERTY_TRUE);
END;
But it is not working at all.
Please help ASAP.
Thanks in Advance
Sanjit Kumar Mahato

In 11.0.3 You had to create a "prompt" block, with the same name of the block You want to enable export for, plus the _prompt prefix, and then put text item non-database for the fields to export. Do a quick try with only what field to see if that enables the menu, and the personalize what other fields to export.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Why Photoshop Elements 11 File-Export menu item disabled?

    why is Photoshop Elements 11 File-Export menu item disabled?
    To Dup:
    bring up the tool and a photoshop project file
    ensure my license is up to date
    ensure this tool is updated
    File Export is disabled
    try may other files, get same result

    I have no idea what it has ever been used for (Save As usually being the route to export to a different format), but it exists and is greyed out in PSE12 as well. I suspect a hangover from an old version.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Edit item in list doesn't allow save changes (save disabled on a custom form)

    Hi folks
    I created a custom form in InfoPath.
    The form works fine when adding a new item. It adds everything entered into the fields, and you can see it in the list.
    When I click on the one of the existing entries, it shows OK. I click "edit item" and it allows me to change any field... but the SAVE button is greyed out, and I cannot save any changes.
    If I change the form to go back to default and stop using my custom InfoPath form, then I can save changes no problem.
    I checked the form in Infopath, and it is not ReadOnly. I have perms to the list (as seen by using the default form ok).
    Any ideas?
    Thanks

    Hi,
    Can you check whether Allow users to submit this form is checked under Submit Option.
    See the screen print below -
    Hope this helps!
    MCITP: SharePoint 2010 Administrator
    MCTS - MOSS 2007 Configuring, .NET 2.0
    | SharePoint Architect | Evangelist |
    http://www.sharepointdeveloper.in/
    http://ramakrishnaraja.blogspot.com/

  • Urgent: Custom Form Development in CRM Applicaiton

    I have built a custom form in 6i using the TEMPLATE.FMB file from 11i applications.
    The form is called from with in the Contact Customer Form Module through the zoom feature. The custom form is called from the zoom but I am getting a Developer Error, cannot find Menu Item. I believe the problem is that I need to reference a Menu file (mmx) in the custom form. However, I have tried FNDMENU but it still gives me the error. Are ther any suggestions or has someone encountered this problem before.
    Any assitance is greatly appreciated.

    The custom form first should be register in the appropriate menu. For that first a menu item has to be created by Oracle Apps DBA and then the form has to be linked to this menu item.

  • How to enable File- Export  menu item in custom Form

    I have created a custom form.The File->Export menu item is disable by default.how can i enable this menu item? I have tried
    APP_SPECIAL.ENABLE('FILE.EXPORT',PROPERTY_ON) at block level (when-new-block-instance ) and form level trigger(when-new-form-instance) but not able to enable the same.
    plz suggest way to get this functionality in custom form.

    Hi,
    check below documents can help
    Unable To Export From Files => Export menu option in Applications 11i [ID 275224.1]
    Unable To File > Export Data From A Form [ID 552268.1]
    Unable to Open or Save Export to a File [ID 218209.1]
    Export Menu Item Under File Menu Is Not Bringing Up Dialogue Box Or Openning Up Document [ID 263348.1]
    Regards

  • Export Option in Custom Form

    Dear Members,
    I have developed a custom form in Oracle Applications using Template.fmb.
    I am using the above custom form successfully in oracle applications for all purposes like data entry querying etc.
    But when Iam trying to export the data from the form, I dont have the export option enabled in my custom form.
    Can any one please let me know how to enable this export option in my custom form.
    Many thanks in advance.
    Best Regards,
    Arun Reddy.

    See you duplicate post here
    Export Option in Custom Form
    HTH
    Srini

  • Create and Enable Find/Torch menu Button in Customized Form

    Hello Friends,
    I want to Create and Enable Find/Torch menu Button in Customized Form??? How can i do that? Please Help !!!
    Thanx in Advance
    Deepak Arora

    Hi,
    Please see the Application Developer guide.
    Applications Releases 11i and 12
    http://www.oracle.com/technetwork/documentation/applications-089559.html
    Thanks,
    Hussein

  • Calling custom form to standard form based on passing parameters by pers..

    Hi Everyone,
    I have a urgent requirement related to form personalization like Calling custom form to standard form based on passing some parameters and after click on save icon then custom form should be enable and open. how to achieve this functionality through personalization.
    In brief ......Responsibilty -> Enterprise Asset Management->work order form and in this form's tool menu attach a custom form which comes other responsibility(here no issue) issue is that which trigger and condition used and what should be Action attribute/option. How to disable or enable tool form on some specific navigating the form.
    and how pass the parameter through current using form fields.
    plz help me out........it's urgent.
    thanks,
    Abh....

    Abh,
    Forms Personalization is a feature of the Oracle Enterprise Business Suite (EBS) not a feature of Oracle Forms. Please post your question in the General EBS Discussion forum. If you have a general Forms question, by all means, ask it here! ;-)
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Form personalization for a read only responsibility for a custom form

    Hi,
    I have a read only responsibility. My requirement is to make a custom form updatable through this responsibility but wth a condition that only the specific custom form should be updatable and rest all other form accessed through read only responsibility be read only. How can i achieve this using form personalization?
    Pls give me detailed steps if possible.
    Thanks

    I tried override Query Only values through Forms Personalization but it did not work for me. With a bit of determination I might have been able to work around it but no luck on that front.
    You can do it this way, although it's a bit cumbersome:
    1. Clone every function and menu in the Responsibility
    2. In all but your custom function set the Function parameter QUERY_ONLY=YES

  • Calling Custom Form from Another Form

    Hi All,
    I have created a Custom form using TEMPLATE.fmb and created functions in Apps and assigned to Responsibility etc and it all works OK.
    Now, I need to call this Custom form from another seeded(PO form) Via Tools -> Menu.
    using Forms personalization I can get the Menu Entry and Actions to execute the Form successfully from the PO Form.
    BUT, I need it to automatically query records in my CUSTOM form based on my current PO_HEADER_ID value on my PO Form.
    How can I do it ?
    Do I need to modify my Block and add some parameters and then pass a value via Personalization ?
    Please help !
    Thanks
    Shankar

    Hi ,
    I found similiar solution on another forum as below.
    http://it.toolbox.com/blogs/apps-traction-blog/how-to-create-a-zoom-using-oracle-form-personalization-12081
    This works fine for the Purchasing form and allows me to zoom to the Supplier form.
    But in my case, I want to zoom from the Supplier Form to my CUSTOM form. I replicated the exact steps as per the link.
    However, it does NOT work as expected. It gets up to the ENTER QUERY mode in my CUSTOM form and remains in Enter Query mode. If I manually then Press key F11 to execute the query it brings back all records.
    Do I need to do anything special in my CUSTOM form to make it behave in a similiar way to the Supplier Form ?
    Thanks
    Shanky

  • How to call a custom form on click of a button?

    We have a requirement to call a custom form on clicking a button which is on a standard form. I cant modify the standard form. Is this possible to handle this event from CUSTOM.pll or forms personalization?
    some sample code will help. Thanks in Advance,
    Message was edited by: 988490e8-2268-414d-b867-9d9a911c0053

    Hi,
    I think you are working with Oracle EBS.
    I don't think so that we can able to call the custom form on clicking button.
    We can call the form from the standard form using both custom.pll and form personalization
    In custom.pll using zoom function we can do this and in form personalization we can call the form by using form function, In both we call the form by creating a special menu in standard from and we used to call.
    So please check further, and let me know if any i can help you any.
    Regards
    Sri     .

  • How to Locate the Custom Form Name  in Oracle Apps

    Hi hussein,
    We had a migration project from 11.0.3 NT to 11.5.10.2 AIX, and it include
    1 form I guess. The client user is showing me the navigation tree where the customized form was located.
    She opened the NT Oracle Apps 11.0.3 and it is showing the following:
    Cash Management Responsibilty
    + Other
    Enter Adjustment >> this is the customized form that she showed me
    When the form opened, i shows a block with parent table "AP_BANK_ACCOUNTS_ALL" and a child table
    "CEC_ADJUSTMENT_RECON".
    My question is, based on the navigation, how do I know which is the location of the forms.fmx? of what
    module was it registered to?
    ==============
    I tried to navigate to the custom form and open it, then click "Help --> About"
    from the menu bar, but it does not show you the form name and the forms executable location path,
    (not like the standard forms of oracle where it shows the form name),
    the "help" being shown is the help of the runtime form in a normal default oracle form window.
    so I assumed that the custom form has been registered but not following the standard procedure.
    ==============
    How do I reverse locate it? base on the "tree" > Enter Adjustment
    Thanks a lot

    Hi,
    Please see (Note: 176852.1 - Integrating Custom Applications with Oracle Applications Release 11i), Step 10-f.
    For the (Help > About) issue, please see if (Note: 556755.1 - Forms Version Not Showing On 'About Oracle Applications' Form From Help Menu) helps.
    Btw, I guess we had a similar discussion before in this EBS 11i Customized Oracle Forms and Reports.
    Regards,
    Hussein

  • How to register a custom form under "LEASE -- TOOLS"?

    Hi,
    This is my first form development in Oracle Apps.
    I have a requirement of building a custom form and to display it under LEASE -- > TOOLS.
    I could register the form under a menu by the following steps:
    1. Application Developer --> Forms : Enter the custom form name
    2. Register a new form function
    3. Attaching the form function under a menu
    How do I register this form under Lease--> Tools?
    Thanks and Regards
    Ruma

    Hi,
    I could register the form under a menu by the following steps:
    How do I register this form under Lease--> Tools?I believe you could follow the same steps but attach the form function to the submenu (instead of the menu itself).
    From the Application > Menu, query the main menu to get the submenu, then query the sub-menu and attach the form function.
    More details can be found in the "Developer Guide" which can be found at:
    Applications Releases 11i and 12
    http://www.oracle.com/technology/documentation/applications.html
    Regards,
    Hussein

  • How to register custom form into Oracle Applications

    I created a custom form based on a custome table, then I registered in Oracle applications, but it is not opening properly in Oracle applications. It is running fine outside of Oracle Applications. Are there any standard packages which I need to attach while creating this custom form.
    Please help.

    1. Copy your form (test.fmb) into $AU_TOP/forms/US
    2. Compile with f60gen
    3. Copy the test.fmx file to $PRODUCT_TOP/forms/US
    4. Login to Oracle Applications with sysadmin user
    5. Select Application Developer responsibility
    6. Navigate to Application - Form -
    7. Enter the values for following parameter
    Form = test
    Application = You can select from LOV
    User Form Name = Enter as you like
    Description = Enter if any
    8. Navigate to Application - Function
    9. Enter the values in the function form
    in Description TAB - Enter the value for Function, User Function Name, Description
    in Properties TAB - Type = FORM
    Maint.Mode Support = None
    Context Dependence = Responsibility
    in Form TAB - Form = Select your form name that already registered (above one)
    Application = Will display
    Parameters = STARTUP_MODE= TEST
    10. Now you can attach the form in Menu then Responsibility
    Revert back if you have any query.
    Regards,
    S. Velusamy Raja
    Oracle Apps DBA

  • How to use a custom form

    Hi,
    I need to display the attributes of the currently logged in user.
    I plan to do this by displaying the attributes in a custom form which shud appear upon clicking on the End User Menu Form.
    I have already created the form and added the link in the End User Menu Form but am clueless as to how to display it.
    Can anyone help me as to how to go about with this task.
    thanks in advance,

    Point To Note:
    > > Go to your 'user' folder inside WSHOME and there's
    a
    jsp called 'customEdit.jsp' open it up and there
    should be a line that looks like this:
    req.setOption(UserViewConstants........
    uncomment this line and enter the name of yourform
    here like so:
    req.setOption(UserViewConstants.OP_FORM, "The
    "The name of your custom form");
    now edit your end user menu link to point to
    user/customEdit.jsp
    now when the user logins in thru the userinterface
    he'll click the link which should bring up theyour
    form with his info.
    ***NOTE rather than change customEdit.jsp make acopy
    of it, rename it, make the changes in it, andpoint
    your link to this new jsp......>
    The above solution is applicable to IDM 5.0 SP5
    And my solution below is applicable to IDM 5.0 without any patches.
    Thanks for the information ,however this is what i
    was trying earlier but it wasn't working ....i have
    figured out the problem now.
    There's a method wherein a object is created in the
    form
    RequestState reqState = new
    RequestState(session, request, response, _wsSesss,
    p); In the form there's a method
    String url = form.process(req);
    if ( url != null)
    LoginHelper.redirect (reqState, out, url);
    return;
    }However there's no object called req
    instead it should be reqState.
    Cheers,

Maybe you are looking for