Remove an export button form Infoview page web

Hi!
I' m asking if there is any way to remove or Hide an export button form Infoview page web for End user(Picture attached)? as I can't set export format to PDF only, So I m looking to remove the button from end user view  ( I' m aware about disabling Export Action in security,  but I have to leave the export right enable other way mozilla firefox can' t print the report Active X fault )
THANK YOU VERY MUCH FOR YOUR HELP!!

hi Othman,
you can using webelements depending on your version of enterprise and using the dhtml viewer. this works on the report level so that other reports can still have the export button available.
-jamie

Similar Messages

  • How to remove the EDIT button from Overview Page

    Hi,
    I have a overview page for Service Request(SRQM_INCIDENT_H - component). Now, I want to remove the EDIT button from the overview page and want to place it for each assignment block.
    I have seen the there is concept calles VIEW_GROUP_CONTEXT. However, I am not sure how exactly I need to apply that and what code and where I need to write.
    Please help me.
    Thanks,
    Sandeep

    Hello Sandeep,
    we removed in our system a lot of the standard buttons in this overview page like this:
    METHOD in IMPL-Class: IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS
    Coding example:
    CALL METHOD super->if_bsp_wd_toolbar_callback~get_buttons
        RECEIVING
          rt_buttons = lt_buttons.
      CLEAR rt_buttons.
    * Alle Buttons außer die genannten werden an RT_Buttons angehängt und damit angezeigt.
      LOOP AT lt_buttons INTO wa_buttons.
        CASE wa_buttons-on_click.
          WHEN 'NEW_FROM_TEMPLATE' OR 'DIV_CREATE_COPY' OR 'AUTO_COMPLETE' OR 'AUTO_SUGGEST_PROBLEM'
                OR 'AUTO_SREACH_KNOWART' OR 'SENDEMAIL' OR 'PRINT_PREVIEW' OR 'OUTPUT' OR 'DISPLAY_OBJ_REL' .
    *     Do nothing
          WHEN OTHERS.
            APPEND wa_buttons TO rt_buttons.
        ENDCASE.
      ENDLOOP.
    Kind regards
    Manfred

  • How to remove logo, refresh, export buttons on InfoView for Crystal Report

    Hi Experts.
    I uploaded a CR on the infoview.
    When I open it on infoview, I'd like to remove SAP logo, export and refresh buttons on the top control panel of Crystal Report Viewer.
    I know we can setup Security on this Crystal Report. However, we have thousands reports, I can't setup one by one.
    Is there a easy method to achieve this requirement like update default.css or delete logo file.

    Still need this question answered and then I'll be in Crystal Reports utopia!
    So, here's my report from the field so far:
    Edited toolbar.js files (every single one I could find) -- nothing changed
    Edited web.config files (every one that had appSettings that should have had an effect) -- nothing changed.
    So... what's the point of all of these web.config files with code like this:
        <!-- "true" or "false" value determining whether a refresh button will be shown. -->
        <add key="viewrpt.refresh" value="false"/>
    ...when changing that value to false has no effect on anything?!?!  It appears that everything has been encapsulated into: CrystalDecisions.Web.UrlReporting.ViewRptPage with an httpHander so you basically have no control over anything any more!  Am I right about this?  Is there any way to override the defaults and remove the buttons you don't want from the viewer?!  Help!
    Thanks, I'll update if I find a hack or something around this.
    --John

  • Removing of unused buttons on detail page.

    Hello,
    I know the answer is NO for this question -:) but any suggestions . My requirement is in the details page I don't required NEW,ADD buttons in the details page and when in the opportunity Product revenue detail page i don't required Update Opportunity Product Totals . Could you please suggest how to do this, or can i raise a enhancement request to Oracle.
    Regards
    Subbu

    Hai,
    This is possible by writing a javascript functions. Storing those functions in Objects Web Applet and pushing that web applet into the page layout.
    Thanks
    Edited by: Raghu on Aug 4, 2010 4:17 AM
    Edited by: Raghu on Sep 21, 2010 3:29 AM

  • Nokia 5230 - remove ADD contact button on main pag...

    I have searched the forum, the book and the web to find a way to remove the ADD contact button that appears on the main screen, but so far I have not found a way to do it, can someone please point me in the right direction, thanks.
    Solved!
    Go to Solution.

    "Actually you can add contact via the contact menu, which is at the bottom of my screen and then pressing on the 3rd option that allows a new contact."
    thanks for the information.
    "It's pretty ugly there, it block out anything that I put as wallpaper."
    You can remove whole contacts bar but can't remove "add" button only.
    Previous Phones: 6600, 7610, 6230, 6230i, 1100, 1112, N70, N73, N95, N95 8GB, 5800XM, 5230, C5, iPhone 3GS, SE Xperia X10, N900, N8, SE Xperia Arc
    Current Phones: Nokia N9, iPhone 4

  • Muse/BC Bug: Secure page web form in BC gets deleted everytime I publish

    I have a secure page signup form that I have placed using a content holder in BC and inserted in Muse. Every time I make correction in Muse and republish, the webform is deleted from the list webform at the BC side. This is the error I got when I tested the signup form:
    ERROR:  You have deleted your web form. Please login to the Admin panel of your website and remove the previously submitted form from the web page you last visited.  You will need to recreate this web form by going to Modules -> Webforms.  After recreating simply insert this new web form into the web page and your web form should work properly.

    I have followed these steps and still continue to get the following error message:
    ERROR: You have deleted your web form. Please login to the Admin panel of your website and remove the previously submitted form from the web page you last visited. You will need to recreate this web form by going to Modules -> Webforms. After recreating simply insert this new web form into the web page and your web form should work properly.
    When I published the BC form on a page and submitted it, I got the following message:
    Credit Card Payment Failed
    There was an error processing your credit card. Please correct this and try again.
    ERROR: An error occurred while processing credit card
    Non-seamless gateway with no shopping cart not supported. Error
    Please go back and correct this.
    Any suggestions?

  • Missing Export Button

    I just upgraded to 5.2 and now I do not see the export button on the page when I complete the photo editing, I have to use the menu on top to access the export feature. Is there a switch somewhere to allow this to be turned on and off or was it just removed?

    Hi Jim, I am on Windows 8, I upgraded from 5.1 to 5.2.
    When in the Develop Module, when I would edit a photo, there was a box
    right below the photo and to the right that said export. I clicked that and
    the export box would show up and I could export. It was just very
    convenient to have the link there.
    Thanks
    Randy
    Randy Campbell
    President and Executive Director
    The Nograf Network Inc.
    www.nograffiti.com
    Phone 509-531-1334 - Fax 888-317-9352
    When Good Men Do Nothing, Evil and evil Men Prevail.....
    The Only Thing Necessary for the Triumph of Evil , is for Good Men to do
    Nothing

  • Getting error in export button:Invalid Column Type

    Hi All,
    I have a export button on my page.and it was exporting the data before doing the VO Substitution.
    But i did the Vo substituon by modifying the standard Vo Query and after the Vo substitution its giveing me the error Invalid column type..
    Please help..
    Thanks
    bharat

    any ideas plz ..

  • Is it possible to hide the "Dashboard" button in InfoView?

    Hi,
    my customer is complaining about an error message when choosing the "Dashboard" button in InfoView. The error is described here:
    Unable to access dashboard  in infoview
    and seems to be related to accounts other than administrators. However, I don't want to solve the problem, I just want to disable or remove the "Dashboard" button in InfoView. Is that possible anyhow?
    Regards
    Joern

    Best you could do would be to disable or "grey out" the Dashboards button, can do this by removing access to Performance Management in the CMC under Applications.

  • Web ADI export button disabled in OTL Super Timekeeper responsiblity

    Hi All
    In the OTL Super Timekeeper responsiblity, the export button is disabled for exporting the time details. How to enable this button so that data can be exported to Excel sheets.
    Find below the screenshot of the menu.
    http://files-upload.com/files/523202/ADI%20Disabled.JPG
    Regards
    Rahman

    Rahman,
    Did you do the setup required to enable the Web ADI on this form? Web ADI doesn't work by default. Check metalink for directions.
    --SHiv                                                                                                                                                                                                                                                                                                           

  • How do I remove the "SUBMIT" button from a forms central PDF?

    I downloaded a fillable PDF I want to e-mail now, but I want to remove the "SUBMIT" button that is added on for forms central.

    When you convert a web form that you've created in FormsCentral and download as a PDF, you have the option of not including a submit button. If you created a PDF form with the desktop version of Acrobat, it won't have a submit button unless you upload it to the FormsCentral service and enable it for submission.
    Still, you can remove it in Acrobat by first saving a non-enabled version by selecting: File > Save A Copy
    and opening the copy (it doens't happen automatically) and deleting the button.

  • How to remove Bean from session upon leaving the web page?

    Hi...
    I got the following problem
    I promote a user with a Datatable filled with data, each time the user enters the webpage with the table I go the DB and retrieve all relevant data again (so each time the user gets an OnLine representation of the DB)
    to archive that I defined the bean that pulls data from DB in Request scope. and it worked well... but now i added an option to export the table into Pdf made by a servlet.... now to be able to get the bean from the servlet i had to change the scope of the Bean to Session Scope... and all works fine.. BUT... now the page not showing OnLine representation of the DB.. cause its only created once , cause its inside Session Scope...
    My question is how can I remove the Bean from Session scope upon the user leaving the page (I don't want to remove the bean from session scope on the next called bean of the other page) i want to remove the Bean upon leaving the current web page... Or maybe force the constructor to be executed each time the Page is loaded (as if it was a Request scope bean)....
    Any ideas?
    Thanks ahead!
    Daniel.

    Hi,
    When you are moving to another page, you are performing an action right ?
    (i mean the request moving to Server side), if you do so, then clear the bean object values list.
    for example :
        private List<Integer> intList = new ArrayList<Integer>();
      public void clear()
       intList.clear();
    or
    store a new object in session, when ever u moved to the second page, so that the old object will be no longer
    in use, so it will be garbage collected.Regards,
    Sathya.

  • How to remove these items from Infopath ribbon in web enable form?

    Hi All,
    I am using custom list form customized in infopath 2013, I want to remove these items from ribbon :
    I tried with Infopath  "form Options" like:
    But still showing "Picture-1" options. How to remove those items from ribbob?

    Hi,
    I understand that in the list view web part, you wanted to remove the ribbon of InfoPath form.
    There are to mothed to achieve it:
    Open the list, click new item, edit page, edit web part, unclick the ‘Show InfoPath Ribbon or toolbar’ box, the new item page will remove the riibon.  Then when you open the page which has the list view web part, the ribbon of InfoPath form will also
    be removed.
    Open the page which has the list view web part, edit page, edit the list view web part, unclick the ‘Show InfoPath Ribbon or toolbar’ box, the ribbon of InfoPath form in the web part will be removed. Then when you open the list, the ribbon of InfoPath form
    will also be removed.
    The two method edit the same page newifs.aspx, so the list and the webpart will be modified in the same time.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Writing an Applescript to Export my Photos to a Web Page

    Hi all,
    I'm trying to write a script that imports some photos then immediately exports it into a web page. The problem I am having is making the script click the "Export" button of the Export Photos window. This is what I have so far...
    tell application "iPhoto" to activate
    tell application "System Events"
    tell process "iPhoto"
    keystroke "I" using {shift down, command down}
    keystroke "E" using {shift down, command down}
    --click button 1 of window "Export Photos"
    end tell
    end tell
    I'm new to applescript and don't really know how to get it to push the button of that window. Does anyone know what is going on? The error I get is System Events got an error: NSReceiverEvaluationScriptError: 4. Any help would be much appreciated.
    Thanks,
    Kliph

    This is a known issue in Firefox 4 beta 12. You could wait til' the RC comes out, or you could grab one of the latest nightly builds availible here that fix this problem: ftp://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
    Just a note though, nightly versions of firefox are generally less stable than betas or releases. I am waiting for the Release Candidate to come out myself. (Should be early next week)

  • Is there a way to create an export button on a pdf form that will send form info into ongoing excel spreadsheet?

    I'm trying to see if there is a way to create a submit button on my pdf form that will export the form data into a saved (ongoing) excel spreadsheet. The end result i'm hoping for would be a spreadsheet that lists all the information i receive from each form.
    Any help would be greatly appreciated.
    Thank you,

    Not really. But you can combine the data from multiple forms into a single (new) spreadsheet via Tools - Forms - More Form Options - Merge Data Files into Spreadsheet...

Maybe you are looking for

  • Brand new ipod touch doesn't include 3.0 ???

    I just bought a brand new ipod touch 16GB. As soon as I got it hooked up it said it needed as $9.95 software update. Why don't new ipod's come with the most up-to-date software or at least offer it for free?

  • Using Keynote Tiger

    Hello, Currently I am completing an online learning course dealing with creating digital portfolio's. I want to use Keynote, but find that I cannot hyperlink slides to "Word" documents or pdf files so that I can include them in the digital portfolio

  • Can't display new png picture in jsp

    My jsp is going to display jpg picture which is just created in my servlet. However, the jsp display old picture which is last time created. I think HttP server cache the picture and show the old picutre. I use same picture name for every time. I use

  • Mailbox database contentindex state is failed

    Hi, I have two mailbox servers in DAG (MBX01 & MBX02). when I check database copy status it show contentindex state failed on mbx02 server. I tried with command update-mailboxdatabasecopy -identity database1 -catalogonly but it is gives error; The op

  • Ghost ipad - touches randomly and types, jumps across different pages and won't stop. It's possessed! Help me!

    My iPad has been acting very ghost-like, typing randomly and switching between different screens. When I check my mail, it starts deleting messages. It has and invisible finger typing and touching things, also opening apps. It's possessed. What do i