"Importing Data to Form" results in nothing (Newbie)

Either I designed this form in Designer wrong, or there is some setting that is not allowing data to be saved even though it appears that I set it up correctly. I do have a Submit by E-mail button.
I have e-mailed the form to 3 people (via the Initiation steps) and they have completed it and sent the XML files back. Everything looks fine, all rules appear to have been followed. But when I try to import it into the form, nothing comes in for each of the 3 examples.
Is there some attribute I am failing to assign in Designer? Or is there something in Acrobat that is screwing it up? When I try to save the data to a spreadsheet, it doesn't appear that there is any data in the XML files.
Thanks for any help. This has been frustrating the heck out of me.

Well, it can be a failry big subject, but I'll try to give a brief overview. Basically binding is how fields in the form are linked to nodes within the data DOM (so where data values will be imported from, and subsequently exported to).
Normal binding: The default. This means the data DOM and the form template DOM will follow the same hierarchy. So the field formName.subformName.fieldName will be bound to the node in the data at formName.subformName.fieldName.
Explicit binding: You can specify an explicit SOM expression that points to the node in the data DOM that your field binds to. The advantage is that the data DOM and form template DOM don't need to share the same hierarchy.
None binding: The field is not bound to anything in the data DOM, no data will be imported/exported for this field. It's rarely used, but there may be a case where you want a field on a form, but don't really care about the value afterwards.
Global binding: All fields with the same name on the form will share the same value. So if you have ten fields named MyField on your form, and typed in a value in one of them, the value would appear in all 10.
Hope that clears things up a bit.
Chris
Adobe Enterprise Developer Support

Similar Messages

  • Importing data from form to excel (beginner)

    I need assistance with a pretty lengthy survey I'm creating. I am finding it difficult to find answers on the question/help and in the forums largely because I don't know what the right questions to ask are.
    I would like to create a survey where the end-uese fills it in and emails it to me. I would like to take the xml file received via email and import the results into an excel spreadsheet, one line per each survey result.
    The biggest problem is that I know enough to get myself into trouble but not enough to get myself out of it and any and all assistance would be appreciated.
    Thanks

    Similar to the original posting, I have also created a form for individuals to complete and email back to me. I will not be receiving a one time response, however, these individuals will email me a newly completed copy of the form at various times throughout the year for multiple years.  I need to get the data into a designated excel spreadsheet each time I receive a newly completed form. What is the simplest way to achieve this?
    Thank you

  • Importing data into form fields

    I own a retail parts store, and one of my suppliers has given me a flyer that has been created with a form so that their customer's (myself included) can manipulate that pricing to our liking.
    My issue is that the flyer was created using American dollars, and I need to convert the entire 24 pages to Canadian dollars....and a newer flyer comes out every two months.
    They do include a pricing file in numerous different formats (which I can easily multiply),  but due to the fact that each price has been entered into a form field in the pdf flyer, I cannot figure out how to export that data, let alone import the new pricing back in.
    Attatched is one page of the flyer if that will help.
    I have been trying to find an answer to this for some time now, if anyone has an idea or can point me in the right direction I would be very greatful.

    Thank you for your reply, and yes, I am able to merge the form's data files into a spreadsheet, through manage form data, but I cannot get that data back into the pdf document once I have changed the info in a spreadsheet.  Using the import option will only allow .fdf  files to be imported, in which I cannot manipulate the data.

  • Import data through Forms

    I have a requirement for my users to import contact lists into my Oracle 10g database. I am new to forms so wanted to ask the group the best way to accomplish this. My first thoughts were:
    1. Allow the user to select the file and copy it to a designated directory on the database.
    I see functions to copy it to an Application server or a database table, but don't see any functions to copy it to a directory (other than AS). Would I need to use FTP?
    2. Create an external table on the predefined file on the fly.
    I don't see any issues here if I can copy the file.
    3. If there is a problem with the file somehow show the log file of the external table.
    Since it's on the database, I would need to get this file as well. Same problem as #1 except in reverse.
    4. Once I can select an external table, it seems easy.
    Easier, anyway!
    Better, easier solutions? Is there a function to copy to any server (if the server is set up correctly)?

    From Forms you can use the HOST built-in to execute operating system commands such as FTP'ing or copying files.
    Regards,
    Robin Zimmermann.

  • Error while importing data from excel to forms

    Hi,
    I am working on Oracle forms 10g, and I'm supposed to import data from excel sheet to forms.
    While the user enters the data,sometimes after entering a particular word he/she hits the alt+enter button.
    As a result the data appears in two lines in a single row
    So,when I try to import the data it's not importing the data in a right manner.
    S0,I want to replace this linefeed and carry with five spaces.
    Eg:The user instead of entering Geekpedia enters Geek
    pedia
    in the excel sheet.
    Now when I import this in the forms I want it to be imported as Geek Pedia.(5 spaces between Geek and pedia).

    Maybe you can consider save excel as .csv files and then you can load them as flatfiles to external table in OWB.

  • Importing data from excel  ... when clicking finish button nothing happens

    Version 3.1/32bit version ... I am trying to import data from excel but when i clicki finish button nothing happens. any idea. this used to work fine on the older version?

    Hi,
    Generally speaking, the data import from an xls or xlsx format Excel file works. You need to provide more information about your environment and the Excel file itself -- size, data types of the columns, number of worksheets, etc.
    I recommend running sqldeveloper.exe (not sqldeveloperW.exe) from a command line window. Repeat your import test and see if any stack trace appears in the console. For example, trying to open a 0 byte xls file results in a stack trace like this:
    java.lang.NullPointerException
            at oracle.dbtools.raptor.data.readers.XLSReader.openFile(XLSReader.java: 524)
    ...Regards,
    Gary
    SQL Developer Team

  • How to populate new record on data entry form based on search results?

    Hello,
    I'm new to jdeveloper im using version 11.1.2.1.0.
    Usually Im using forms 10g.
    I created search panel with table and its working but problem is how to transfer/populate all the field value according to that search result to New data Entry Form
    by clicking the table record or a button.
    Given :
    TABLES,EO
    1. PatientMasterIndex
    2. PatientTransactionMaster <<---- master
    3. PatientTransactionDetail <<-- detail relation
    Here the scenario,
    After Search of any patient, when i clicked one or more patient (which Jdeveloper allow multi select on jtable) on the table record it should automatically transfer or copied to the text field, i want to show on the form of PatientTransactionMaster like PatientNumber,PatientInsuranceNumber etc. to be save on db as new record, also non database field for view only like patient Name,address,age.
    IN forms i can do that by :PatientTransactionMaster.PatientNumber := :blocksearch.PatientSearchNumber ,etc.....
    or an item trigger to populate the said PatientTransactionMaster block. ( select .... into :PatientTransactionMaster.PatientNumber,etc....)
    Any suggestion,links,sample is highly appreciated.
    Sorry for my english.
    Thank you very much

    Hi,
    Do you want to create a detail record that will include some values from your master record??
    Or do you want to create a record with values from your Search criteria, only in the case you do not have any results?
    if it is the second case.
    When do you want to do that? After a press of button? or immediately?
    In general you have to handle the values from search criteria.
    Additionally, if you use ViewCriteria, you have to have bind variables for your search criteria that you will want to use.
    So in general, you have to know the values by using bind variables, understand that the query has no results (This can be done in many ways, depending on your implementation. if you are using a button, you could make a disable condition with iterator.estimatedRowCount property.)
    Perform the insert operation with the values from the bind variables.
    Regards,
    Dimitris.

  • Using Oracle Forms Importing Data From SQL Server into Oracle Tables.

    Dear All,
    We are using Oracle Forms 10g in windows XP and having OAS 10g and Oracle database 9i.
    How can we import data from SQL Server 2005 into Oracle tables using Oracle Forms?
    Thanks & Regards
    Eidy

    I have no idea what "Oracle Hetrogenius Services" is, so I can't help you with that, sorry.
    SQL Developer might also assist you. SQL Developer can connect to SQL Server as well as Oracle and has some tools for migration. See the documentation for details:
    http://download.oracle.com/docs/cd/E12151_01/doc.150/e12156/toc.htm
    For additional help on using SQL Developer for this task, please consult Support or the SQL Developer forum: SQL Developer
    Hope this helps,
    Jacob

  • Is it possible to create a form with Livecycle that a user in Adobe Reader can import data into?

    I made a form, then found out that much of the data that needs to be filled out by our data entry personnel (in Adobe Reader) already exists in an Excel file. Is there a way I can set up this form so that my coworkers can import specific records from the Excel file and save themselves time?
    I noticed that when I open the Reader-Enabled version of the file that the "Import Data" command under "Extensions" is dimmed out. So even if I could successfully create an XML file it looks like we couldn't import, even to a Reader-Enabled PDF form. Why is that?
    https://www.dropbox.com/s/bk2cpyzx9qiw4vp/AFBS_PaidClaim_V2_051412.pdf
    Thanks for help!

    We now support multiple fields on one line. This post provides a brief overview.
    Give it a try and send us your feedback.
    Sorry it took so long.
    Randy

  • Import data into a form in Acrobat Pro X

    Have followed directions on importing data in text format into a form in Acrobat Pro X . Does not work. Is it possible to import a large amount of data into a form and have multiple forms created? Very frustrating and disappointing.

    Here's a recent topic that discusses this type of thing: http://forums.adobe.com/message/3397600
    Note that some of the code that was posted isn't correct, but you will see the general approach outlined. It does require some JavaScript programming. Have you done any before?

  • Import / Export of form datas

    hello,
    since a couple of days I am working with lifecycle. I have a problem: I have created a form (dynamic xml) including buttons for import and export [javascript: xfa.host.exportData();]. I have tried with reader extension and certification and without, but I cannot export/import datas using the adobe reader.
    May somebody can help?. Thanks a lot.
    Regards, Ralf

    Hi Ralf,
    To import and export form data you must also certify your form with a trusted user.
    In case of further help and consultancy, you can mail me directly.
    [email protected]
    Asiye

  • Import Data - Nothing happens

    I have SQL developer running on my machine (Win XP Pro SP2). We run oracle db version 10g. I set up my connection and am able to query the tables but when I run the import data wizard, everything tests successfully and seems to run but when I click finish, nothing occurs other than the table reload. I can't import to either an existing or new table. I can't even get past the first screen of the wizard when importing from a .xls file.
    Please advise. Am I missing something? Thanks.

    Can you tell us your SQL Dev version?
    Please run SQL Dev from <install_dir>\sqldeveloper\bin\sqldeveloper.exe..
    This will open a console which SQL Dev throws exceptions... try doing the same thing again and when you click to run the Import Data wizard check to see if any exceptions get thrown.... if the window hangs please type Ctrl+Break to get a Java dump and post that as well....
    This info can help me and the bigger (more experienced) dudes/gals solve your issue.
    -Tim

  • Import data - fill in form

    Can we not import from a simple ASCII file (tab delimited) a list of entries which are placed into the defined fields of a PDF form?
    It seems to me that this should be a product feature. I just can't see how it is done.
    Thank in advance.
    Tom

    The text data file has to have a header row that has the field names tab delimited. Subsequent rows are the corresponding tab delimited data.You can then import by selecting: Forms > Manage Forms Data > Import Data > Text Files (*.txt)
    Select the file that contains the data and you will be allowed to select which row of data you want to import.

  • Hi ... Is there a way to import data from fillable form pdf to iwork numbers ???

    Can somebody tell me ., is there a way to import data from fillable form PDF to iwork numbers or do i need to write a code to do this ???

    This may help but I have never used PDF forms:
    http://helpx.adobe.com/acrobat/kb/acrobat-forms-form-data-web.html

  • I have just overwritten important data, i.e. the names of those who completed the forms.  I need to restore but wasn't able to 'undo'. Please help

    I have just overwritten important data, i.e. the names of those who completed the forms.  I need to restore but wasn't able to 'undo'. Please help

    Hi,
    Unfortunately, it is not possible to retrieve the deleted data. If you have made the changes to the response and closed the response window; new data must have been saved automatically. In future, if you accidentally overwrite any data; please press ctrl+z to undo the change.
    Regards,
    Nakul

Maybe you are looking for

  • Help required for Hilbert Space Filing Curve problem

    Can someone suggest the algorithm for the following problem: Given an N � N array A, generate the index of each location A[i][j] according to Hilbert Space Filling curve. The Hilbert curve generates the indices recursively as follows - for a 2 � 2 sq

  • Mapping IDoc to File Doubt

    Hello!! I have send the IDoc CHRMAS.CHRMAS04 from my R/3 to another system via file adapter. My problem is I have to pass several fields of the idoc to a complex structure on the XML with the structure: <ITEM>    <FIELDNAME>Weight</FIELDNAME>    <FIE

  • BOM Explosion in Delivery

    Hi, We have a requirement for exploding delivery in outbound delivery only. Our client wants to explode the BOM in outbound delivery as they want to use BOM components only for the purpose of packing. They are not showing the BOM items in the Sales o

  • Looking for jdbc class for INTERVAL

    Is there any class in jdbc driver for Oracle 9i INTERVAL type.

  • JPA Generic entities classes Mappedsuperclass are not possible!

    Hi, I have came to understand this: You can use generics with fields in a class, but you cannot make the class generic or a collection in a generic form. I hope that I stated what I wanted correctly. This is the normal generics known to JPA! public c