Can Adobe Forms link to multiple databases?

I've created a form for an air charter company. I need it to link to several different databases. Can Adobe Forms do this?

Not directly, no. Only if that form was created in LiveCycle Designer.
It used to be possible with forms created in Acrobat as well, but Adobe
removed that possibility for some reason.
On Fri, Dec 5, 2014 at 4:38 AM, apimachinery <[email protected]>

Similar Messages

  • Adobe form link in all line items

    Hi,
    I have a tipical requirement in WDA Adobe forms.
    In a list of material line items, when ever click on any one of the items it should have link to the another adobe form depends on material type.
    In this case we have 3 types of material types.So, here i have 3 different forms.
    So, depends on this material type that each item should have to link with any of these 3 forms.
    How can we do this?
    Thanks and Regards,
    Prabhakar Dharmala

    Hi,
    Use get attribute to get the value from context element and pass it to IF_WD_NAVIGATION_SERVICES~DO_DYNAMIC_NAVIGATION
    Provide the following parameters to get the navigation link:
    SOURCE_PLUG_NAME
    PLUG_PARAMETERS = attribute value(which u want to provide link)
    TARGET_COMPONENT_NAME
    TARGET_PLUG_NAME
    REWARD points..:-)

  • How to extract data from an interactive adobe form and update SAP database

    Hi ,
    I want to create an Interactive Adobe Form with two text fields and a submit button.On click of submit data entered in the text fields should be stored in a ZTable.
    Please let me know the procedure for doing this in ABAP.
    Thanks,
    Prasuna.

    Hi ,
    pls have a look at the link below...
    [http://www.adobe.com/devnet/livecycle/articles/lc_designer_schema_tip.pdf]
    if u r using abap web dynpro application for calling the adobe form than on the CLICK Action of the button give the code :
    zdept is the interface name ..
    method ONACTIONCLICK .
      data:
        Node_Adobe       type ref to If_Wd_Context_Node,
        Node_Zdept       type ref to If_Wd_Context_Node,
        Elem_Zdept       type ref to If_Wd_Context_Element,
        Stru_Zdept       type If_Main_View=>Element_Zdept .
      data wa_zdept type zdept.
    * navigate from <CONTEXT> to <ADOBE> via lead selection
      Node_Adobe = wd_Context->get_Child_Node( Name = IF_MAIN_VIEW=>wdctx_Adobe ).
    * navigate from <ADOBE> to <ZDEPT> via lead selection
      Node_Zdept = Node_Adobe->get_Child_Node( Name = IF_MAIN_VIEW=>wdctx_Zdept ).
    * get element via lead selection
      Elem_Zdept = Node_Zdept->get_Element(  ).
    * get all declared attributes
      Elem_Zdept->get_Static_Attributes(
        importing
          Static_Attributes = Stru_Zdept ).
      wa_zdept-DEPTNO = Stru_Zdept-deptno.
      wa_zdept-DNAME = Stru_Zdept-dname.
      wa_zdept-LOC   = Stru_Zdept-loc.
      insert into zdept values wa_zdept.
    endmethod.
    Hope this helps  !!!
    best of luck !!
    Regards
    Ravi

  • Can Adobe Forms Central produce Section 508 compliant web forms?

    Hello!  I've been investigating using Adobe Forms to create a survey for a product I'm creating. While I love the functionality available to me, when I tested the preview of the form I created, WAVE Accessibility Checker noted the form a lot of errors associated with it.
    I'm curious if there is a method by which one can make the survey 508 Compliant, or if plans were in the works to add this functionality?

    This page documents our level of 508 compliance:
    http://www.adobe.com/accessibility/products/compliance/formscentral-section-508-vpat.html
    Randy

  • ADOBE FORM-static-called multiple times - data on different pages

    Hi Experts,
    I am calling an adobe form multiple times for each employee inside a loop.
    The layout is less than half the page.
    For each employee inside the loop when calling the ADOBE form it is triggering a new page.
    I want to continue the printing in the same page.
    Is this possible? Please advice.

    That is bc ADF life cicle... Is always executing 2 times...

  • ADOBE Form Table printing Multiple pages

    Hi,
       I am having a suituation that in ADOBE Forms I need to display same internal table data in multiple pages. But while i display it the data only printing in first page. I want to print the same data in the second page also. How to do this? any idea please.
    Regards
    Srikanth S

    Hy Otto,
    his requirement was a bit different from what you answered I am saying this because i've stumbled on the same problem. I have a table that varies between 4 or 8 rows and let's say half of the page it's enough for it. But i need this table to appear on every page. I created the table in the Master Page, but it shows only on the first page. The other pages will not display the table.
    Thanks,
    Alex

  • Adobe dynamic link - ACROSS multiple boxes on one LAN?

    Looking for help using ADOBE DYNAMIC LINK - But not one machine but between 2 different machines on one network - one AE, one Premiere CC: We need to be able to at least move between different motion graphics and editing machines.
    I want the animator to stick her file on the server - i put it in the timeline - it needs work - she changes the file - keeps the same name - and it refreshes and updates.
    To me - it is what Adobe is offering about working in the cloud, just is just a local cloud - so it should work?
    This post DOES NOT cover our need but i assume it IS possible?
    http://helpx.adobe.com/premiere-pro/using/dynamic-link.html
    Thanks.

    No, Dynamic Link does not work between multiple computers.

  • Can Adobe forms developed under SAP NetWeaver be used in SAP Rel. 4.7 ?

    Hello,
    I was asked by a customer whether it is possible to use an adobe form  in SAP Release 4.7 which was developed in SAP NetWeaver or not.

    Hello,
    I think the key component you need for Adobe forms is ADS (Adobe document services) which you will only get with Netweaver.
    Please see the following link for SAP recommended environments for Adobe forms:
    http://help.sap.com/saphelp_nw04s/helpdata/EN/e4/9e7cf580ac401086a172a70e3c038b/frameset.htm
    Hope this helps,
    Harman

  • I have a web form with the save function, which works well until another person is required to complete a part of the form.  Can the form link be sent to others?

    Some respondents need to save it part way through and send the form on to someone else to complete a section.  When they send the link the other people dont seem able to see the form with the content previously completed, rather a blank form opens up. Can this be fixed? if so how?

    thanks. We are having continuing problems - after 45 mins on to adobe help, the only suggestion given is to try a different browser.  unsurprisingly this does not work! I am using the email received - which has the 'retrieve form' box attached.  One user was able to save it once, went back later did some more, and saved (or so she thought) when she went back again, it was totally empty! 
    I have had really mixed results - some have used the form with no problem, whilst others have reported the same issue (using various browsers).  Any suggestions..... (i set 28 days, as the time to keep open, and all are within this time frame).
    amanda

  • Adobe Form Table with multiple rows

    Hi,
       I am facing problem with mutliple rows item in the table. A row which doesn't have data is occuping the space in the form. Need solution to  remove the space .
    i used the code in Form CALC in client.
    if (HasValue($) == 0)
    then $.presence = "hidden"
    else $.presence = "visible"
    endif
      But it is not working. And also i need display a text field based on the condition.in the form How can i write code in the Form CALC. Plz help me out in this.
    Thanks & Regards,
    Narasimha

    Hi Narsimha,
    First of all why is your blank row getting displayed?Adobe automatically takes care of this. It would display a new row only if there's flow of data in the next row. i.e. if you have a new item to be displayed in this new row.
    You must check your table properties first.
    For hiding fields i can help you.But I m not sure if this issue is still open.
    Swar.

  • Past Owner of CS Suites, No longer have files...Can Adobe "find me" in their database

    I want to sign up for adobe cloud, but I no longer have all my passkeys and what not... I have been buying the software for years now, but have different computers.  I left my last position where the license was with that company, but I don't have my original computer with my own license on it anymore.  Will Adobe be able to find me and count me as an old owner?
    If not, do you get the "past owner" discount the second year into Cloud?

    We are just users like you and don't know why Apple does what it does. This is not a place to "vent," it is a place to ask technical questions. As of now there is no way to change or modify the way these folders appear in Windows Explorer. You can provide feedback to Apple about this issue at this link: http://www.apple.com/feedback

  • Can a PDF link to a database (Excel) for information to display? (or similar?)

    I have a template form I created and converted to PDF. It is for houses and each house has different specs that need to be listed. I want them to be able to easily update all the specs from outside of the PDF, like with an Excel file. Is there any way this is possible? If not, is there anything similar that can be done? He is really wanting a way to do this and I cant find a way of this even being possible with a PDF.
    I realize the best way is to do this is within InDesign while in creation of the template with a data connection but the person Im doing this for only has Acrobat Pro and not InDesign.

    Sorry, I was thinking of a pdf page with just a photo on it. There may be a simpler and more reliable way of doing this than the one I am suggesting, but I don't know it -- copying and pasting is possible, but it's not a very reliable way to work in Acrobat and sometimes cause more problems than it solves. But if you're adventurous, first you'll need to pdf the second photo and make sure it is the same size as the one that's being replaced. Then delete the photo from the original pdf file using the touchup object tool (you have to be careful to select the whole photo because it may be there in several pieces). Copy the new photo and paste it into the original. It won't paste exactly in the same place but will need to be positioned manually. Let me know if you ever find another way.

  • ORACLE EXPRESS: build a page with multiple forms linked to one table

    hi,
    im using oravle application express. APEX
    i would like to build a page with multiple forms linked to one table (orders) , the page has 4 from  each one with different order_id number (depending on filtering),  and if the order is prepared click yes for each order and this 'YES' should be UPDATED AND SAVED to each order number in the same table with the press of one button.
    i created all the form as (sql query)
    and create one update process
    (UPDATE ORDERS
    SET TRAY_PREPARED =:P10_TRAY_PREPARED_1
    WHERE ORDER_ID =:P10_ORDER_ID_1;
    UPDATE ORDERS
    SET TRAY_PREPARED =:P10_TRAY_PREPARED_2
    WHERE ORDER_ID =:P10_ORDER_ID_2;
    UPDATE ORDERS
    SET TRAY_PREPARED =:P10_TRAY_PREPARED_3
    WHERE ORDER_ID =:P10_ORDER_ID_3;
    UPDATE ORDERS
    SET TRAY_PREPARED =:P10_TRAY_PREPARED_4
    WHERE ORDER_ID =:P10_ORDER_ID_4;
    i dont know really if i can do that, but it appear hat it actually saving according to order_id number , but not all the time some time it saved the value as "null".
    please guide me what is the correct way to do this.
    I READ THIS ONE
    http://stackoverflow.com/questions/7877396/apex-creating-a-page-with-multiple-forms-linked-to-multiple-related-tables
    BUT IT WAS FOR MULTIPLE INSERT
    thanks.

    Sans,
    I am no Apex expert, but with a situation as "complex" as yours, have you thought about creating a VIEW that joins these 7/8 tables, placing an INSTEAD OF trigger on that view to do all the business logic in the database, and base your application on the view?
    This is the "thick-database" approach that has been gaining momentum of late. The idea is to put your business logic in the database wherever possible, and let the application (Form, Apex, J2EE, whatever) concentrate on UI issues,

  • How to pass multiple items in Adobe forms to a Webservice

    Hello, all.
    I'm trying to create Interactive Form to create a sales order in R/3.
    Please somebody tell me how to pass the multiple line item data to the Webservice.
    For example, the Webservice I'm using was generated from BAPI_SALESORDER_CREATEFORMDAT2.
    The BAPI has tables for item data in sales order.
    However, when I create the form with table for item data, the only last line of the table is passed to the Webservice.
    How can I create Adobe forms to pass multiple line item to the Webservice.

    Hi,
    I have worked on the same application for the creation sales order and has used the same BAPI.
    You should first extract the data from the table node through the method "get_static_attributes_table" and take all the result into a table of type same as element of that particular node.
    Now pass the data from this table into the internal table of type as mentioned in the BAPI using work area.
    And pass this table to BAPI.
    This will work .
    Regards,
    Shruti

  • Database Buffering problem in Interactive Adobe Forms

    Hi All,
    In our project, there is one interactive adobe form developed to create/update lead data. The lead data from Adobe Form is read using custom class and method of the same class updates the lead. (BOL programming is used to update and create lead. Also, all the Save and Commit statements are used properly).
    There is no problem in creating the lead using interactive Adobe Forms. But, when the same lead is updated in the same session using the same adobe form, due to some database buffering issue, system tries to insert duplicate records in CRM_LEAD_H table which is causing error dump - SAPSQL_ARRAY_INSERT_DUPREC. This dump occurs in update function module CRM_LEAD_H_UPDATE_DU.
    If we logged off from the session, the database buffer gets refreshed and lead is updated successfully.
    Is there any method/function module to refresh DB buffer before calling the adobe form?
    Thanks in advance.

    Few fields have reference to table XBT. But when I see this in SE 11, such a table is not existing at all.
    Can any of you share some ideas or clues?
    Thanks in anticipation.
    Regds,
    Kiran
    Edited by: kiran dasari on Jan 26, 2009 7:53 AM

Maybe you are looking for

  • Error while installing oracle 10g in redhat Server

    Hi experts, I installed Oracle 10g in RedHat Linux server. After the installation Oracle will work smoothly. After restarting the server we try to start the listener service manually but it is not starting. I configured listener.ora file using GUI in

  • Windows magnifier no longer working with latest update

    Hi Team '''Accessability Issue''' Since I have had an update from your site, I have lost the focus on the windows magnifyer only when I use Firefox. It works on IE and every other app that I have. I have gone into the magnifyer settings and made sure

  • Client Create and copying default profiles

    Hi, This is Sanjeev.. I have created a new client(678) in IDES ECC6 and now i went inside the new client(678) with sap* user and tried to copy default profile sap_all from 001 client using local client copy. It results in error saying rfc source dest

  • I bought a new Macbook Air; how to do I request an up-to-date upgrade?

    I just purchased a new Macbook Air; Apple.com tells me I need to request an up-to-date upgrade within 30 days of purchase. How do I do this? Thanks!

  • Cant open ogd files

    I have a form that has a embedded graphics object in it. When I try to load the graphics object I get the following error message: OG-01105: Can not find file c:\winnt\system32\DailyConsumption.ogd. I dont know why the application server is looking i