Disabling export option

Hi there,
Does anyone have any idea how I can disable export capability on Formula and Recipe forms in 12.1.1 without actually modifing the forms code? Is there a profile option or maybe through OAF somehow?
Really appreciate any input.
Thanks
Irina.

Irina,
I do not think there is a profile option to disable the export functionality. I would think of personalization or modifying the code (as you mentioned) -- Log a sR to confirm this with Oracle support.
Regards,
Hussein

Similar Messages

  • Final cut pro x - export option disabled

    I am not able to export files in FCP 10.0.9.  I recently upgraded this and the export option has moved to a different location.  However, the same is always disabled.  How to  get this enabled?
    REgards
    GS

    It's the drop down menu under File>Share.
    Russ

  • ReportViewer 2010:how to hide pdf in export option in reportviewer

    please help me out 
    how shoul i hide pdf in export option in reportviewer
    susana w

    Hi,
    This is the code which is used for ReportViewer 2008 and i need code for ReportViewer 2010. I don't want to change in the reportserver's RSReportSErver.Config
    file because same report server we are using for different projects where in some projects we require pdf and some we do not. Below is the code for reportviwer 2008 where the export button is rendered as a dropdown and in reportviwer 2010, Export button is
    redered as div element and all the export options like pdf,word,etc elements are rendered as div elements . So in code behind how can i access these export button options?
       private void CustomizeReportViewer(System.Web.UI.Control reportControl)
                foreach (System.Web.UI.Control childControl in reportControl.Controls)
                    if (childControl.GetType() == typeof(System.Web.UI.WebControls.DropDownList))
                        System.Web.UI.WebControls.DropDownList ddList = (System.Web.UI.WebControls.DropDownList)childControl;
                        if (ddList.ToolTip.Contains("Export"))
                            ddList.PreRender += new EventHandler(ddList_PreRender);
                    if (childControl.GetType() == typeof(System.Web.UI.WebControls.Button))
                        System.Web.UI.WebControls.Button ddList = (System.Web.UI.WebControls.Button)childControl;
                        if (ddList.UniqueID.Contains("ctl00_ContentPlaceHolder1_rptviewerByBrandBySentimentAttribute_ctl06_ctl04_ctl00_Button"))
                            ddList.PreRender += new EventHandler(ddList_PreRender);
                    if (childControl.Controls.Count > 0)
                        CustomizeReportViewer(childControl);
            // This is the event handler added from CustomizeRV 
            // We just check the object type to get what we needed. 
            // Once the dropdownlist is found, we check if it is for the ExportGroup. 
            // Meaning, the "Excel" text should exists. 
            // Then, just traverse the list and disable the "Excel". 
            // When the report is shown, "Excel" will no longer be on the list. 
            // You can also do this to "PDF" or if you want to change the text. 
            void ddList_PreRender(object sender, EventArgs e)
                if (sender.GetType() == typeof(System.Web.UI.WebControls.DropDownList))
                    System.Web.UI.WebControls.DropDownList ddList = (System.Web.UI.WebControls.DropDownList)sender;
                    System.Web.UI.WebControls.ListItemCollection listItems = ddList.Items;
                    if ((listItems != null) && (listItems.Count > 0) && (listItems.FindByText("Excel") != null))
                        foreach (System.Web.UI.WebControls.ListItem list in listItems)
                            if (list.Text.Equals("XML file with report data") || list.Text.Equals("CSV (comma delimited)") || list.Text.Equals("TIFF file") || list.Text.Equals("Word") || list.Text.Contains("PPS"))
                                list.Enabled = false;

  • Customize export options (JSP)

    <p>Hi all,</p><p>I&#39;m developing a web application with JSP technology. I would know if is possible to disable some export options displayed in the html export page created automatically by the JRC. Particularly I would disable RPT export format.</p><p>I&#39;ve modified the function getFormatDropdownList() in export.js file, but it doesn&#39;t work. I suppose that the combo-box containing export options is created by some JRC class. </p><p> Thanks in advance. <br /></p>

    <p>Hi, I am actually not sure off the top of my head how to do this. In the old days with the ActiveX it was easy because we could just get rid of the Export Format DLL and the viewer would honor that, but with Java I am quite sure it is not as easy. I will look into this and get back to you on this one. </p><p>Regards,<br />Sean Johnson (CR4E Product Manager) </p>

  • Customize the Export option as ONLY in CSV format

    I designed the detail report which has 17585 rows and 52 columns, If I export the report in excel its taking long to download (7-10 Mins 148 MB Size with all formatting properties), where as in DATA CSV format its taking less than a min and the file size is 4.4 MB.
    Is there is any option where I can only customize the Export option as CSV format. Also my report contains Narrative view for the Heading, Can I add the Export link some where on the Narrative view that is in CSV format.
    Please help me out with this issue.
    Thanks

    Try to use url for the same report and add the these at the end of url, so that on click user can download only as .csv
    *&Format=txt&Extension=.csv*
    Irrespectiev of version you can use the below link for URL
    http://docs.oracle.com/cd/E21043_01/bi.1111/e16364/apiwebintegrate.htm#CACCHBHC
    Just in case check this too to disable links
    Re: Disable or Hide return link
    Appreciate if you mark as correct/helpful if helps
    Edited by: Srini VEERAVALLI on Dec 20, 2012 5:05 PM

  • How to enable export option in oracle apps

    I have a custom form, which needs to export the data. File->Export option is disabled in all the responsibilities. How to enable this option only for this form?
    appreciate your help

    The Export function is disabled when the responsibility is opened initially .
    When we enter into a specific form its automatically enabled .
    Login to a user who has Application Developer responsibility & to Application >Register & press f11 and Ctrl f11 .

  • Export options not available

    I have imported MP4 HD files but after edit, on share menu export options are disabled. Therefore unable to export please help.

    This past weekend I did a fresh install of Lion and all my apps. So after I installed the CS6 Production Suite, of coarse, no ProRes Codec in PPro CS6. Understandable. I decided not to re-install FCP 7, and just install FCPX, Motion 5 and Compressor. After all of that, still no ProRes Codec in PPro CS6. Okay, what's going on here. I took a shot and installed Quicktime 7 Pro. Then I found the ProRes Codec was showing up in PPro CS6. So everything I read on different message boards, that all I need to do to get the ProRes Codec, is spend $50 at the app store for Compressor, and you'll get the ProRes Codec. Doesn't seem to work for everybody.

  • DISABLE EXPORT IN FORMS

    Hi All,
    Is there any way to disable the File > Export option in forms?
    Audrey

    Please check this metalink note:
    https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=sbg397p82_117&_afrLoop=349664657500176
    Regards,
    Kiran

  • Problems in Limiting Export option in Web Analysis shortcut menu options

    Hi everyone,
    i'm trying to limit the shortcut menù option in Web Analysis studio following the instructions in the WA 9.3.1 user guide: "Limiting Web Analysis Studio Shortcut Menu Options" page 293. Exactly i would hyde the Export to some users (an user with Viewer and Expoler permissions).
    The problem is that the solution does not work.
    Resuming:
    First, I have created the WAMenu.xml file, with restrictions for the roles: Viewer and Explorer (using the same tags of the Sample XML File in the guide)
    Second, I have modified the WebAnalysis.properties file removing the # ahead this two lines:
    "WAStudioMenuControl= C:/Hyperion/Analyzer/conf/WAMenu.xml
    ModuleName=WebAnalysisStudio"
    and modified the path with the correct location of the XML file.
    At last, i have restart the services regarding Workspace and Web Analysis.
    But, it does not work. The user can still see the export options in the shortcut menu..I don't understand what is wrong..
    I really hope that someone can help me!!

    Hi Iain,
    thanks for answering.
    Unfortunately it doesn't restrict neither in the workspace nor in the WA studio.
    I made a lot of attempts, not only with export but also with other option, and there are no changes!!
    Do you remember if you made the same steps descripted above, or there is something that i did not make (or made wrong)??
    Cheers,
    Angelo

  • How to restrict 'Broadcast and Export' option of BW report through web.

    Helllo,
    Please anyone let me know, how NOT to give/allow "Broadcast and Export' option in BW report, when accessed through Web.
    Is there is any Auhtorization object which restrictes this option.

    Hi,
    Please check this, it may help you.
    http://help.sap.com/saphelp_nw70/helpdata/en/80/1a68b4e07211d2acb80000e829fbfe/frameset.htm
    Regards,
    Madhu

  • IR export options and embedded HTML

    Good day,
    Apex 3.2.1.00.12, 9.2.0.8 DB, on AIX 5.3.
    I have an IR where in I use html in the SQL that defines it to format certain columns such as the below
    "<div style=""overflow:auto;height:50px;"">column value here</div>"I then define the display type as ' Standard Report Column '.
    That obviously allows me to have some "formatting" power that the IR does not give by default.
    Problem is when I do the export to a CSV I get the html markup included as the value of the column.
    Is there a way I can keep my formatting desires and export without the html included in the value ?
    Also, can I export the whole result set to CSV, not just whatever I have pagination set to ?
    I do NOT have a print server.
    Thanks for your time,
    CLG

    What export option you used.
    I am using default export option and it exports all the records on report. Not current page.
    Furthermore for your requirment I ahve done lot of test regaring same thing. But I didnt find any solution. So what I did was create my own export function for those reports and then use that.
    Thanks
    * If this answer is helpfull or correct then please mark it and grant the points.

  • Export options in Voyager

    I created Voyager documents for my cubes. The tool is great in terms of its ability to report data from the multiple measures and dimensions. When it comes to Export options - The export to excel is pretty clean, but it doesn't carry the formatting to the exported file. This feature is something that our users really felt was missing. Can this feature be released as a patch or part of a service pack release? Also, the export doesn't carry the title of the report to excel or PDF (print to PDF - Data).
    Thanks in Advance!!
    Harish

    To confirm:  Column formatting like display -> Name:Caption ..  .. is not being exported to excel
    please refer to Note # 1345585
    this behaviour will be enhanced in XI3.0 Sp3 - due end 2009.
    regards,
    Henry

  • ReportViewer 2010:how to hide pdf in export option in subreports in reportviewer

    Hi,
    I am using ReportViewer 2010 and using code (posted below) to hide certain options from export, its working fine for parent report,  but when i am clicking on parent report to view child report, then export option in child report is showing all the
    items in export option which all are hided in parent report. So please help me out.
    private void DisableUnwantedExportFormats()
                FieldInfo info;
                foreach (RenderingExtension extension in rptviewerByBrandBySentimentAttribute.ServerReport.ListRenderingExtensions())
                    if (extension.Name != "PDF" && extension.Name != "ASPPT" && extension.Name != "ASPPTX" && extension.Name != "EXCEL" && extension.Name != "MHTML") // only PDF and Excel
    - remove the other options
                        info = extension.GetType().GetField("m_isVisible", BindingFlags.Instance | BindingFlags.NonPublic);
                        info.SetValue(extension, false);
                    if (extension.Name == "ASPPT") // change "Excel" name on the list to "Excel 97-2003 Workbook"
                        info = extension.GetType().GetField("m_localizedName", BindingFlags.Instance | BindingFlags.NonPublic);
                        if (info != null) info.SetValue(extension, "PowerPoint 2003");
                    if (extension.Name == "ASPPTX") // change "Excel" name on the list to "Excel 97-2003 Workbook"
                        info = extension.GetType().GetField("m_localizedName", BindingFlags.Instance | BindingFlags.NonPublic);
                        if (info != null) info.SetValue(extension, "PowerPoint 2007");
    neha

    Hi,
    Thank you for this article.
    I am using the localreport ReportViewer 2010 and other code examples weren't working.
    Apparently, the m_isVisible field was not available in earlier version of ReportViewer
                        info = extension.GetType().GetField("m_isVisible", BindingFlags.Instance | BindingFlags.NonPublic);                    info.SetValue(extension, false);
    Code that wasn't working:
                FieldInfo info = extension.GetType().GetField("m_serverExtension",            BindingFlags.NonPublic | BindingFlags.Instance);            if (info != null)            {                object actualExtension = info.GetValue(extension);                if (actualExtension != null)                {                    PropertyInfo propInfo = actualExtension.GetType().GetProperty("Visible");                    if (propInfo != null && propInfo.CanWrite)                    {                        propInfo.SetValue(actualExtension, false, null);                    }                }            }
    Thanks again, chupaul :)

  • How to disable the option of "Overprint [Black] Swatch at 100%" in Indesign by Java Scripting

    Hi Guys,
    We have a requirement where we have to disable the option of "Overprint [Black] Swatch at 100%" in Indesign. This option is available when we go to Indesign ---> Preferences----> Appearance of Black.
    Also, if a user opens a file, in which the swatch is already enabled, then it should prompt him for disabling.
    I am aware of doing it through AppleScripting, however I would be needing it on both mac as well as Windows Workstations and hence as such I require a JavaScript here.
    I am novice to JavaScripting and any help would be highly appreciated.
    Thanks Everyone,
    Abhishek

    Thanks for your response!!
    However, currently this action gets applied to only active documents.
    Can we keep the status disabled after we close the indesign document. We need to have it disabled in the preferences panel.
    Thanks again for your help !!
    Regards,
    Abhishek

  • How to disable the option of "Overprint [Black] Swatch at 100%" in Indesign by Apple Scripting

    Hi Friends,
    I am new to Indesign Scripting by Apple Script. As a beginner, I am trying to do some basic scripting in Indesign by Apple Script.
    My aim is to disable the option of "Overprint [Black] Swatch at 100%" in Indesign. This option is available when we go to Indesign ---> Preferences----> Appearance of Black.
    Also, if a user opens a file, in which the swatch is already enabled, then it should prompt him for disabling.
    I can make a display dialog in AppleScript. But, I am bit unsure as how can I go ahead and disable this option. I tried this below script:
    tell application "Adobe InDesign CS4"
          tell every layout window to set overprint preview to false
    end tell
    However, it is changing the view option to overprint preview.
    Appreciate your help and suggestions!
    Thanks,
    Abhishek

    tell application "Adobe InDesign CS5"
              tell the active document
                        set overprint black of document preferences to false
              end tell
    end tell

Maybe you are looking for

  • Windows 7 hangs and switches off network access

    We are running a Windows 7 Ultimate 32-bit operating system as our server. About on 30 minute intervals the computer hangs and switches off network access. If the computer is in this state and you try and access it from another computer nothing happe

  • Ms SCM has compatibility issue with MS SQL 2008 & 2008 R2

    Hi, I'm trying to install Ms Security Compliance Manager in Windows 8.1  (64-bit machine). During the installation, it gives me the following error message: This program has compatibility issues Microsoft SQL Server (2008 & 2008 R2) Could anyone help

  • DashBoard error: 404 - not found

    Dear Friends, I was trying to Set up the Dashboard in My System. Have done all the necessary steps as Instructed by SAP. Have assigned all the necessary licenses to the B1i user. Have Restarted all the required Services. But I am getting the followin

  • How to HTTPS Post?

    I am writing an application which needs to post form variables to a url and retrieve contents of that page for parsing, but am having problems getting it to work. The catch block of this code produces an IOException error try URL url = new URL("https

  • Another delete sub form question.

    I can delete a specific sub form as long as the button that is used to delete the sub form resides in the the sub form using, _Subform1.removeInstance(this.parent.index); So how do delete a specific sub form using a script in a button that is in anot