Hiding Save Button Programmatically

Is there a way within the Adobe PDF Reader OCX control to hide the Save button and
prevent the user from bringing it up?  We want to lock down the way files are saved (we'll be adding our own save button).

I don't have an answer ready for you, you but may get more information in IE8 if you use the Developer Tools (F12). When running the Developer Tools you can switch the document mode. E.g. if your run in Quirks Mode, you can get unexpected results. Switch to another mode and see what happens. This helped me a lot to see the differences between rendering in IE and FF.
The mode is controlled by the Doctype defined in the page template.

Similar Messages

  • Hiding the save button in transactions

    Hi all,
    Can anyone please tell me how I can hide the post button button in transactions FB60, FB65, FV60, FV65, FB70, FB75, FV70 & FV75.
    My client would want all transactions to be parked and authorised via workflow.
    Thanks for your help in advance

    Once you're in transaction SHD0, you should get to a point where there is a pop up box titled "Confirm Screen Entries".  Select Basic Data and then click the button for Menu Functions.  Open the Menu Bar and then Document.  You will see the SAVE command in here.  Click once on the SAVE and then select the Deactivate button next to the green checkmark.  That line will turn yellow, select the green checkmark or hit the enter key to return to the "Confirm Screen Entries" pop up box.  If this is the only change you would like to make, you can select the Exit and Save button.  Don't forget to Activate it as your Standard Variant.
    I hope this helps!

  • 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..???

  • Hide save button in PDF viewer?

    I'm wondering if there's a way to selectively hide the "save a copy" icon displayed in the PDF toolbar when opened in a web browser? I would still like to display the rest of the toolbar, but hoping to hide just that button-- is this possible?
    I realize the user will still be able to save the PDF other ways, but for this particular case, hiding the button would be enough.
    Thanks for any assistance here.

    thanks for the response Bill, but as I specify in my question I'm wondering if it's possible to hide the specific "save as" button, not just the entire toolbar, as I would like to have the other options available-- there must be some way to manipulate the visibility of toolbar options via scripting or "custom properties" perhaps?

  • Hide Adobe save button

    Hi,
    Does anyone know how to hide the save button on an Adobe form?
    The reason that I am asking is that we have a save button on a Web Dynpro that saves the document to a content server, we want to disable the save button in Adobe to stop users from saving to the local machine.
    I have looked at the javascript hideToolbarButton command but it seems that this needs to go into the config.js file.  This is not a solution as the save button is then not available to pdf documents opened outside of SAP.
    Any help much appreciated.
    Thanks,
    Ian

    Hi Chintan,
    Thanks for your reply. 
    I have read through the link but unfortunately it talks about hiding the toolbar, unfortunately this would not be a solution as we require the print option.
    The link also suggests using the app.hideToolBarButton but this is not possible as this setting is stored on an ini file on the users PC and would disable the Save button for all PDF documents (i.e. when the users opens a PDF form outside of SAP the save button will not be available).
    I am not sure if it is possible but I would like to just hide/disable the Save button?
    Many thanks for your help.
    Ian

  • Set default filename for file save dialog on Save button click

    Hi,
    I am using AxAcroPDF (version 9.0) control to view pdf files in windows forms (C#). The pdf loads into the viewer in the form. Now, when I click on the Save button in the viewer, a Save dialog pops up with a default filename having complete path info.
    If I have loaded the pdf file into AxAcroPDF viewer with filename:
    "C:\Documents and Settings\KB_Kravi\My Documents\CustomerList.pdf"
    then in the save dialog, the default filename will be:
    "C_Documents_and_Settings_KB_Kravi_My Documents_CustomerList.pdf"
    Is there any option to set the default filename in the save dialog to some short name, instead of this lengthy name?
    Thanks,
    Ravi.

    Hi,
    I've found a solution.
    public void Open(string filePath)
    axAcroPDF.LoadFile(filePath);
    //this will set the correct name in the save file dialog.
    axAcroPDF.src = filePath;
    Thanks for your help.
    Freedon

  • How to handle custom component data on overviewset save button CRM UI

    Hi,
    I have added a custom component to a standard view which is enchanted.
    I can handle any data with my buttons on the component but after editing data
    i need the save the data when the save button on the overview(top) is pressed.
    I have redefined save button of overview but i cant get my data.
    My node name is Root. I think i couldnt bind it to overview.
    How can i do that?
    Thank you

    Probably it can be done by
    http://wiki.sdn.sap.com/wiki/display/CRM/CRMWebUITechnical-CreatingTableViewInWebUI
    i am trying
    Thank you

  • Rename Save button NewForm.aspx in Sharepoint Foundation 2013

    HI,
    Recently i try the link below to rename the save button to submit button. 
    http://yummyto.com/2014/08/15/using-javascript-rename-save-button-newform-aspx-in-sharepoint-2013/#comment-41
    I create a Javascript and upload the into style library site portal. After that add in a new content editor web part with (/sites/ESH/Style%20Library/submit.js). When i stop editing and go back to the new form, the button still remain as save without changing
    to submit and on top of the form appear the /sites/ESH/Style%20Library/submit.js.
    Any wrong on the editing part.
    Appreciate that someone can help on this.
    Leong

    Hi,
    I'm using the code below :-
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    <script type=”text/javascript”>
    function ChangeSaveButtonText()
    var inputcontrols = document.getElementsByTagName(“input”);
    for(i = 0; i<inputcontrols .length; i++)
    if(inputcontrols [i].type == “button” && inputcontrols [i].value == “Save”)
    inputcontrols [i].value = “Submit”;
    _spBodyOnLoadFunctionNames.push(“ChangeSaveButtonText”);
    </script>
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Thanks
    Leong

  • Save button on QBE report not working

    Hi,
    I included a save button in my QBE cutomization form. it saves everything except for the values I enter for my actual field parameters. The save button works in all other reports (SQL Query, Qurey Wizard based)
    is that a bug or am I doing soemthing wrong? Please help with this one.
    Thanks, Maike!!

    Hi,
    thanks for your reply - but I wasn't trying to save the record but really the search customization parameters e. g. like a date value to search for records for that certain date.
    And that does not seem to be saved - only the columns I want to display or by what field I want to order.
    Please let me know if that should work this way. Thanks, Maike.

  • Report is Blank after Click on Save button

    Hi All,
    I am having a Real Time Infocube, which is been used by Monthly and Yearly report separately using different Aggregation Levels.
    During Monthly report testing, I made changes in Yearly Report (common for monthly as well) and clicked on SAVE button.
    As a result, a new request generated into the Cube, whereas my old request (yellow one) was still there and was containing only 700 records.
    Step1:
    Now,  after that when I activated aggregation level. The output of the report was blank.
    Same thing happened with monthly report also.
    Step2:
    So, I deleted that new request from Cube after changing its behaviour from Planned mode --> Load mode.
    Now, when I tried to get it back. It was asking me to green the existing request (old request).
    Step3:
    when the cube was containing only old yellow request (before changing the behaviour) monthly report was showing me correct data. But, Yearly report was blank.
    So, I manually green the request and changed the behaviour to Planned mode.
    Whereas, Now (after changing behavior to Planned mode) both reports are blank.
    Please help!!
    Best Regards,
    Jatin

    Hi,
    first you the correct settings in transaction RSDIPROP for your InfoCube:
    On tab 'Roll Up' you should set the flag Set Quality Status to OK Automatically.
    Second delete the cache for the planbuffer query; the name of the plan buffer queries are as follows
    - if your aggregation level is defined on InfoCube CUBE the name is CUBE/!!1CUBE
    - if your aggregation level is defined on MultiProvider IPROV the name is IPROV/!!1IPROV
    - if you are using a query on a MultiProvider containing aggregatiion levels delete also the cache of the query.
    Now check the values of your query again.
    Note 1136163 contains the recommended cache settings in RSRT.
    Regards,
    Gregor

  • How do I create a save button to hide a dropdown and pass on the dropdown data to a label?

    Hi InDesign Scripting Experts!
    I'm desparetly looking for some help to get this issue resolved.
    Essentially I've a lot of PDF forms that've been designed by using InDesign CS4 and then converted to an interactive PDF via Adobe Lifecycle. The final 2 page PDF form has multiple textfields, a drop down and a save button. The users partially fill-in the form, select their name from the dropdown and then hit the save button prior to sending the PDF form to the client.
    The Save button does the following:
    - Passes on the data from the drop down to a label
    - Hides the drop down and
    - finally, hides itself ('Save' button)
    I understand InDesign CC has a lot of the Livecycle capability built-it. Hence I'm trying to design the inteactive PDF within InDesign CC. The textfields, dropdown etc. are easily done. The part that I'm stuck on is to get the 'Save' button to perform the above listed tasks.
    Any help will be greatly appreciated.
    Cheers

    Elizabeth,
    Presuming that editing the exisiting BOSTON is not an option, you may:
    1) Create a nostroke/nofill rectangle that covers all all word, then give it a white fill;
    2) In the Transparency palette flyout tick Make Opacity Mask with Clip unticked and Invert Mask ticked.
    That should remove the BOSTON from sight so you can retype it.
    You could use a black fill and leave Invert Mask unticked (if the black is black enough).

  • How to save multiple tables on one single save button in JDeveloper.

    hi all,
    i have two tables on a JSF page.
    the parent and child tables has 1 to many relationship.
    its like for department id i have many employee_id's.
    in my scenario ,
    i have to give values to both parent and child tables at a time on one single click on add button. and after clicking on one single save button i should be able to commit the data into database for both the tables at a time.
    its similar like a hire a person in fusion applications , when you clinked on hire person. all the related tables populated to give data and on one single save committing data to database.
    please help in this. and its my urgent requirement for my application design.
    am beginner to the J Developer Tool and ADF.
    regards,
    M vijayalakshmi.

    I assume you are using ADF BC as your business components. Now if both your Master and Chail VO are instances of the same AM, the commit operation of the AM will take care of it. You just have to drag and drop the commit operation as a Save button in your page

  • To Disble the Field in Table Control after clicking Save button

    Hi,
    I have a requirement as follows. i need to disable one field in the table control after clicking save button. i tried with SCREEN elements but it disabling whole the table control but i need to disable that particular one record only in the table control. i found Structure CXTAB_COLUMN in documentaion. it has the properties like invisible. can any body tell how can we disble that particular field in table control only for the one record. and how can we use CXTAB_COLUMN.
    Thanks in advance.

    hi,
    do like this...
    in USER_COMMAND_1000 module of PAI,
    MODULE user_command_1000 INPUT.
      CASE ok_code.
        WHEN 'BACK' OR 'UP' OR 'CANC'.
          LEAVE PROGRAM.
        WHEN 'SAVE'.
          fl = 1.
          GET CURSOR LINE lin.
      ENDCASE.
    ENDMODULE.                 " user_command_1000  INPUT
    and make on module disable in Loop Endloop in PBO.
    and write like this...
    MODULE disable OUTPUT.
      LOOP AT SCREEN.
        IF tab1-current_line = lin AND fl = 1.
          screen-input = 0.
        ELSEIF tab1-current_line < lin.
          screen-input = 0.
        ELSE.
          screen-input = 1.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    ENDMODULE.                 " disable  OUTPUT
    here fl and lin both are type i.....
    and there will b one module in PBO
    MODULE tab1_change_tc_attr.
    in that put if condition....
    MODULE tab1_change_tc_attr OUTPUT.
      IF sy-ucomm <> '' AND sy-ucomm <> 'SAVE'.
        DESCRIBE TABLE itab LINES tab1-lines.
      ENDIF.
    ENDMODULE.                    "TAB1_CHANGE_TC_ATTR OUTPUT
    ur problem will solve...
    reward if usefull....
    Edited by: Dhwani shah on Jan 2, 2008 1:17 PM

  • How can you remove the Save button on a survey?

    What options are there to remove the SAVE button from a SharePoint survey?
    I need to remove this if possible, I was hoping it would be as simple as editing a form in the Survey list... but that is apparently not the case.
    I need to supress the SAVE button as it confuses end users and we don't want any half completed surveys. Either it gets finished or not at all.
    Can someone hopefully provide me with an nice simple solution?  Or any solution at all :)
    Thanks!

    Hi,
    Save button on the surveys with multiple question or with branching logic enabled is an out of the box feature and it is by design.
    If you want to remove the “save” button in a survey, I think you can use JavaScript to hide this button:
    1. Open your site in SharePoint Designer.
    2. Open your survey list newform.aspx page, in the code view, find this code “<asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server"> <table>……. </table> “add the JavaScript” </asp:Content>”, add JavaScript before the “</asp:Content>” tag:
    <script>
    var x=document.getElementsByTagName("input");
    for (var i=0;i<x.length;i++)
    if (x.item(i).type=="button"&&x.item(i).value=="Save")
    {x.item(i).style.display = "none"};
    </script>
    After this, you will not see the “Save” button when create new survey response. You can also add this JavaScript in the editform.aspx page.
    Hope it can help you.
    Xue-Mei Chang

  • How to hide 'SAVE' button in adobe form layout

    Hi  Friends,
    I have a requirement to hide 'SAVE' button in adobe form layout .They dont want to save the form .
    Is there any way to achieve this .I have gone through scn ,but couldnt find the proper solution
    Thanks and Regards,
    Subeesh Kannottil

    Hi Subeesh,
    Are you talking about restricting the User from Saving the Adobe Form Output. 
    Regards,
    Sivanand Ala

Maybe you are looking for

  • Document splitting testing

    Dear Experts, This issue regarding GR/IR clearing. GR and IR has been posted in different years is it possible to clear thru F.13. Can we clear GR/IR account manually. Thanks Balu

  • IPhone constantly shuts itself off randomly after 3.1.2 upgrade

    So I decided to upgrade my iPhone 3G to the newest software when it was first available and now, inconsistently, it has been shutting itself off. All I would do is lock the phone, such as after sending a message, and place it in my pocket. When I che

  • Itunes will not start, need new quick time version

    I downloaded the itunes plus quicktime package and when i wish to open itunes the error comes up ..Newer Version of QuickTime Rquired.. QuickTime version 7.1 is installed, iTunes requires QT version 7.1.3 or later.. Please reinstall iTunes.. even tho

  • When adding a page a extra page appears

    I have to Master Pages Portrait Master Page 1 and Landscape Master Page 2 In design view when I insert a page - set it to Page 2 in pagination (landscape page) - an extra page appears (in design view when  I click on thepage the heirarchy shows the e

  • Using SAP Business content with different client number

    Hi, I want to use and upload client numbers into SAP BW in an InfoObject as master data. The client number is for example with 9 figures. Can I use the SAP standard InfoObject 0Client for that or is there another one or should I define my own InfoObj