Hide buttons from Adobe on Interactive Forms

When the PDF is displayed, I get all the buttons from Adobe on my toolbar. I can only find one option in NWDS where i can hide toolbar, but that hides the whole bar. I want to keep the fileoptions like save, print, search.can anyone help me.

You can also easily add a button yourself for actions like save, print, etc.
for save add the following javascript: app.execMenuItem("SaveAs")
for print: xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 1, 0, 0, 0);
look in the acrobat javascript scripting reference for more detailed information.
You can also configure your own custom menu through the app object.
Kind regards, Marijn Sponselee

Similar Messages

  • Hide adobe Non interactive form in Initial Display

    Hi,
    I have a adobe form under the input field & button in WD application.
    Form should be shown only when users hits the Button.
    Right now both are shown in intial view.How do we hide adobe form ?
    rgds
    Vara
    Edited by: Vara K on Jan 27, 2009 7:49 PM

    Hi,
    Add a attribute of type WDY_BOOLEAN and bind it to the Adobe UI element.
    And do the following in the wddomodifyview.
    IF NOT first_time IS INITIAL.
      data lo_nd_screen_valid type ref to if_wd_context_node.
      data lo_el_screen_valid type ref to if_wd_context_element.
      data ls_screen_valid type wd_this->element_screen_valid.
    navigate from <CONTEXT> to <SCREEN_VALID> via lead selection
      lo_nd_screen_valid = wd_context->get_child_node( name = wd_this->wdctx_screen_valid ).
    get element via lead selection
      lo_el_screen_valid = lo_nd_screen_valid->get_element(  ).
    get single attribute
      lo_el_screen_valid->set_attribute(
        exporting
          name  =  `ADOBEUIELEMENT`
          value =   u2018u2019 ).
    ENDIF.
    Thanks,
    Rajkumar.S
    Edited by: Rajkumar S on Jan 28, 2009 7:05 AM

  • Submit button from Adobe form doesn't trigger action???

    Hi all,
    the submit button within Adobe form doesn't trigger any action that i wrote. it happens to my machine, but it doesn't happen on some of my colleague's machines.
    i am using Adobe reader 8, when the first time i use IE to display the app, it prompts me to install some kind of activeX plug in, and after it installed, it told me that some setting is not correct, and it mentioned about adobe reader 6 or 7.
    will downgrade to 6 or 7 solve this problem? is there any other walkaround for it?
    thank you!

    If you are on Netweaver 2004s SP9 or higher, you could change the displayType property of InteractiveForm UI element to "Web Dynpro Native" and use the submit button from "Native" tab.
    If you are any other lower version, you dont have a choice but to use "activeX" which requires Active Component Framework (ACF) to communicate with server. You need to use button from "Web Dynpro ActiveX" tab. You need to install the right version of ACF (SAP Note 766191). Better if you use Adobe Reader 8.1.2.
    Thanks
    Ram

  • Adobe Designer - Interactive form/template (visible but don't print messges

    Hello,
    I'm making a interactive form or template with Adobe Designer, in which I have one object field and a few text fields.
    What I need to do is add messages on those fields so the person using the interactive form/template can know what to input in each field and were the fields are since they don't have border or background. For example I need to have a message like this: "click here to add your logo" in the object field, those messages can't be printed since they are just instrucctions for the person using the form/template.
    I tried the Tooltip but since the fields can have border people won't know were the fields are and the Tooltip only works when you place the cursor on the field.
    Any suggestions?

    The input parameters you are seeing in a 'Web Dynpro like' form are more than likely input parameters to the process.  Process input parameters come from action input parameters  in process blocks and actions that are not mapped.  Given that, it sounds like you have not mapped all the input parameters for one or more of your actions in your process.  By default, GP provides the process initiator the ability to specify the values of these inputs when a process is started. To avoid this you can either,
    1. Map all the input parameters.
    2. Specify the process to start automatically under the 'Instantiation' tab for the process template.  By selecting this, input parameters are ignored and their default values used.
    3. Don't expose these parameters if they are not required or applicable to your process.  This can be done at the action or block level under the 'Parameters' tab.
    ~Greg

  • Error during activation of adobe non-interactive form

    Hello everyone,
    I am trying to activate a non-interactive adobe form and am getting the below error:-
    "Field p_lifnr has a conversion routine(see SAP note 796755)".
    I have made sure that this field (which is corresponding to LFA1-lifnr) has context binding, I even tried using below code in its interface:-
    GET PARAMETER ID 'LIF' FIELD p_lifnr.
    and also tried the below:-
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
            EXPORTING
              input  = p_lifnr
            IMPORTING
              output = p_lifnr.
    just in case..
    but all above in vain,can someone let me know what might be the problem....or where would I find this 'SAP note 796755' ?
    Thanks,
    Rachna.

    Hi,
    I am facing the same problem of "Error during activation" while activating the SAP interactive form.
    I am using ECC 6.0, ADL 7.1 and Adobe reader 8.0
    Could you please suggest a way out.
    Thank You
    Aser

  • Removal of Buttons from Adobe form for PCR Approval

    Hi,
    I am using adobe forms for PCR approval using the Business object method EXTSRV-PROCESS. The binding parameters are as follows,
    <b>MODE = &Displaymode&
    REQUEST_NO = &Notification.Number&
    DESCRIPTION = &Notification.Description&
    IFV = A</b>
    The display mode passed as parameter is 'Change'.
    The problem is i am able to see all the 5 buttons (Approve/Reject/Return to Author/Compete/Exit) but I want only the Approve/Reject/Exit buttons to be seen. I found the following thread with more or less similiar requriement but unable to find a solution from it. Any suggestions on this?
    Buttons for ISR_APPROVE & ISR_PROCESS appearing in Workflow
    Thanks,
    Prasath N

    Hi Prasath,
    Long time before even we too had a similar requirement...But we were not able to solve the problem. Luckily, USER is convinced with going ahead with those 5 buttons.
    Will surely keep you updated in case if I get to know any solution.
    Regards,
    <i><b>Raja Sekhar</b></i>

  • Submit button from Adobe form doesn't trigger event???

    Hi all,
    I am having this weird problem, the submit button wont trigger any event i register to "submit" and so as to the "check" event. when i send the link to one of my colleagues, the button can trigger the event.
    i am using adobe reader 8 on IE 6, didn't solve the problem when i downgrade it to reader 7.
    any advice???
    Thank you.

    Hi,
    I too had a similar problem sometime back regarding the Submit button. Since you are saying that it is working for your colleague but not you, I predict that something wrong with the network you are in, compared to that of your friend.  Have you provided the Preprocessor URL for the button in the Adobe designer?
    Cheers
    Madhu

  • Error:Invalid enumerated value: Open in Adobe Offline Interactive Form

    Dear Experts,
    I am facing an error as shown below
    Scenario is:
    There is a form which is editable having two buttons i,e. OK and Cancel. On pressing of OK button,i am getting this error. On button click event FormCalc language, i am mapping the user input data to other form data and hidding the form.
    Anybody is having idea why this error is coming up.
    Thanks in advance.
    Regards,
    Bhupinder

    Hi Enzo,
    Not sure but you can check the following:
    By default, Windows Vista enables increased HTTPS Security in Internet Explorer 7 through certificate revocation checking. Windows Vista checks for certificate revocation to determine whether the presented certificate remains valid. The increased security may cause the HTTPS client certificate authentication certificate for LiveCycle Designer ES to fail. To disable the certificate revocation checking, go to the Advanced tab of the Internet Control Panel and, in the Security section, deselect the Check For Server Certificate Revocation option.
    if you are using 8.1 version then Adobe LiveCylce Designer 8.1 now supports Microsoft Windows Vista.
    Regards,
    Sachin Dhingra

  • Export data to adobe non interactive form

    Hello,
    I would like to fill a non interactive adobe form with seized data in visual composer.
    How I can do that please ?

    Tony-
    I have not worked with Adobe Forms so I am not sure if this is feasible. If I had to populate a Web Dynpro form with data from a VC form I would have an action which would invoke the URL of the Web Dynpro application. This URL would have appended to it the field name and values as entered in the VC form. In the Web Dynpro component I would retrieve all the parameter values being passed through the URL and then set these values into the context. If the context is bound to a form, the data will automatically be displayed.
    Cheers-
    Atul

  • Hide button from tool bar in SAPLEA61

    Hello,
    In my project, there are 2 systems : CRM and ISU
    EA61 is a ISU transaction but it is called by CRM with RFC connexion.
    I want to hide a button in transaction EA61 (SAPLEA61).
    I use SHD0 to hide a button in SAPLEA61 with screen variant.
    I add this screen variant to a transaction variant (EA61).
    But in CRM, when SAPLEA61 is called, the button isn't hidden.
    Could you help me ? Is there another solution to hide this button ?
    Thanks.
    Mathieu.

    Joe:
    Yep I had seen that you had stated that you had checked on Properties however I wasn't sure which exact properties since there are so many and wanted to ensure that you didn't miss the obvious. And you didn't.
    Also the icons will not hide unless the OS deems it/them inactive after some time. You can however try the following:
    1.Right click on the taskbar and click on properties.
    2. Then go to the notification tab.
    3. Then click on customize
    4. Choose which system tray icons you want to hide and then in front of it click and select the "hide always" option from the drop down menu.
    If you use the "Always Hide" option and if it hides an icon then you will know that windows has yet to determine which icons are inactive to hide them. Once in a while, due to a bad boot etc, windows system tray forgets the inactive icons list and starts from scratch.
    Let me know how it goes.
    Axel F.

  • Unable to get any buttons from Good Receipt PO form

    here's the code and there's nothing wrong with this as I know of
    SAPbouiCOM.Item oCopyFromButton = (SAPbouiCOM.Item)oGoodReceiptPOForm.Items.Item("29").Specific;
    This gives the error
    Unable to cast COM object of type 'System.__ComObject' to interface type 'SAPbouiCOM.Item. This operation failed because the QueryInterface call on the COM component for the interface with IID 'BLABLA' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
    the oGoodReceiptPOForm is the right form.  I've checked all the properties for it
    Any idea ?

    Hi Marc,
    Specific property is for casting to specific items, like EditText, ComboBox, etc. That's a property of the Item class.
    When you refere to an Item object, you don't need specific nor cast, because you're refering to the exact kind of object.
    In your example oGoodReceiptPOForm.Items.Item("10000330") return an Item Object. So assing it to a Item is OK.
    Regards,
    Ian

  • ¿Is there any way to link a button from Adobe Edge Animate to an anchor from Adobe Muse?

    Hi everyone!
    i'm doing an animated menu, a wanna know if it's possible to link an edge animate button to an adobe muse anchor.
    Thanks a lot!

    As I mentioned in your other post, you may want to describe your problem.  There are many users here that can offer excellent help (some who are more knowledgeable than Adobe support staff).

  • Navigation problem while using Adobe interactive form in web dynpro

    Hi frds,
    I have a 2 views..
    1st view contains an ADobe from and a button to navigate to the  2nd view..
    No problem with the first view.. displays everything...
    The Problem is when i click the button to nsvigate to the 2nd view, its not loading...
    Wait symbol is coming...
    Please Help me friends...

    hi ,
    pls use  the ZCi layout for the adobe interactive form .
    Need to Insert the web dynpro script to the form.
    Note: Make sure to upgrade the Adobe Interactive for ZCI type using SFP_ZCI_UPDATE transaction
    Subsequently, check whether the update of the ZCI was successfully completed. To do this, open your form in the Adobe LiveCycleDesigner and check the version information of the ZCI script. The ZCI script is available on the "Hierarchy" tab page under the "ContainerFoundation_JS" name. The version must be800.20080513120641.469612.469346.
    You can also have a look at this e-learning.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20029530-54ef-2910-1b93-c41608ae0c90
    Refernce thread : adobe online interactive form
    regards ,
    amit

  • Get form values from an uploaded offline interactive form.

    Hi,
    I have created a simple offline interactive form with 2 text input elements Email and PhoneNumber.
    I have created a button on the view. In the action, I have to get the values of the Email and PhoneNumber
    How to capture input values from an offline interactive form.
    Thanks
    Srinivas

    Hi Arafat,
    I followed the how to do document https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/wdjava%20archive/offline%20interactive%20pdf%20form%20using%20download.pdf , and it mentioned what you just said. But I couldn't understand your suggestion "In second view you need to embed the IF element and create the required context attributs mapping for fields. Set the pdfMode as usePDF."
    In the second view, I have created another interactive form for previewing the offline form.
    I am able to preview the offline form. On submit action (submit button is on the view), when I print the context values, I get nulls.
    Thanks
    Srinivas

  • Adobe Interactive Form in a Webdynrp

    Hi,
    I have an issue with a interactive form in a Webdynpro. To explain the problem I will need to give a little intro on what this application does.
    We have a  webdynpro with a button (SAVE) and a interactive form in which users can enter information and hit Save button and the data is saved in a z table.
    The issue is that when the user hits SAVE button that is in the webdynpro first time it works fine and I can read the data. If the user makes a change and hits SAVE then the data is not updated in the node. Interestingly if the user hits SAVE again with or without any data change the node is updated with the new data.
    Not sure if anyone else have come across this problem. Any help is highly appreciated.
    Thanks,
    Kal

    Hello Kal,
    Can you please elaborate how you are able to read the data from form in to WDA application? I am trying to do the same and unable to capture form data. I have a submit button which when hit has the following code.
    DATA:
        lr_fp          TYPE REF TO if_fp,
        lr_pdf_object  TYPE REF TO if_fp_pdf_object,
        pdf            TYPE xstring,
        xml            TYPE xstring,
        xml_str        TYPE string,
        lt_xml         TYPE string_table,
        lr_conv        TYPE REF TO cl_abap_conv_in_ce,
        l_binary_table TYPE TABLE OF t_raw,
        cont_text      TYPE soli_tab,
        cont_text_line TYPE soli,
        OUTPUT_LENGTH  TYPE  I.
      lr_fp = cl_fp=>get_reference( ).
      lr_pdf_object = lr_fp->create_pdf_object( ).
      wd_context->get_attribute(
      EXPORTING name = 'L_XSTRING' IMPORTING value = pdf ).
      IF pdf IS NOT INITIAL.
        lr_pdf_object->set_document( pdfdata = pdf ).
        lr_pdf_object->set_task_extractdata( ).
        lr_pdf_object->execute( ).
        lr_pdf_object->get_data( IMPORTING formdata = xml ).
        lr_conv = cl_abap_conv_in_ce=>create( input = pdf ).
        lr_conv->convert( EXPORTING input = xml IMPORTING data = xml_str )
       lr_conv->read( IMPORTING data = xml_str ).
      ENDIF.
      wd_context->set_attribute( name = 'XML' value = xml_str ).
    Your help will be appreciated.
    Regards
    Prasad

Maybe you are looking for

  • Error message while trying to run red alert 1 in xp

    I have just bought command and conquer: the first decade for windows xp. All of the games other than the first two (c&c 1 and red alert 1) run fine. (I am running XP through boot camp). When starting up these two games, I get this error message: "Err

  • Manage UWL action buttons

    Hi experts, I've customized the buttons that are displayed in the UWL. In the beginning i had only "Create task" button but after that i added "Manage substitution rules" and "Refresh" as buttons by changing uwl.standart.xml. The buttons are added su

  • Applet in a .jar file?

    I want to program a program which can be used as application or as applet. Is it possible to create a .jar file and use something inside as applet? What would the <applet> tag look like?

  • Addng new fileds in table control of va03

    Hello all, i want to add new fields in the table control of standard transaction of sales order va03. can anyone help me on the same. Regards, Gunjan

  • Click to change rotational center broken in CS5?

    In CS4, I could click anywhere inside a frame or shape to instantly change the center of rotation to the point where I clicked. Now it seems I must click the center point and drag it to where I want it. This is driving me CRAZY! Anyone got a workarou