Modify WebI Toolbar in BO 4.0

Hi All,
We are displaying WebI reports in our web page using the OpenDocument url method.
<iframe src="http://<server name>/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=<documentId>"></iframe>
This displays the entire document, including the WebI toolbar. However, we do want the end users to modify/save the document by using the options present in the toolbar. Is there any way to hide/disable certain options present in the WebI toolbar?
We are not thinking of using ReportEngine SDK yet, as we want the drill filters and input controls that are available with the opendocument method.
Any other suggestions are welcome.
Thanks,
Namrata

In 4.1 SP3 (possibly earlier, but I don't have an earlier SP that I can look at to verify...) there is a "Customization" option when you right-click on a User Group other than Everyone or Administrators.  Under this option you can turn off the visibility of various toolbars and buttons in the Webi application.  I'm not sure whether this applies to OpenDocument, though.
Other than that, I don't know of any way to specifically turn off buttons or tool bars in an OpenDocument call.
-Dell

Similar Messages

  • After installing the latest update for Norton 360 (6.2.0.9 the Norton safe web toolbar no longer work in Firefox version 11.0

    I have Window XP Pack 3
    I had Norton 360 version 5
    I upgraded Norton at their suggestion to Norton 360 Version 6.2.0.9
    Before the Norton safe web toolbar was working fine
    After the update it does not show / work and the Norton Vulnerability Protection 10.1.1.8 - 3 under Firefox Add-on Extension is no longer compatible

    http://community.norton.com/t5/Norton-Toolbar-Norton-Identity/Safe-Web-Lite-Toolbar-and-Firefox-12/td-p/711637
    ''Safe-web lite will not support FF 12, The reason is, we have released Norton Identity safe(free ware) product which has many additional features like Identity Safe, Web Protection & Share Via including safeweb features. This will support FF12
    Please see more information about Norton Identity Safe from this thread:
    http://community.norton.com/t5/Norton-Internet-Security-Norton/Welcome-to-the-Norton-Identity-Safe-General-Availability/m-p/703395/highlight/true#M201721
    If you have any questions, please post them at the separate forum for Norton Identity safe http://community.norton.com/t5/Norton-Toolbar-Norton-Identity/bd-p/Toolbar_IDSafe''
    http://community.norton.com/t5/Norton-Toolbar-Norton-Identity/Firefox-12-Support-for-Norton-Toolbar/td-p/706329

  • ? best book for understanding & modifying "Web Part Page" constructs and syntax i.e. WebPartPages:XsltListViewWebPart

    Hello can anyone recommend an in depth "hands on" book or paper for understanding & modifying "Web Part Page" constructs and syntax elements i.e. <WebPartPages:XsltListViewWebPart
    <WebPartPages:XsltListViewWebPart runat="server" AllowHide="True" PartImageSmall="" PartOrder="4" Title="Time" ManualRefresh="False" ViewGuid="{7C672E08-B5D5-435D-A8FE-AB84E97099B1}" 
    So far i've bought every Sharepoint Developer 2007/2010 book available, but none seem to really cover the layout and structure of the XSL methods in enough detail!
    Thanks for any recommendations, links or white paper references ect!

    Hi,
    XsltListViewWebPart is a class that handles view rendering for default lists, such as document libraries and announcements, and it is inherited from Microsoft.SharePoint.WebPartPages namespace.
    Please check the link below for understanding the elements used in the XsltListViewWebPart class:
    http://msdn.microsoft.com/en-US/library/microsoft.sharepoint.webpartpages.xsltlistviewwebpart_members
    More references about XsltListViewWebPart in SharePoint:
    http://msdn.microsoft.com/en-us/library/office/ff604021(v=office.14).aspx
    http://msdn.microsoft.com/library/microsoft.sharepoint.webpartpages.xsltlistviewwebpart
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Modifying Safari toolbar???

    Hi:
    I'm trying to modify the toolbar in Safari but not having a lot of luck.
    I right-click on the icons I don't want but don't get a delete option, just a "Customize Toolbar" button that opens the Customize Toolbar window. Likely my own stupidity, but I can't figure how to remove icons from the toolbar.
    I got into this cuz Safari defaults to opening my "Top Sites" rather than my home page. I modified the toolbar to ADD my Home Page button so can click that and it works but is an extra step.
    Thus, would like to be able to:
    Delete unused toolbar buttons
    Have Safari open to Home page automatically rather than top sites.
    Any advice would be greatly appreciated. Thanks!
    Safari 7.0.1
    OS 10.9.1

    goto Safari > Preferences > General > New windows open with
    and select what you prefer

  • ALV report on Web - toolbar dissapeared

    Hallo,
    I have developed an ALV report (using FM REUSE_ALV_GRID_DISPLAY) and put it in Web (hang it to an web transaction), it's working, but there are no buttons, toolbar etc, like in standard SAP GUI.
    So the report can be executed just via F8....how can I add the buttons and toolbar (execute, back, print....) there?
    Thanks for help!
    Petra

    Hi Jens,
    ALV report buttons will not work in WAD, you need to add WAD Buttons in the Templete and assign action events...
    Cheer's
    HVR.

  • Modify Web Gallery - Paypal Integration - Filename Extraction

    Hi Everyone,
    I'm embarking on a mission to try and create a custom web template that will integrate Paypal's "Add to Cart" buttons on the "Details" page of an exported Web Gallery. It only requires modifying a Web Gallery template file and adding the below code to the footer of the Details Page:
    <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="image" src="https://www.paypal.com/enUS/i/btn/btn_cartSM.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
    <input type="hidden" name="add" value="1">
    <input type="hidden" name="cmd" value="_cart">
    <input type="hidden" name="business" value="[email protected]">
    <input type="hidden" name="item_name" value="Purchase Standard Resolution Image">
    <input type="hidden" name="item_number" value="imagename">
    <input type="hidden" name="amount" value="3.00">
    <input type="hidden" name="shipping" value="0.00">
    <input type="hidden" name="no_shipping" value="0">
    <input type="hidden" name="no_note" value="1">
    <input type="hidden" name="currency_code" value="USD">
    <input type="hidden" name="lc" value="US">
    <input type="hidden" name="bn" value="PP-ShopCartBF">
    </form>
    The problem is, I need to substitute the image's filename for the "imagename" variable in the above code. I'm looking to extract the filename, but I'm unsure of how Aperture populates that. I'm sure there's a div name that they use that I could slip in there, but has anyone who has modified a Web Theme done this before? I know CSS modifications are easy, but I'm talking extracting certain field names that Aperture uses.

    I'm not seeing an "Add To Cart" button on your page - just a "View Cart" one.
    The reply from PayPal is correct in that there is no code that specifies the image size. The image itself dictates the size as you will discover if you use a custom button hosted on your own site.
    Here's the code:
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="Value-Code-Here">
    <input type="image" src="http://www.domain.com/Folder-Name/Button-Image.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </form>
    However, PayPal buttons do work on iWeb built sites so I don't know about the relevance of their reference to CSS.

  • Modifying web photo gallery templates

    Hi all! I created a web photo gallery in Photoshop. I want to modify the template so that I can make the gallery look more in line with the rest of the site I'm designing. I see in the Help Center that I need to modify the "tokens" in the html, but I'm at a loss as to how to do this. Is there a site online somewhere that can explain this to me better? Thank you so much!
    Julie

    Hi Dave! Thanks! I did do a search, but apparently I didn't put in the right search words, as my search didn't turn up anything useful. I'll check out what you sent me.
    Julie

  • PA-How to modify Web ADI template ?

    Hi All,
    can i change the columns position in web adi template (for eg: the column order should be Description, Name instead of Name, description) and also need to modify the column heading for eg: Supplier instead of Vendor name)
    does it possible? Please help
    Thanks,

    I would advise you to make a copy of the webadi layout and modify it and then use the copy of the layout with the original untouched.
    Hope this helps!
    Sathish Raju
    www.projectsaccounting.com

  • MODIFYING WEB SITES TAB BUG - Anyone else?

    This isn't a how-to thread as such, but I'm using Mac OS X Server 10.4.11 and I have many websites that I'm hosting (27 at the moment, mainly subdomains).
    The nature of my business is that I need to keep adding subdomains the more users I get, and this is where the buggyness drives me nuts:
    IN THE SITES SECTION OF WEB SERVICES:
    When I modify one of my domains, and hit save, the list suddenly updates, and instead of making the changes on the domain I was working on, it changes the domain before (or after .. not sure). This means that I will always be in a stupid cycle of guesswork on changing domains. For a company such as Apple who base it's image on Ease of use, this is a JOKE! Even MS Server doesn't do blatent blunders like that!
    My technical background makes me wonder whether there is something wrong with the httpd file that is messing up the update .. But I think some better programming from the apple engineers should have prevented this from happening in the first place.
    If anyone else has experienced this and figured out a way to fix it, please share .. It's really doing my head in.. I think Apple needs to get on to this... They can't surely leave OS X Server 10.4 with a bug like that can they? I'm so seriously thinking of migrating to Windows Server as I've never seen interface glitches or bugs, and that's a sad thing as I've been a hardcore MAC fan for more than 15 years ..
    -Mel
    Message was edited by: melligeorgiou

    I'm not sure if it helps, but I run significantly more than that number of sites on my servers and have never experienced the problem you describe.
    I don't, however, rely on Server Admin for managing the sites, instead I manage them directly via /etc/httpd/sites/
    This isn't because of a problem in Server Admin, per se., but rather a fact that I rely on Apache features that Server Admin doesn't handle (such as rewriterules) and therefore I need to edit the files manually once they're created.

  • Can't Modify Webi Schedule Prompts

    BI Launch Pad 4.1 SP3
    While attempting to schedule a Webi, I discovered that I could not actually modify the 'Prompts' section. The button is there: the window pops up asking for the prompts, but if I attempt to apply the prompts, it just takes me back to the pop up window with the old/default values still in there.
    Schedule permissions for the Webi app, report, etc., have already been applied.
    Thanks,
    David

    Attempted both IE11 and Chrome - same issue. Attempted with a typical user and sys admin - same issue. Client Java is up-to-date.
    Attempt to change the 'Report To Date' to 12/31/12:
    After clicking "Apply" (observe that it has reverted to the default setting):
    This report works completely normally in my BO 3.1 environment...

  • Modify Webi Report causes Java Plug-In Fatal Error

    Environment: BOXIR2 SP3   Windows XP  
    Java loaded:  Java 1.6.0_07  +  JRE 1.4.2_04  +  JInitiator 1.3.1.24
    Hi,
    I have been happily developing Webi reports on my PC for several years and to my knowledge, I have not upgraded my Java software even when I get prompted by Java that updates are available as I know how problematic upgrading can be if it is not supported by BO.
    I am suddenly getting a Java Plug-In Fatal Error every time I try to modify a Webi report with the message " The Java Runtime Environment cannot be loaded".
    We have uninstalled Java and re-installed the same Java versions but stil the same problem.
    Any help appreciated.
    Best Regards
    Ben Iannunzio
    Adelaide South Australia

    Hi Ben
    I remember having some issues running Java 1.6.0_xx on BOXI R2 and made sure we were on Java 1.4.2_xx.
    Another thing you might want to try before uninstalling is to clear the Java cache, it can be found under...
    local install drive\Application Data\Sun\Java\Deployment\cache
    If you also haven't already done so, I'd reload the current Java version (after your uninstall) directly from the server by trying to create or modify a new WEBI report.
    Hope this helps.
    Cheers
    Glen

  • Modifying web.xml in Weblogic

    Hi, I'm deploying an application written in JDeveloper 11.1.1.2.0 to Weblogic 10.3.2.
    I'm trying to edit the web.xml file of the application. I tried to edit it here:
    c:\Oracle\Middleware\user_projects\domains\uat_domain\servers\AdminServer\tmp\_WL_user\DrawingManagement\2ubcsw\war\WEB-INF\web.xml
    However, any changes are not reflected in the application even though I have restarted Weblogic. However, when I change the values in JDeveloper and then deploy to Weblogic, the values are reflected in the web.xml defined above.
    Is Weblogic caching this web.xml? If so, how do I modify it?
    Edited by: Sean Ong on Aug 8, 2010 9:11 PM

    Hi,
    If you will try to edit the "web.xml" from the following Location: c:\Oracle\Middleware\user_projects\domains\uat_domain\servers\AdminServer\tmp\_WL_user\DrawingManagement\2ubcsw\war\WEB-INF\web.xml
    Then it will not be reflected. Because as soon as you deploy your Application on WebLogic it Reads the "web.xml" *(At Deploy time Once)* and keeps it in Memory. So if you really want to change the Deployment descriptor then You will need to redeploy the Application after editing it inside your JDeveloper project it self.
    Or as an alternative you can use the "plan.xml" feature of weblogic to change the DDs...like: http://forums.oracle.com/forums/thread.jspa?threadID=1107834&tstart=0
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic (WebLogic Wonders Are Here)

  • How to modify the toolbar in DBServlet

    Help ! everybody,
    I am new to JDeveloper, I created a DBServlet with wizard, and I need to add a extra button on the Toolbar of View form, but I don't know how to do it. It seems to me everything are inside of DBServletImp.java, so do I need to modify this file in order to just add one more button on toolbar? I am stuck here for one week! any idea would be appreciated!!
    Naichen

    What software?
    There is no one answer to your question. Each application can have its own options for manipulating a toolbar. At the very least you need to tell us which application you're trying to change, then maybe someone can tell you how (if at all).

  • How to modify the toolbar icons of a software ?

    Oh~ that was too ugly,I wanna modify that. Can anyone tell me how to do that?And what software can do that? Thanks !

    What software?
    There is no one answer to your question. Each application can have its own options for manipulating a toolbar. At the very least you need to tell us which application you're trying to change, then maybe someone can tell you how (if at all).

  • [urgent] How to enable session state without modifying web.config ?

    HI ,
    We have customized a new master page to our site. We have a requirement to use session (HTTContext.current.session) , to save data , then we have an error session is null , so we excuted the
    Enable-SPSessionStateService-DefaultProvision
    We have no access to the web.config ! so we cant change the ligne from <pages enablesessionstate="false"  to <pages enablesessionstate="true" , so we wanted to add enablesessionstate="true" in the page wich caused
    the probleme and we had a new error "enablesessionstate is not allowed in this page".
    How can we resolve this problem without modifying the Web.config ?? a have benn blocked since 2 days ! Any help will be great. Thanks in advance :)

    Hi Bouhmind,
    Thanks for posting this issue, you can enable session by setting enablesessionstat="true" in page directive as you try. Also, you need to do some configuration in your IIS. Kindly browse the below mentioned  URL to do that configuration in
    IIS.
    http://ammarfassy.wordpress.com/2012/04/06/session-state-can-only-be-used-when-enablesessionstate-is-set-to-true/
    I hope this is helpful to you. If this works, Please mark it as Answered. 
    Regards, 
    Dharmendra Singh (MCPD-EA | MCTS) 
    Blog :
    http://sharepoint-community.net/profile/DharmendraSingh

Maybe you are looking for

  • How do you make a back-up copy of the OSX Leopard Install Disk 1?

    I'd like to make a back-up copy of +Leopard Install Disk #1+ but I only have one DVD read/write machine onboard the Mac Pro. Can I insert the Leopard DVD, copy it to my desktop, remove it from the drive, insert a blank DVD and burn the contents to th

  • How to create transaction table in R/3

    Hi Gurus,               I have created master data table in R/3 with zempid as a primary key. I need to create transaction table for employee and visitor. how can i relate 2 transaction table with employee master table while creating tables in R/3 SE

  • Transporting user defined selection screen from one server to another

    How to transport a user defined selection screen (0100) from one server to another. PBO and PAI modules written in PBO and PAI events for the selection screen are not transported. How to transport the modules in the events for the selection screen.

  • MAC OS X 10.6.8 unable to download ISE provisioning

    Hi, I am trying to understand the issue I have encountered with MAC OS X 10.6.8 downloading of the provisoning agent from the Cisco ISE. Using other versions such as MAC OS X 10.7/10.8/10.9/Windows etc... has no issue. The issue is only seen on MAC O

  • Spatial Performance Problem

    I'm new to GIS development, and hereby got a performance comparison. Techs adopted time consumed to display the whole map in one time ESRI SDE + Oracle Spatial 6 Mins ESRI SDE + Oracle 1 Min 20 Sec ESRI SDE + SQLSERVER 50 Sec ESRI SDE + Shapefile 30