Analyzer API command to disable Navigate and Open button

Hi,I would like to pass the parameters to Analyzer Java Web Client to disable Navigate and Open button.Is there any posibility in Analyzer API to do this?Thanks,Grofaty

Hi,My system is:- Essbase 6.5.3- Analyzer 6.1.1

Similar Messages

  • How to disable Save and SaveAs Button in Adobe Reader ??

    I am having Dynamic XML Form (XFA based) designed on LC Designer ES2
    I Want to disable Save and SaveAs button  whenever it would be opened in Adobe Reader only.
    Other way around, i want to provide only facility to save form programmatically through Javascript to apply validation.
    Plz help
    Thnx in advance..!!

    I can apply folder level java script ...But How to handle this way on CLIENT SIDE..???

  • How to disable block and delete button in me22n transaction

    Hi experts !,
    as per my requirement i want to disable delete and block button in me23n . for this i wrte my logic but problem
    is when my logic satisfies then i want to disabele those two buttons . those block button function code is 'MEPO1211LOCK'
    if it is screen field we can use loop at screen and input = 0 . but here it is funtion code how to disable this funtion code as per
    condition .
    i tried this  SET PF-STATUS ' pf status name ' EXCLUDING ' fucntion code name  '.  also but not working ..
    if any one have any idea pls share ......

    Hello Experts,
    I have similar requirement. Please help....

  • Unable to disable Save and Cancel button on change user answer form

    Hi,
    I am not able to disable Save and Cancel button on change user answer form depending on a condition. Any kind of help will be appreciated.
    Thanks

    save and cancel are the default buttons
    check the disable default buttons...
    Nsankar

  • UNIX Commands to disable Expose and Dashboard

    Teacher looking to block/disable Expose and Dashboard on iMac 2.2 gHz running 10.6.1
    I use ARD 3.2 and want to use a UNIX command to disable features on the students computers. If you know other Commands, maintenance scripts, permissions, etc..those would be helpful as well.
    Thanks for your time and help.
    David

    Hi David
    To disable Dashboard:
    defaults write com.apple.dashboard mcx-disabled -boolean YES
    You have to restart the Dock afterwards:
    killall Dock
    You still have to tear Dashboard off the Dock although you could amend the com.apple.dock.plist If you wanted to? Amend the persistent-apps tile data settings. To re-enable Dashboard at a future date:
    defaults write com.apple.dashboard mcx-disabled -boolean NO
    Restart the Dock again with the same command.
    Not sure if there is a command to disable Expose? I think some of its settings can be found in com.apple.systempreferences.plist? If it looks like it has what you want you should be able copy it either using the Copy feature in ARD or sending a Unix command like cp (man cp) instead.
    Alternatively apply the plist to an OD Group as a managed preference assuming you've an OD environment?
    Tony

  • Disable Print and Save button in tooldbar in AxAcroPDFLib.AxAcroPDF

    Hi,
    I am using AxAcroPDFLib.AxAcroPDF  to display pdf files in my C# winform application.
    I have a requirement now that for some documents alone i should disable the print and save button in the toolbar of my AxAcroPDFLib.AxAcroPDF window.
    I need the rest of the buttons in the toolbar to be working.
    Can someone please tell me how to disable these buttons in my c# code. What property i hsould set to my AxAcroPDFLib.AxAcroPDF object to make this happen.
    Hoping to get an answer soon.
    Thanks and Regards,
    Dinesh.N

    There is nothing you can do via the C# APIs to disable these buttons.

  • How to disable minimize and maximize buttons of a popup window

    hello.
    can someone please tell how to disable the minimize and maximize buttons for a popup window.
    i know this is very basic concept.. but iam new to jdeveloper..please someone help me out

    Hello,
    U can use script in ur page to open the Popup window.
    window.open("yourpage.do", window_name, 'toolbar=0,scrollbars=0,location=0,status=yes,menubar=0,resizable=0,width=600,height=400,left = 225,top = 140');
    Bye

  • Disable Save and email button.

    Hi,
    In the PO Adobe output form MEDRUCK_PO, I need to disable the Save and email button when print Preview is done. The Print button can be disabled by setting  SFPOUTPUTPARAMS-NOPRINT = 'X'.
    Can you please let me know if the Save and Email buttons can be disabled?
    Thanks,
    Dhananjoy.

    The Save buttom cannot be dissabled.
    The available params are:
    Optional: Set output parameters
    gs_outputparams-nodialog = ''.
    gs_outputparams-preview = ''.
    gs_outputparams-getpdf = 'X'.
    gs_outputparams-nopreview = 'X'.
    gs_outputparams-noprint = 'X'.
    gs_outputparams-noarchive = 'X'.
    gs_outputparams-nopributt = 'X'.
    gs_outputparams-arcmode = '1'.
    gs_outputparams-noarchive = 'X'.
    Open print job
    CALL FUNCTION 'FP_JOB_OPEN'
    CHANGING
    ie_outputparams = gs_outputparams
    EXCEPTIONS
    OTHERS = 1.
    Also check PDFCHANGESRESTRICTED = 'X'

  • Disable power and brightness buttons on Apple Cinema Displays in a lab?

    We have a combination of new-model (DVI/silver) 20" Apple Cinema Displays as well as old-model (ADC/plastic) 20" Apple Cinema Displays in our computer labs. All of our computers are running Mac OS X 10.4.10.
    I would like to disable the power and brightness buttons on these displays. I know I can do this manually by logging into each computer as an administrator, selecting System Preferences > Displays > Options, and checking the appropriate boxes, but obviously I'd like a leaner, meaner solution.
    By the way, the option did not propogate via imaging, so it makes me think this is not a preference that's written to a .plist file somewhere. (I looked and looked and couldn't find a key in any preference file where these settings are stored...)
    Does anyone know of a Unix terminal command or an Applescript command that I could send to all of my lab computers via Apple Remote Desktop to accomplish this?

    We don't own these displays anymore. I ended up setting each workstation individually.

  • Disabling 'Change' and 'Delete' button in Attachment List in ME52N

    Hi Friends,
    The reuqirement is this:
    A user attaches doucments  ( using the Generic Object Services to attach document ) while creating/changing Purchase Requisition (ME51N / ME52N).
    Now when any user goes to see the docuemnts attached to the PR, he selects the 'Attachement List' from the context menu, he should only be able to read it and should not be allowed to change or delete the document. For this we need to disable the 'change' and 'delete' buttons from the toolbar.
    Awaiting your response.......
    Regards,
    Fawaz

    Hi,
    Probably you have uncommented the call to super class when you reimplement the method on child class (z class)
    I just implement the same thing now and it worked for me. Take a look:
    1 - Modify the SGOSATTR table by SM30, just write a Z class (in my case CL_GOS_SRV_ATTACHMENT_CREATE) .
    2 - Create/inheridt a subclass (not a copy) in SE24 of the standard class.
    3 - Implement the method CHECK_STATUS in the z class. Note that the call to method on super class came commented. You only uncomment if you want to also execute a standard code in the super class.
    Here is my code:
    method CHECK_STATUS.
    NOTE - In my real implementation I have uncommented the code below because I want do standard code be executed before my own check.
    *CALL METHOD SUPER->CHECK_STATUS
    EXPORTING
       IS_LPORB  = IS_LPORB
       IS_OBJECT = IS_OBJECT
    IMPORTING
       EP_STATUS = EP_STATUS
       EP_ICON   = EP_ICON
      Check for BUS2012 = Bussinnes Object for Purchase Order
      IF IS_LPORB.TYPEID = BUS2012
      Check authorization and disable create attachment item if the user does not have authority...
    IF IS_LPORB-TYPEID = 'BUS2012'.
    AUTHORITY-CHECK OBJECT 'Z_MM001' ID 'ACTVT' FIELD '01'.
      IF sy-subrc <> 0.
        ep_status = mp_status_inactive.
      ENDIF.
    ENDIF.
    endmethod.
    Regards,
    Alexandre

  • Disabling 'Change' and 'Delete' buttons in Attachment List in ME52N

    Hi Friends,
    The reuqirement is this:
    A user attaches doucments ( using the Generic Object Services to attach document ) while creating/changing Purchase Requisition (ME51N / ME52N).
    Now when any user goes to see the docuemnts attached to the PR, he selects the 'Attachement List' from the context menu, he should only be able to read it and should not be allowed to change or delete the document. For this we need to disable the 'change' and 'delete' buttons from the toolbar.
    Awaiting your response.......
    Regards,
    Fawaz

    Hi,
    I have solved the issue Alhamdulillah by the foll. method:
    1. Copied CL_GOS_SRV_ATTACHMENT_LIST to ZCL_GOS_SRV_ATTACHMENT_LIST
    2. In ZCL_GOS_SRV_ATTACHMENT_LIST there is a method called: CHECK_STATUS. I overwrote with my check;
    on_mode_changed( 'D' ). --- For display
    on_mode_changed( 'E' ). --- For edit mode.
    3. In SGOS tcode, added VIEW_ATTA to point to ZCL_GOS_SRV_ATTACHMENT_LIST
    Regards,
    Fawaz

  • How to disable back and refresh buttons in browser

    Hi,
    I need to disable the back and refresh buttons of the browser on the click of a button in a jsp as the process takes some time to be completed and i want to prevent the user from refreshing the screen.
    How can this be done?
    Thank you

    hi ,
    Can you try with the value i.e
    String s1 = oapagecontext.getParameter("value"); or button event can also be handle this way
    if ("BUTTON_EVENT".equals(event))
    - business logic
    Which screen you 're working by the way ?? if i have an access i will check it out and tell you
    --Keerthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Disabling FORWARD and BACK Button of Internet Explorer thru JavaScript....

    Hello everybody,
    Can anyone tell me how to disable the FORWARD and BACK Button of Internet Explorer through JavaScript.......If possible give me the code snippet.....

    You can not do this in JavaScript.
    However, if you set the right response headers in the response IE will disable them:
    response.setHeader("Pragma","no-cache");
    response.setHeader("Cache-Control","no-store");
    response.setHeader("Expires","0");
    would do the trick.
    Silvio Bierman

  • Disable back and Forward button

    How could we make Browser Back and Forward buttons disable in JSP?.
    So that we just activate the buttons inside JSP page.
    Thanks

    see if the following line included in any of your common .js file to all pages helps.
    window.history.forward(1);
    buttons are not disabled but when you click on them action is not performed
    if you have no common .js file for all pages include follwing in all jsp pages and check out
    <script language=javascript>
    window.history.forward(1);
    </script>
    -Nagasree

  • Has anyone made a custom save and open button yet?

    could you please show me a vi example?
    using labview 6.1
    thx reen

    I am guessing that you want buttons containing graphics such as the open and save buttons in the MS word toolbar.
    Simply use a plain boolean button, customize it (right-click...advanced...customize) and import the desired graphics icon to the true and false states. You can get the graphics by taking a screen capture, then cropping it using a graphics program.
    LabVIEW Champion . Do more with less code and in less time .

Maybe you are looking for

  • Unable to create a dynamic action ALERT to be generated on a Select List when particular value is selected.

    Hi everyone, this should be so easy, yet I am stuck. I have a form region with an item P110_VESSEL_ID.   This item is a select list.   It is based on the query:  select distinct v.vessel_name, v.vessel_id from vessels vessels v, frequent_fishermen ff

  • Ical cant import backup file

    Trying to sync with Outlook on a PC via Mobileme screwed up my calendar files so I deleted them (after creating a new Home) and now I can't import my backed up .icbu file. The old calendar items appear briefly on screen and then it reverts to the bla

  • Help in understanding TKPROF output

    Hi All, Following is the TKPROF output of a user_dump_dest trace file, obtained by setting trace to 10046@level 12. select "CHNNL"."CHNNL_BK" "C0", case "GEOG12"."SUB_STATE_PRVNC_CD" when *:"SYS_B_000" then :"SYS_B_001" when :"SYS_B_002" then :"SYS_B

  • Windows 7 starter OS and wireless connectivity

    Is it possible to to get wireless access for to a deskjet 4625 all in one printer through a laptop running Windows 7 starter - 32bit?  Thankyou

  • Extremely slow performance with NEW hdd

    Ok guys, this is pretty frustrating. Today I bought 2 new external hdd's, same manufacturer, same model. One of them seems to work great, but the other one.. well  look at this: /dev/sdk1: Timing buffered disk reads: 96 MB in 3.04 seconds = 31.53 MB/