Dynamic element binding between XML based PDF form and WDA context

Hi Experts,
I am working on a XML based interactive form.There is a table node in the XML interface which generated by WDA context, and binding on a subform in the PDF form.
I tried to add instances to the subform using javascript. Unfortunately, I can not get the internal table in WDA.
If I initialize the table to 10 lines in WDA , and then add 5 line to it in PDF, when I submit the PDF, I can only get 10 lines in the WDA framework. It seems that the element which is create dynamically can not be past to the interface.
Could you tell me why? And is there any other better solution? I just want build a table in PDF form in runtime and pass it to WDA context.
Thanks a lot!
Best Regards,
Guo Guo Qing

Hi Thomas,
Thank you for your reply.
I think the performance will be a problem if I create the elment in WDA using submit event. I need to create hundreds of record dynamically. I must find some way to reduce the communication between the WDA and PDF form. Maybe I can set a container with a number of elements before the PDF output. Do you have some better ideas?
Best Regards,
Guo Guo Qing

Similar Messages

  • How to read data fra adobe interactive pdf form into WDA context?

    Hi,
    I have a pdf form which is pre filled with some data and then the user has the opportunity to add some data to the pdf form.
    I want to retrieve this data into my context without having to add a button into the pdf form which will send back data to WDA. Currently i am using pdfSource but it is not updating the context.
    If needed i can change to use dataSource/templateSource instead of pdfSource.
    Thanks

    >
    Lavanya YH1504 wrote:
    > hi
    >
    > please refer this link it will helps you.
    I don't think that link will help. The PDF Source isn't updating either on data entry into the form
    The issue here is that the Adobe form does not update the SAP context until you tell it to do so. You really need to trigger an event in the form to cause that update, a button as previously mentioned is one amongst many ways of doing this.

  • Adobe Reader XI - dynamic PDF Form and the E-Mail Dialog

    Hi Community,
    I have a dynamic PDF Form and we use the E-Mail function to save the XML-Data to local harddrive. That works until Adobe Acrobat Reader 10.1.2. But with the Adobe Reader XI (11.0.4) the E-Mail Dialog has changed so I am One is forced to send the XML file with Outlook or the internal mailer and has no option to save the file locally.
    Does anyone know a workaround or something similar. The Live Cycle server with PDF extension is too expensive for our small project.
    E-Mail Dialog (10.1.2)
    If you choose Internet-E-Mail you get a Save-As File Dialog
    E-Mail Dialog (11.0.4)
    There is no way to save the XML-Data to local Harddrive.

    Hi Pat,
    Are you using Adobe Reader XI? And not Acrobat. It does not ask me to save the form if there are unsaved changes.
    I have used previous versions of reader for saving this form data and it did allow me to save it with ctrl+s. And those versions did prompt me to save the changes before closing.
    I guess I should not have updated the reader.

  • XML based Adobe form is not allowing to input values while display on IE

    Hi Experts
    I have intergarted an XML based adobe form in webdynpro with inputs fields and submit button.
    But on display on Internet expolrer it doesn't allow to input values even button dosen't work.
    Please help me how would it will allow to input values .
    Many thanks in advance

    hi dear
    yes the enabled property is checked but still form doesn't allow to enter value and submit button is also disabled.
    Is there any setting or some program code is required.
    It would be great if some body can help us in this ....
    many thanks in advance.
    thanks

  • Binding fileds of a PDF to a webdynpro context

    Hi to all,
    I created a pdf with abobe lifecycle designer 7.1 then I imported it in a webdynpro view as an interactive form element. Then I binded the pdf fields with a context in webdynpro view, this context is binded to a RFC model which writes datas on a sap system table. The aim of this project is to write some datas on the pdf and, after pressing a submit button, all these datas will be saved on the SAP system. My problem is that the binding between fields on PDF and view context doesn't work!!!
    Can you help me, please?
    Thank you very much,
    Antonio

    Ok, got it. I suspected you were looking for something a little more dynamic.
    You're correct, APEX doesn't have such feature yet.
    This is still more code than you may want, but would something like this work:
    -- FETCH Process
    begin
      l_page_base := 'P1_';
      for c in (select column_name, column_value from my_table)
      loop
           apex_util.set_session_state(l_page_base || c.column_name, c.column_value);
      end loop;
    end;You'll need all the items created on the page of course, but it's possible to cut down on the code and make the fetch a little more dynamic.
    Then in the Submit I can do an apex_utl.get_session_state(item) and also loop through the elements.
    I've also used this technique.. but it was a pain as I was re-inventing the wheel completely.
    var options = {
        url:       'http://URL_PROCEDURE'
    // The Form "SAVE/SUBMIT" button would NOT submit the page and instead call this code
    $.post(options.url
      , $(this).serialize()
      , function (pJSON) {processResult(pJSON);}
      , "text");
    function processResult (pJSON) {
       var resp = $u_eval('(' + pJSON + ')');
       if (resp.row[0].status == 'SUCCESS') {
           window.location = 'f?p=&APP_ID.:SUCCESS_PAGE:0:';
       else {
           $('#uSuccessMessage').html((ie)?resp.row[0].error : resp.row[0].htmlError);
           // if get got an item, set the focus on it
           if (resp.row[0].item) {
             $('#' + resp.row[0].item).focus();
    }With this technique, the serialize passes value pairs in the URL to URL_PROCEDURE with all the fields on the form.
    It still required a lot of code and you're not really using APEX at this point any more.
    Good luck.
    -Jorge

  • How do I save the whole pdf form and send through a mailto?

    I have a pdf form created in LiveCycle that needs to be sent through email as a pdf attachment.

    Hi,
    You have the choice between xml or pdf, in later versions of designer you can choose with a dropdown on the email button object palette, the "Submit As";
    In earlier version you had to edit the XML Source and change the format from xml to pdf (or vice-versa);
    Regards
    Bruce

  • NEW! Import Fillable PDF Form and Collect Responses

    FormsCentral now allows you to import an existing fillable PDF form and use the FormsCentral service to collect and analyze the submitted data. You no longer have to recreate your existing PDF forms within the service in order to take advantage of FormsCentral’s data collection/analysis capabilities.
    You can also use popular tools like Adobe Acrobat X Pro or Adobe InDesign to create PDF forms that work with FormsCentral.
    To import a PDF form go to the “My Forms” tab, click the More button on the toolbar and select “Import PDF Form.” Note: FormsCentral does not support PDF forms created using the LiveCycle Designer (XML-based forms).
    Once imported the normal Design tab is replaced with an “Imported Form” tab that allows you to place a Submit button on the PDF form. You can place it on the top left or right of the first page, or place it on the bottom left or right of the last page. A thumbnail shows where the button will appear.
    Click to view larger image
    The Options tab shows options that are available for PDF forms (Note: PDF Forms do not support Redirect URLs or Payments so these are not shown)
    Click to view larger image
    The Distribute tab allows you to open the form and download the submit-enabled PDF file for distribution. The PDF file can be filled out, saved and submitted using the free Adobe Reader.
    Click to view larger image
    The Response and Summary Report tabs will show the data submitted from the PDF form. They function as they do for a normal form file that you created from scratch or template.
    This FAQ describes what types of PDF forms can/cannot be imported and what functionality is limited within the PDF once imported:
    http://forums.adobe.com/docs/DOC-2533
    Please send us your feedback.
    Randy

    I followed this process to import my PDF form.  The link I have on my web page is displaying an error from FormsCentral.  The link works but the web page is confusing to customers.  The message is: 
    An error has occurred.
    The form does not exist. Please re-enter the web address as the link may be misspelled.
    When I saved the submission-enabled PDF, I could only save it to my computer.  I then had to upload it to the web site server and created a link on my web page to point to that URL.  
    How can I get rid of the Adobe FormsCentral message on the web page?

  • Restrictions on PDF Form and Submit Form to email

    I have two questions:
    After creating my pdf form and sending it to the client, once they have filled this in is there a way to restrict the document from being edited again?
    How do a add a submit button to the end of my form so that it automatically gets sent in an email?
    First time user

    Read documentation on CF8 : "Although forms created in
    LiveCycle Designer allow several types of submission, including XDP
    and XML, ColdFusion 8 can extract data from HTTP post and PDF
    submissions only".

  • I filled in a fillable pdf form and when i print it, the text in the fillable section gets cut off.

    I filled in a fillable pdf form and when i print it, the text in the fillable section gets cut off. What do I need to do to get the entire text to be printed. Any help is appreciated.
    Thanks

    What has this to do with Pages? You probably did this in Preview.
    Peter

  • Can I create a fillable pdf form and then export it for client use on my web site?

    Can I create a fillable pdf form and then export it for client use on my web site?  I need clients to be able to fill in the (registration) form on my site then submit it via email.

    [discussion moved to Creating, Editing & Exporting PDFs forum]

  • How do I complete online .pdf form and then print?

    Sometimes, I can enter data on an online .pdf form and sometimes, I cannot.  I need to complete forms and then print them rather than print a blank form to complete by handwriting.  Window XP and Vista on my computers.  I have installed some Adobe and Acrobat programs but do not know which ones would help me with my problem.  thank you

    Adobe is the company. I assume you are talking about Reader and Acrobat. It would be nice to know which ones, but the answer is likely the same. With Reader, you can only complete the form electronically in Reader if the creator added from fields for your to fill in. If not you have one option and that is to print. You could still play with filling it out electronically, but you would have to print the form, put it back in the printer, and use your word processor to place the information on the form. This is a bit time consuming and requires some measuring and possibly some trial and error, but it does work - I used to fill forms out like this all the time, but generally forms I filled out once a month and so it was worth the time.
    With Acrobat, you can use the Typewriter tool, Use the Text Touchup Tool (not real convenient) with the ctrl key used when you place the cursor, or create your own fields. Depending on your version of Acrobat, you may not be able to create form fields (like AA7 Std and before I think, Pro includes the form tools). With forms, you may also have the choice of the form files under TOOLS>Advanced Editing (typically called AcroForms) or the FORM menu that typically takes you to Designer.
    Those are your choices, though there are variations with version (next time try to tell us the program version you are using and if it is Reader or Acrobat - for Reader you may want to go to the Reader forum).

  • I created a pdf form and then iported it to Forms Central for distribute. It is now loaded to my website and setup so a person clicks on the link to open the form. At this point they then have to go to upper right to open form using a different view. I wo

    I created a pdf form and then imported it to Forms Central for distribute. It is now loaded to my website and setup so a person clicks on the link to open the form. At this point they then have to go to upper right to open form using a different view. I would like the form to open directly in Adobe Reader form to make it easier to enter information. Thanks, Ike

    If you created it in Forms Central, you have to edit it there. I believe Forms Central is similar to LiveCycle Designer in that the form created is no longer able to be edited in Acrobat. I might be wrong, but that is my understanding. You add the submit button in Forms Central. Within Acrobat, you should be able to go to the forms menu and Manage Data to save the data to an Excel file. Others better with forms should be by to clarify things, but this should get you started. In the future you might find it better to post a forms question in the forms discussions.

  • I just downloaded a pdf form and need to open it and fill in blanks but can't figure ohow to find the file

    I just downloaded a pdf form and need to open it and fill in blanks but how can I find the file in Adobe so I can open it??
    Thank you in advance.

    Hi Steve Odem,
    If you downloaded the file from a web page, it most likely went into a Downloads folder on your computer. If you don't know where that folder is, the easiest thing to do may be to use the Find feature of Mac OS or Windows (whichever you use), to search for the PDF form. Once you know where the file ended up, you can easily navigate to that folder in Reader. (Choose File > Open in Reader, then navigate to the file in the Open dialog box.)
    Please let us know if you have additional questions.
    Best,
    Sara

  • Updating a PDF form and keeping it accessible... is there an easier way?

    So I have some InDesign files that were converted to PDF files then brought into Acrobat X where they were turned into accessible forms. 
    Now edits need to be made to the content.  I've been trying to figure out what the best approach with the least amount of steps to update these accessible PDF forms.
    So I export the PDF from InDesign, then..
    Option 1:
    Open the newly created PDF and the old version of the accessible form and Copy+paste form fields from old file to new file.
    The good: Tags, Structure, hyperlinks and reading order transfers over from Indesign.
    The bad: Time consuming. Tabbing order for the fields usually needs a lot of manual adjustment. Manually have to add language, title, subject, keywords
    Option 2:
    Open old PDF form and replace the page with the new PDF file.
    The good: Fast! Form tabbing order set. Language, title, subject, keywords all good set.
    The bad: Tags, Structure, hyperlinks and reading order are gone! Manually touchup reading order, add form fields to tags (which sometimes deletes fields and crashes)
    Option 3:
    Open old PDF and use edit document text to fix little issues.
    The good: It works for small issues.
    The bad: Not an option for anything besides a typo. Can't change layout. Have to do the edit again in Indesign, or have out-of-date files.
    Anyone have a better way of doing it?
    BTW I'm using InDesign CS5.5 and Acrobat X on Mac

    You can print it from you My Verizon online account under Documents and Receipts. This option will appear on the left after logging in.

  • Is there a way to select a word in a pdf form and have it circled

    is there a way to select a word in a pdf form and have it circled instead of say check marked

    https://discussions.apple.com/community/professional_applications/final_cut_stud io
    Al

Maybe you are looking for

  • How to create a JOb

    Hi Experts, Previously i waw using bdc and was creating session. Now in place of BDC i am using BAPI . Now i cannot create  a session  so i am creating a job. Problem is that when i use bapi the record is created at same time. So before execting Job 

  • Lsmw task list more rows of descrption

    hi all iam doing recording of task list ia05 in lsmw but i can only 21 rows of operation description i ahve to scroll down to make recording down but in source field the field names again start form 01,02 instated of 21,22,23 how can i a make lsmw of

  • R14 Default Value on a Picklist

    on the lead object I have a custom picklist that contains units of measure such as lbs, kg, etc. On the user object I also have a custom picklist that contains the users preference for unit of measure. When a new lead is entered by a user I would lik

  • Socket error 10038 on URLConnection

    We put a Java 1.2.2 applet into production on our intranet starting in April. Of the more than 800 users (all running Windows and IE), 3 have been unsuccessful in getting it to work; the appliet will not make a connection to our application server vi

  • Pdk download for eclipse 3

    Hi everyone, does anyone know where to download the pdk for eclipse 3.  I have EP 6, not netweaver.  I have downloaded a pdk file, bit it zipped out to an .epa file and I don't know what to do with it. thanks a bunch, Mariana