CFolder- hide menu bar

Hi,
For cFolders- 
1. How to hide settings, home and logout menu bar
2. How to remove the hyperlink which appears on banner - we have changed banner left logos but the hyperlink appears on new banner - we are just looking for plain left logo banner without hyperlink as one places mouse over left logo in cFolders
Thanks.
Anirudh

The formsweb.cf and the various htm files in the Forms90/server directory work in concert.
Name value pairs in your cfg are substituted into the htm template (e.g. webutiljini.htm if you are using JInitiator) where there is the name you used, enclosed in %
e.g. look into the default webutiljini.htm and you'll see lines like <PARAM NAME="lookAndFeel" VALUE="%lookAndFeel%">
so a lookAndFeel=oracle value in your configuration would transform that into:
<PARAM NAME="lookAndFeel" VALUE="oracle">
So in this case you can add your own useSDI=yes parameter to your cfg entry and then add a useSDI=%useSDI% placeholder in the template on the serverArgs line (which will already have userid=%userid% etc.
Make sure you update the Object tag used by IE and the Embed tag used by Netscape. So you have to do it twice in the template

Similar Messages

  • Hide menu bar

    Hi All,
    Is it possibe to hide the menu toolbar?? Menu tool bar options like program, Edit.. I want to know how to hide the options at runtime...
    Please let me know...
    Thanks & regards,
    Santhosh

    Hi ,
    I do not think that it is possible to hide menu bar entirely .
    But from the list  you can remove  Program, Edit, Goto from the Menu bar. But You can not remove
    the SYSTEM and HELP from the Menu bar .
    Create a status with the specified name with out the adding in the menu barand write code in your program -
    set pf-status 'STAT'  immediately.
    WRITE : 'TEST'.
    This will remove Program, Edit, Goto from the list.
    If you want to remove some subobjects of menu bar you can go for Transaction
    variant (Transaction SHD0) but it will not work dynamically means it will be prefixed.
    Regards
    Pinaki

  • Unable to permanently Hide Menu Bar

    Hello
    I have a WD ABAP Application from where I call a SAPGUI HTML Transaction. It works fine.
    Now customer wants to hide the Menu Button and OK Header Code.
    I tried  adding         
    '&~WEBGUI_SIMPLE_TOOLBAR=132'
    When the screen is called the first time, the menu button is hidden. But the moment users press enter, the menu bar and other buttons comes back.
    Why is this happening? Please help with a possible resolution.
    Regards,
    Shubham

    Hi Shubham,
    What are the parameters in the GUI Configuration area of the ITS Service that you had created?
    Regards,
    Oisin

  • How to hide menu bar in SAP EP 7.4

    Dear all,
    We are upgrading our system from EHP4 to EHP7.
    How to hide the menu bar (Back, forward,history, favorites, etc..) in the SAP Enterprise portal  7.4 version ?
    Please help me to resolve the issue. Thanks in advance.

    Hi,
    This can be achieved in Framework Page Configuration.
    Navigate to Content Administration -->Portal Display -->Framework Page Configuration.
    Then choose the Frame work Page which is configured .
    In Menu area uncheck the options which you want to hide it in the Framework Page.
    Regards,
    Srinivasan V

  • Hide menu bar and toolbar

    Hi people,
    Someone knows a way to hide (or deactivate) menus and toolbars in standard transactions? It's possible without coding?
    Tks,
    Douglas

    Hi Douglas,
    You can hide a menu bar via a transaction and screen variant. The T.code is SHD0. No code required, just a development class/package.
      I'm not sure if you have hide tool bars.
    SAP has some good documentation on transaction and screen variants. Below is the link.
    http://help.sap.com/saphelp_47x200/helpdata/en/67/232037ebf1cc09e10000009b38f889/frameset.htm
    Mike Vondran
    Mike Vondran

  • Hide menu bar and tool bar of the browser when running forms 10g

    hi all
    i want to hide browser's tool bar,menu bar when i run the form
    thanks

    maddyd2k wrote:
    Hi
    your utility is very helpful
    one thing i want ask.... i am using oracle developer suite in that where i can find web server and where i can place the FormStart folder
    Help me in this
    Thanks
    Edited by: maddyd2k on Mar 31, 2011 3:46 AMHi
    first, yes this utility is very useful but it is not mine ;) all credits goes to Peter de Vaal the author !
    for your requirements, take a look at Peter's documentation on how to set up the utility for developer suite (the webserver is the oc4j standalone)
    you must define a virtual path to your FormStart folder and html files :
    Step 2. Define a virtual path
    The FormsStart directory must be made accesible through the http protocol. The way to do this is to define a virtual path for your web server.
    For Oracle Developer Suite the webserver is the stand-alone oc4j. You define a virtual path in file orion-web.xml. This file can be found in:
    <DS_home>\j2ee\DevSuite\application-deployments\default\defaultWebApp
    Add the following line before the </orion-web-app> tag:
         <virtual-directory
                virtual-path="/forms/fs"
                real-path="C:\oracle/FormsStart/html" />
    For Oracle Application Server the webserver is Apache. You can specify virtual paths in httpd.conf or in one of its include files (oracle_apache.conf, forms.conf). We suggest to specify it in forms.conf (in <AS_home>\forms\server, For 9i and 9.0.4 it is: forms90\server\forms90.conf).
    Use Enterprise Manager Website to edit this file (Click on HTTP Server, then on Advanced server Properties, then on forms.conf or forms90.conf).
    Add the following line, below the list of other AliasMatch tags:
    Windows:
    # Virtual path for FormsStart Utility
    AliasMatch ^/forms/fs/(..*) "C:\oracle\FormsStart/html/$1"
    Unix:
    # Virtual path for FormsStart Utility
    AliasMatch ^/forms/fs/(..*) "/app/oracle/FormsStart/html/$1"JeanYves

  • Hide Menu bar and disable dock.

    s there a way to Hide the Menu bar?
    (there must be a way because it gets hidden when watching a movie in full screen in vlc or any other app)
    and is there a way to disable (not hide) the dock?
    thanks.

    Is there a way to Hide the Menu bar?
    The menubar is a consistent interface artifact in Mac OS X and Macs in general which never changes its location, unlike Windows which attach menubars to specific applications. If your purpose is a kiosk style web browser, there is Saft for Safari. Other web browsers have their own built-in kiosk mode for the Mac.
    If you want a menubar to be hidden for other applications, contact the software vendor who makes the software you want the menubar hidden on. Most applications depend on its existence.
    The Dock while put on the right hand side of the screen is less likely to get activated by accident, and will activate more slowly than when on the bottom of the screen if you make it unhidden and magnification off, and then automatically hide it with command-option-D keystroke.

  • Hide menu bar and title bar in a JFrame

    Hi!
    I'm using a JFrame for a kind of viewer application. I start it as normal, so the JFrame has a JMenuBar with menus and the title bar with the application name.
    So far, all right, but at some point I would like to press a JButton to make the viewer application full screen, that is, hiding the window title bar and the JMenuBar.
    Any idea?
    PD: I've tried the method myJMenuBar.setVisible(false) in order to hide the menu bar, but it seems it doesn't work because I'm using the Look&Feel Metal with border decorations.

    something like this seems to work OK.
    basically, create a JPanel that is the contentPane of the frame, then for full screen
    create a JWindow, add the panel to the window, show the window
    (alt-F4 to close)
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    class Testing
      public void buildGUI()
        JMenu menu = new JMenu("File");
        JMenuItem menuOpen = new JMenuItem("Open");
        JMenuItem menuSave = new JMenuItem("Save");
        JMenuBar menuBar = new JMenuBar();
        menu.add(menuOpen);
        menu.add(menuSave);
        menuBar.add(menu);
        JButton btn = new JButton("Full Screen");
        final JPanel p = new JPanel(new GridBagLayout());
        p.add(btn,new GridBagConstraints());
        final JFrame f = new JFrame();
        f.getContentPane().add(p);
        f.setJMenuBar(menuBar);
        f.setSize(200,100);
        f.setLocationRelativeTo(null);
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.setVisible(true);
        btn.addActionListener(new ActionListener(){
          public void actionPerformed(ActionEvent ae){
            JWindow w = new JWindow(f);
            w.add(p);
            f.setSize(0,0);
            w.setSize(Toolkit.getDefaultToolkit().getScreenSize());
            w.setVisible(true);
      public static void main(String[] args)
        SwingUtilities.invokeLater(new Runnable(){
          public void run(){
            new Testing().buildGUI();
    }

  • Hide Menu bar at Transaction iview

    Hi,
    I hav created a Transaction(e.g:se11) iview and i m displaying it in my portal.
    Its displaying properly...but the problem is its displayinlg along with menu with options
    Menu,Save as Variant, OKCode,Back,Cancel,Execute etc.,
    Now i dont want to display the whole tool Bar. How to hide this tool bar.
    And at the bottom of the page is its displaying the client number, current transaction code, current login id etc. How to hide this also...
    Kindly let me know process
    Thanks in advance,
    Renu

    HII Renushree.
    use this links
    Hiding menu/tool bar on WebGUI Transaction iView
    hiding menu bar and toolbar in WinGUI used in transaction iView
    Or
    if u mean by  the browser address/men/toolbar? If so go to the iview properties and put toolbar=no in the Window Features parameter (under Navigation).
    Thanks
    Rewards r welcome
    Edited by: Mayank  Saxena on Sep 15, 2008 5:24 AM

  • Hide menu bar, address bar; Determine client screen resolution

    Hi!
    1) Is it possible to create WDA with hidden menu bar, toolbar and address bar in the IE?
    2) Is it possible to determine resolution of client's screen? It's for smart resizing of controls.
    Thanks!

    Is there a way to Hide the Menu bar?
    The menubar is a consistent interface artifact in Mac OS X and Macs in general which never changes its location, unlike Windows which attach menubars to specific applications. If your purpose is a kiosk style web browser, there is Saft for Safari. Other web browsers have their own built-in kiosk mode for the Mac.
    If you want a menubar to be hidden for other applications, contact the software vendor who makes the software you want the menubar hidden on. Most applications depend on its existence.
    The Dock while put on the right hand side of the screen is less likely to get activated by accident, and will activate more slowly than when on the bottom of the screen if you make it unhidden and magnification off, and then automatically hide it with command-option-D keystroke.

  • Hide Menu Bar on BBPSTART trx

    Hi guys,
    I would like to know if one can hide for default the menu bar at the right hand side of the start screen (BBPSTART) in SRM 5.0.
    I do not need the menubar to disappear! Just hide it when oen opens SRM
    Thanks for any reply,
    Aart

    Hi Sridhar,
    I checked the Personalization object key "AREA_MENU_SETTINGS"  I marked the check box "Use tree control" but this does not hide the menu bar on the start screen.
    Maybe Im forgetting something for it to work?
    Thanks for helping me out.
    Aart

  • Hide menu bar in Webgui of HTML

    Hi,
    Can you please let me know how to hide the menu bar in WEBGUI of HTML.
    I have to hide the menu bar for an ALV Report which i have created in SRM 5.0 which i am going to publish in SRM Web interface .
    Also please let me know after hiding menu bar how i can give exporting option to excel file.
    Thanks,
    Vaibhav

    Hi Vaibhav,
    Make transaction code of this report EWT (Easy Web Transaction).
    Or
    While publishing this service on ITS, add ~transactiontype = EWT.
    Regards
    Sagar

  • Hide Menu Bar from Users Opening Form

    Allow Documents To Hide The Menu Bar, Toolbars, And Window Controls
    I see this in Preferences>Documents, but how does my doc hide the Menu Bar? The doc is a form that hospital patients can fill out in a kiosk, and we don't want them to see the Menu Bar when they open the form. How do I set the form so that when it opens, the Menu Bar is not visible? Once I have the form open, I know that F9 will close it, but we want the Menu Bar to be closed whenever this form is opened. So, in short how does this work?
    Allow Documents To Hide The Menu Bar, Toolbars, And Window Controls

    That's not an option but you can run some apps such as Safari in full screen mode which hides the menu bar.
    From the Safari menu bar ckik View > Enter Full Screen
    If an app supports full screen mode, that feature should be available from the apps View menu.

  • Adobe Reader 10.0.1 hides menu bar when display image is enlarged

    I am running an HP Pavilion Elite HPE 400y connected via HDMI through a Sony Receiver into a SamSung XL-2370 LED Monitor.  On the HP I'm running Windows 7 Home Premium 64-bit.  When I go to Control Panel / All Control Panel Items / Display and set the screen display size to Medium (125%), Adobe Reader 10.0.1 moves the top of the document being displayed upward to hide most of the menu bar.  Also, the tools bar is usually unstable.  I can't use any of the menu because mouse clicks in the narrow portion of the menu bar that is exposed are ignored.  To shut down Adobe Reader I must start the Windows Task Manager with CTRL-ALT-DELETE and then knock it down because the X on the upper right of the menu bar is hidden.  When I set the screen display size to Smaller (100%), which is the usual setting, everything works fine.  I like using the larger image size (older eyes), but I can live with the normal size.  Unfortunately, to change the Windows image size you must log off your session, so it's not something I like to do more often than necessary.
    This appears to be a problem with Adobe Reader 10.0.1 not adjusting properly with the larger image size.  God knows what it would do if I used the Larger (150%) setting.  Maybe there aren't any old people at Adobe who need a larger image.  Otherwise, I'm sure it would have been noticed by now.

    As far as I know, Adobe Reader (even v7.0.8) isn't Universal yet, which means it [the plugin] probably won't run natively on your Intel iMac unless you run Safari under Rosetta.
    Yang

  • Safari 5.0.2 doesn't hide menu bar with flash full screen mode

    I have scoured these forums and others for an answer. I have deleted every little bit of Safari and Adobe/Macromedia/Flash preference file. I even tried using an older backup, which worked until I updated Safari on it.
    The menu bar won't go away!
    Is this a well known problem, or am I an unlucky slob?

    Unlucky so far, I'd say.
    So, picking something in particular so we're on the same page... does this refuse to hide the bar too?
    Is a New User Account the same ?

Maybe you are looking for

  • Keynote version 6.2 export to HTML doesn´t work

    hi guys, can anyone help me with this? When i click in the index file, the presentation doesn´t work. The screen in the browser stays black, and it seems to be loading but never finishes. Itñs the same in chrome and in safari. Thanks

  • Group membership on AD-bound server is not updating correctly

    I have a 10.6.4 server that is bound to AD with Win2008 domain controllers. I am seeing group membership not update properly on this OS X server. If I type "id -p username" I don't get a full list of groups the user is a member of. If I launch Workgr

  • Download lyrics to iTunes

    I have over 1,000 songs on my itunes library. Individually update each song lyrics on Windows iTunes (copy paste) would be a bit time consuming . Is there an app that would do the trick? thank you

  • Unable to backup - icloud

    I got a new Iphone 6 plus and now I trying to make new backup on my old iphone (5S). the problem is stuck in "estimating time remaining.." and nothing happened.. I did all the solutions that I found in the forums  : hard reset, delete old backup. sig

  • How to default distribution account through purchase requisition, selecting the project expenditure type

    Dear All, How to default distribution account through purchase requisition, selecting the project expenditure type Thanks Abdul.