How to disable smartcut's toolbar?

I have many users that can access only to their authorized dashboards on bqy document.
(there exists a login dashboard to direct users to thair authorized dashboard)
that's why I need to disable or restrcit the smartcut dashboard toolbar.
has anyone any idea? or other solution
regards
siyavuş

I am doing this from button OnClick now!!! but it not work for OnStartup document?!
var x=document.getElementById("pageSelect")
x.disabled=true
regards
siyavuş

Similar Messages

  • How to disable smartcut toolbar or sections combo box?

    Dear firends,
    How to disable smartcut toolbar or sections combo box?
    regards
    Siyavuş

    I am doing this from button OnClick now!!! but it not work for OnStartup document?!
    var x=document.getElementById("pageSelect")
    x.disabled=true
    regards
    siyavuş

  • How to disable statdard application toolbar button in O4TFN using BADI

    Hi,
    I want to disable standard application toolbar button in O4TFN using BADI, i want to disable it for specific users should be deactivated and for others it should be activated.
    Thanks in advance..

    Hi Ed,
    But in control panel -> user accounts -> Change user account control settings
     I can set the settings to always notify
    and default notify when programs try to make changes to computer.
    But I can't set it to never prompt because only administrator as power to do that and if I set never prompt in  administrator account the settings in standard user remains in
    always notify.
    so please let me know, if there is any other way to over come the problem.
    Main problem is application from unknown source always prompt for admin password.
    I need to disable it from prompting for admin password to run applications in standard accounts.

  • How to disable Acrobat reader toolbar permanently when rendering PDF with Adobe Reader in-browser

    Hi ,
    I am using Adobe Reader  to view my pdf files which is embedded in the HTML page and running as an activex. I need to disable the toolbar like share the content as email link /attachment  for the security reason.  I am able to find a way to hide  the Acrobat toolbar  but it is visible  by just pressing F8.
    Can anyone please suggest a way to disable the toolbar permanently.
    Thanks in Advance.
    Jobin.

    Hi Bernd Alheit,
         when I try to open a PDF in a browser and attaching the query string as #toolbar=0 makes the toolbar hidden. But in my case I am rendering the form using a formservice - renderPDFForm method with XDP format file as a input file. So I cant use the toolbar=0 option, since there is no url. Rather I have used the   javascript code in the form designer to hide the toolbar. app.toolbar  =false ; But this particular code is not working for acrobat reader X version. Can you please help me how to hide the tool bar.
    Thanks,
    Dhamo

  • How To Disable IE  Menubar,Toolbar,AddressBar?

    Hi Gurus,
    <HTML>
    <HEAD>
    <SCRIPT LANGUAGE="Javascript">
    function compact(url)
    var win=window.open(url,'COMPACT','WIDTH=1000,HEIGHT=700,LOCATION=no,MENUBAR=no,TOOLBAR=no,STATUS=no,SCROLLBAR=no,RESIZABLE=no);
    window.opener = null
    window.close()
    return false
    win.focus();
    </SCRIPT>
    </HEAD>
    <BODY OnLoad="compact('http://server:port/forms/frmservlet?&separateframe=false&imageBase=codebase&WIDTH=1050&splashScreen=false&colorscheme=blue&lookandfeel=oracle')">
    </BODY>
    </HTML>
    using this coding i just removed the ie menubar ,toolbar as well as address bar.
    but i want to disable all.pls address this..
    Regards
    Gopinath M

    ya Wesley ,i tried but my customer want to one window at a time.
    using that java script i can show one window but the IE is not positioned.
    how can i set the x , y position of IE else if i disable the toolbar,menubar
    that window automatically positioned.at the meanwhile the user should not close the windows closed like ''x'' .it will ask the message like do u want to exit?.
    these are my requirement kindly address the same .
    Regards
    Gopinath M

  • How disable smartcut  section select box? Wayne help needed!

    Dear friends
    I disable smartcut section select box with Toolbar=Navigation parameter in link
    http://localhost:45000/workspace/browse/get/KursHYP2008/siyavus/BimR.bqy&user=admin&pass=password&Toolbar=Navigation
    but when I login in LoginDash and activate another section, the section select box is activated on menu again!
    regards

    Can you be a little more descriptive on what you need here and explain what exactly you want to be changed.

  • How to disable the button in application toolbar in report pgm

    Can anyone help with How to disable the button in application toolbar in report pgm

    Hi,
    You can use it_excluding to disable button on the tool bar.You have to find the function code for the required button and append that function code to the it_excluding .The optional IMPORTING parameter IT_EXCLUDING is an internal table. It is only needed if the caller uses the list tool standard interface but wants to deactivate interface functions which he or she does not need.You can have your defined pf-status using I_CALLBACK_PF_STATUS_SET.
    SAMPLE PROGRAM
    tables spfli.
    type-pools: slis.
    DATA W_FCODE TYPE SLIS_EXTAB-FCODE.
    data: t_spfli TYPE SPFLI OCCURS 0 WITH HEADER LINE.
    select * from spfli into table t_spfli.
    data : t_excluding TYPE SLIS_T_EXTAB .
    W_fcode = '&OUP'.
    append w_fcode to t_excluding.
    W_fcode = '&ODN'.
    append w_fcode to t_excluding.
    call function 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
    I_STRUCTURE_NAME = 'SPFLI'
    IS_LAYOUT =
    IT_FIELDCAT =
    IT_EXCLUDING = T_EXCLUDING
    tables
    t_outtab = T_SPFLI
    EXCEPTIONS
    PROGRAM_ERROR = 1
    OTHERS = 2.
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/99/49b844d61911d2b469006094192fe3/frameset.htm
    Regards,
    Priyanka.

  • Adobe Interactive Form - How to disable Adobe toolbar in my View

    Hello Expert,
    we are starting to use the Adobe Interactive Form in our webDynpro (java) project.
    We would like to offer to our users an interactive form and to save the data inserted by the users in a database.
    So we add a "Submit Button" in our form, the button il linked to the method "onActionSubmit()" in the view implementation.
    But we want to force the users to press it before to save/stamp the pdf form.
    Is possible to disable the Adobe toolbar, that offers command like "stamp" or "save as", until the users press the "Submit Button"?
    Thanks in Advance
    Best Regards

    Hi,
    Please have a look at this thread,
    Re: Hiding Adobe ToolBar
    Kind regards,
    Saravanan K

  • How to remove or hide toolbar context menu in visual studio IDE

    Hi All,
    Currently we are extending Visual studio and it's functionality.
    As we know, we can have different categories of tool bars like standard, build, debug etc shown in pic - 
    or we can access the categories via -  View Main Menu -> Toolbars 
    Basically My requirement is that, I don't want to show these options (Build, Debug, Debug Location, Layout, customize , Text Editor, Standard etc) shown in context menu or shown in submenu.  
    How can I achieve it ? Please advice.

    AFAIK, you can only customize it manually, but can't hide the builtin menus:
    http://msdn.microsoft.com/en-us/library/vstudio/wdee4yb6(v=vs.100).aspx
    or maybe you can try vsct:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/f3acc18c-b176-4f06-a8d1-cccff3d4bf7f/how-to-disable-and-enable-menu-commands-in-vspackage?forum=vsx

  • How to disable context menus hiding when accidentally clicking non-text?

    I have Googled and searched the Apple support board for this everywhere, and cannot find this addressed specifically. What I would like to do is disable how the context menu (for toolbars, right click, whatever)  automatically disappears if you accidentally click one of the dividers or any white space in the menu, instead of one of the actual text options. I keep doing this numerous times throughout the day on accident and it is driving me mad haha.
    To get an idea, right click anything in Firefox for example (except for the top menu bar) - and in the context menu that pops up move your cursor so it's not highlighting anything and click  (like the menu's grey divider bar). The menu will stay popped up even if you click, just like they do in Windows. In every other Mac menu, it instantly just closes that menu. Firefox is the only app for Mac I have seen do this, but I'm sure there are others.
    Seems like kind of a minor thing (which is probably why I can't find anything lol), but I move between apps and menus all day long and use a touchpad so I'm bound to accidentally click just below an option all the time... Then I have to move cursor back to toolbar, highlight menu option again, and find where any sub-options were - sometimes can be in numerous sub-menus! Any help is greatly appreciated!! Thanks

    Ok, here you go.
    In your context, apart from your display fields, add another attribute READ_ONLY, type char01. And lets assume you want the field by name field_1 to be editable or not based on some validation. Your code will be like this to initialize the ALV.
    DATA:
              l_alv_model               TYPE REF TO cl_salv_wd_config_table,
              lr_column_settings        TYPE REF TO if_salv_wd_column_settings,
              lr_column                 TYPE REF TO cl_salv_wd_column,
              lt_col                    TYPE SALV_WD_T_COLUMN_REF,
              ls_col                    TYPE SALV_WD_S_COLUMN_REF,
              lr_input_field            type ref to cl_salv_wd_uie_input_field.
        l_alv_model = l_ref_interfacecontroller->get_model( ).
        l_alv_model->IF_SALV_WD_TABLE_SETTINGS~SET_READ_ONLY( abap_false ).
        lr_column_settings ?= l_alv_model.
        lt_col = lr_column_settings->get_columns( ).
        LOOP AT lt_col INTO ls_col where ID = 'FIELD_1'.
             create object lr_input_field exporting value_fieldname = ls_col-id.
             lr_input_field->set_read_only_fieldname( 'READ_ONLY' ).
             ls_col-r_column->set_cell_editor( lr_input_field ).
        ENDLOOP.
    In your event handler, you read your node, do a get_static_attributes_table. Perform all validations. Loop through your internal table and set the field READ_ONLY as 'X' when validation succeeds. Do READ_ONLY = space when validation fails. Then do a bind_elements. Now the rows for which read_only is false, will be editable and vice versa.
    Hope I was clear enough. Get back if you have any doubts.
    Regards,
    Nithya

  • How to Disable edit option in Logon pad

    Hi,
    How to disable edit option in logon pad
    thanks

    Actually if you are looking to disable the "Edit" option so end users cannot change or modify the existing  Logon Pad options systems, you can.
    What version are you using for SAP GUI?
    7.10 has icons to the right which allow changes. (New, edit, etc)
    7.20 has icons across the toolbar at the top. (pencil, paper, trashcan)
    For both versions, Navigate to C:\Program Files\SAP\FrontEnd\SAPgui (Default location)
    In there you will find 2 executeables:
    saplgpad.exe
    saplogon.exe
    If you run the saplogon.exe it will allow edit, delete and modify
    If you run the saplgpad.exe:
    On the 7.10 version the buttons are gone.
    On the 7.20 version, the buttons are grayed out.
    Hope this is what you are looking for.
    Regards,
    Zecher

  • Why is the save disk disabled on the toolbar of Adobe Reader X?

    Why is the save disk disabled on the toolbar of Adobe Reader X?
    I cannot use the shortcut CTRL+S either. I have to click File, Save As, PDF...too long and drawn out. Why is the quick save disabled?

    How do I make it not disabled?
    Change something in the PDF after opening it.

  • HOW DO I RE-INSTALL TOOLBAR?

    firefox has a notice across the top, which reads, "Firefox is not able to show the Toolbar. Please re-install the toolbar.
    You "help" page is no help in answering, "How do I re-install toolbar?
    So, Mr. Firefox, how do I re-install tool bar????

    Remember Firefox is highly customisable and we can not see what a fellow user is seeing. Do you know exactly which Toolbar you are trying to view or reinstall ?
    I note you have something called MSN Toolbar installed which I guess is a bing type search feature. Normally firefox allows you to choose which toolbars to display using
    * View -> Toolbars
    You then get the option to view the installed toolbars or customise them.
    Of course some addons; extensions or plugins you are using may alter your settings and they may need to be enabled or disabled if so use:
    * Tools -> Add-ons

  • How to disable right-click and keyboard shortcuts in adobe reader?

    Hello All,
    We are currently working on an issue. We want to display a pdf to users but not allow them to save it. Though we are able to hide the menubar and toolbars, the Shortcuts F8, F9 and Ctrl+Shift+S is the undoing of all. The user can still use these shortcuts to enable toolbar and menubar. Can anyone suggest how to disable the right-click and keyboard shortcuts in adobe reader?
    Thanks in Advance

    Impossible, and illogical. PDF files are not streamed or RAM-cached so if someone is viewing a file they must have already saved it.

  • How to disable automatic launch of WIE in startup configurat​ion with no options to do so?

    Thinkpad T400 2764CTO running Windows 7 Home Premium 64
    PC only 2 weeks old, very little on it, but getting slower and slower. Finally found the configuration for the startup menu and disabled several things I knew I didn't want at startup. One problem that I can't seem to figure out, is how to disable Windows Internet Explorer from being launched at startup? I have tried disabling every Microsoft option, and it still launches. Is there a specific Lenovo option [that does not obviously have anything to to with WIE] in the startup menu that, if disabled, will stop the WIE browser from being launched? How do I know which options are not safe to disable when attempting to slim down startup configuration for faster/more reliable performance?
    Thanks,
    Ann

    Either I *completely* misread your instructions; that fix is major overkill for what I was trying to do; that fix does not apply to my problem; that fix is only for XP or Vista and not W7; or my PC is already so messed up (despite clean hardware diagnostics, no viruses, no malware, and it is only 2 weeks old), that it performed unexpected and unwanted actions when trying to use the Windows features on/off program control panel options.
    Opened Control Panel, went to Programs, and finally found the option on the left for turning Windows features on and off. Unchecked the box for IE8, which required a restart. The restart time was 4-5 times longer than usual, even when launching superfluous programs from the startup menu, since it had to "reconfigure Windows." After restarting, WIE did not automatically launch, and its toolbar icon was gone too. Tried to turn it back on like you said, which also required a restart, which didn't make sense to me, since I expected the browser to launch again following another extra long restart once the box was re-selected. Although, surprisingly, it didn't, so for a moment thought it had somehow worked. Then I realized that my WIE icon was still missing from the toolbar, so there was no way to launch it even if I wanted to. Went back into the Control panel and checked every Windows feature box possible; another extra-long restart; still no toolbar icon for WIE. Had to go into the computer files to find WIE so that I could create a desktop shortcut icon so I could manually launch the browser from that. However, when I clicked on the shortcut, it went into a browser setup mode, as if it was being set up for the first time. Finished setup and tried to go to a webpage, but kept getting a connection error.
    Diagnosed it, and it said that the Local Area Connection had no valid IP address. Waited on hold with Mediacom for a hour before being disconnected, trying to find out what the IP address was and where to re-enter it, since unchecking the IE8 box in the Windows features part of the Control Panel, doesn't just temporarily disable the function, but apparently actually deletes the toolbar icon, as well as the IP address. Took several more attempts over several hours to get ahold of Mediacom reset the signal to get the IP address back and get back online. So that really does not seem like a viable solution for trying to save time and resources by removing something from the startup menu, if it just quadruples startup time, deletes WIE toolbar icon and IP address permanently, requires creating a desktop shortcut, and then requires several more hours on phone with ISP for signal reset to get the IP address back. Would have been much faster and done less apparent damage than just going ahead and letting it launch at startup and then just closing it. *sigh*
    I know that just having an icon in the toolbar does not mean that that particular program will launch at startup, as I have several others that have toolbar icons that I have been able to uncheck in the startup menu, so I can use the toolbar icons to launch each program manually. There just doesn't seem to be any program active in the startup menu that would be launching the browser, and still concerned about unchecking something necessary in startup that could screw it up even more.
    Is there any way to get my toolbar WIE icon back without a full system restore, so that I have less shortcut clutter on my desktop?

Maybe you are looking for