With the help of several xml files to complete the 1 form.

Hi all

Thank you for reading this.

My scenario is that I have a form which is the inspection report for a product.

Once the technician has completed its inspection they fill out the form and send it (which saves the form as xml data in a specific folder on our network.

Now 1 customer may have up to 10 items to be inspected on a single order. What I have to do is to create a customer report showing them the necessary work on their items.

Basically, I need to be able to import up to 10 xml files of inspection report in 1 report form.

I was looking for this with the authorities, but I'm wrong.

I can get 1 data file imported by using xfa.host.importdata("filename")

but this method seems to reset the form after the first call to the second instance of the form in the form of report receives all the data. (if this makes no sense at all)

How can I configure my report form so I can fill different instances of the subform from different xml files?

that is my xml files names are formatted with call number and line number, e.g. 42E11134 - 5.xml would call no. 42E11134 line 5.

the folder on the network would have to be 42E11134-10 42E11134-1 (not superior because we cap the maximum points on the same order)

I need to figurentsur instance subform 1, 42E11134-5 42E11134-1 data displayed on the subform instance 5 etc etc and also recognition of the number of necessary instances (but this could be selected by the user).

If the authorities do not work I am happy to have 10 separate subforms with different names, but must exist within a single form.

You can only import a single XML file. You have an xml file that has multiple instances of data, but it must be a single xml file.

So you should find a way to combine all these into a single xml files then do the import.

Paul

Tags: Adobe LiveCycle

Similar Questions

  • I want to send my message by mail with the email form that I have already installed

    I want to send my message by mail with the email form that I have already installed

    original title:<>

    Hi Michael,

    I suggest you to check if you get the same message in Internet explore, if you use Firefox I suggest you contact Firefox for using the link below.
     
    Hope this information helps.
  • My customer is having a serious problem with the Contact form Widget

    My Client is to have a serious problem with the Contact form Widget that I can't seem to figure out how to fix.

    I created a website for a client and inserted a widget of Contact form on the "Contact us" page Whenever someone uses the form, e-mail receive my client shows my e-mail address as the sender. So when they "meet" the email, the response is sent to me and not the person who sent the original message. This creates a major problem in that I get flooded with answers e-mail while my client's potential customers go without a response.

    When I look at ' Site Manager > email system > Workflow information > e-mail address on the site administration Console, it displays my e-mail information. This is what needs to be changed?  If this is the case, what needs to be placed in this field for the email address of my client receives presents information email senders in the field "from".  My client wants to be able to click on reply and the message sent to the right side. They would be very angry if should be cut and past shippers Correo electronico of the body text on all the contacts they receive.

    Their feeling is that if I can't find a way to make the contact form works as it should, then there is no need for them.

    Can someone help me understand this? I really don't want to disappoint my first client.

    Congratulations for your first customer! =>

    Looks like you can have your email in places where your customers email should be.

    Here are the places you need to change your e-mail address.

    First adjust the answering of your web form is your customer email. Screenshot: http://screencast.com/t/YWiZZ30E0jE and http://screencast.com/t/u4t69anTLR

    Second set Emails to come your clients e-mail system. Site management > system email > set default "from" e-mail. Screenshot: http://screencast.com/t/EAr2sfXk

    I always go through each email system and check the e-mail address after you set the default value. I found that it doesn't always change them for some reason any. Note: If you are on a lower to webCommerce plan your list can be shorter than what is shown.

    Make sure that the email you the list of customers is also an email they want in public.

    Also provide information on the TSA that thetrickster888 is good information.

    I hope this helps.

    Lynda

  • Galaxy Tab 4 is not compatible with the CC form

    Nobody knows why the Galaxy Tab 4 is not compatible with the CC form, and when it will be?  Thank you!

    Hello!

    Sorry for the late response: the apps for android should be downloaded on mobile devices only. Some users might get a few apps on the shelves, but it is not the rule.

    There is no official date for the release, so I can't give you a straight answer. My speculation is probably something could happen in the fall, but honestly, I don't know. So far, mobile only.

  • Need help with the help of an xml file for changes in the system profile

    I'm looking to accelerate the deployment of new rack-mounted servers by updating their server through xml import profile information and I'm stuck.

    I am able to successfully export the profile as an XML to NFS.

    I'm not having luck changing data to import.

    My first attempt great base is simply by changing the name of drac.

    Here are the contents of the xml file that I am trying to import:

    ");" >
    laboratories-001-dev-a01 - dc1.example .net
    The job fails.

    Any ideas on what I am doing wrong?

    Hi Martin,

    I found my problem.

    In the GUI, you can enter a COMPLETE domain like something.example.com name in DNS Rac name field.

    Who will fail via importing a racadm as apparently a. is not allowed during the updating of the attribute "NIC.1 #DNSRacName".

    Is this a bug of the DRAC?

  • How to display XML data with the same form that generated?

    I am an inexperienced "developer", so bare with me please.  I just created an interactive form that my users will fill out and give me back.  I love the email button that let's them just click a button to send it - because it's so smooth.  However, all I get back is data XML that I don't know what to do with.  Is it possible that I can just open the form I send my users and have the XML data to automatically fill? Otherwise, suggestions?  I started a company - so it's just me without other resources (or fancy SQL DBs to pull this stuff, etc.).

    Hello

    You can configure a button on the form with the JavaScript next to the click event:

    xfa.host.importData ();

    This will open a window that will allow you to navigate to where you saved the returned XML file. Note that this button does not work in extended via Acrobat Forms.

    Depending on the version of Acrobat you are using (the menu changes slightly) you can go to the menu forms and select Manage form data / import data.

    Third option; You may also distribute the forms via Acrobat, which will put in place a response file, which will allow to import responses for you.

    Hope that helps,

    Niall

  • Getting data from several XML files

    Could someone please shed some light on the best way to read several external xml files through Flex? We haveabout 100 xml files (of which few are accessible by users).
    I tried to implement the following generic function which takes a file name, but when debugging it, it seems that the Manager never gets call after executing the line of service.send ()! I would much appreciate your help!

    public void fetchFileContent(fileName:String):void {//this method is called when you click on a button
    var service: HTTPService = new HTTPService();
    service. URL = "filePath /" + file name;
    service.useProxy = false;
    service.resultFormat = 'e4x ';
    service.addEventListener ("result", fileRetrievalHandler)
    service. Send();
    }

    public void fileRetrievalHandler(evnt:ResultEvent):void {}
    fileContent = evnt.result.feed; This line is never executed
    }

    "miglara" wrote in message
    News:glhase$5sr$1@forums. Macromedia.com...
    > Could someone please shed some light on the best way to read more
    > external xml files through Flex? We haveabout 100 xml files (of
    > who
    (> only little is accessed randomly by users).
    > I tried to implement the following generic function which takes a
    > filename
    > but when debugging it, it seems that the Manager never gets call after
    > executing the line of service.send ()! I would much appreciate your help!
    >
    > public void fetchFileContent(fileName:String):void {//this method is
    > called by clicking on a button
    > var service: HTTPService = new HTTPService();
    > service.url = ' filePath / "+ file name;
    > service.useProxy = false;
    > service.resultFormat = 'e4x ';
    > service.addEventListener ("result", fileRetrievalHandler)
    > service.send ();
    > }
    >
    > public void fileRetrievalHandler(evnt:ResultEvent):void {}
    > fileContent = evnt.result.feed; This line is never executed
    > }

    Try to add a fault handler and see if that goes off. Also, since you are
    use HTTPService rather than URLLoader, you should know that this will probably not
    already worked for your development environment, unless you have either changed the
    Directory of output to go on the server or you have changed some compiler flags
    to allow you to get local and access to the network at the same time. That's why
    I always use URLLoader to load XML files to relative path... it just
    works without my need to change anything.

  • Help with the contact form

    HI guys,.

    Has been woundering if anyone could help me with the php/html contact form.

    I already tried a more complex form of php, but was not then go try a simpler this time around.

    It sends the form through just his Blanck...

    Any advice would be great

    HTML:

    < id section 'contact' = class = "4" >

    < div class = "container" >

    < header >

    Contact < h2 > < / h2 >

    < / header >

    < p > please do not hesitate to get in touch, to < a > < /a > mymail, or use the form below. < /p >

    < are method = "post" action = "send_form_email.php" >

    < div class = "row half" > < div class = "6u" >

    < input type = "text" class = "text" name = placeholder "name" = "Name" / >

    < / div >

    < div class = "6u" >

    < input type = "text" class = "text" name = "email" placeholder = "Email" / >

    < / div >

    < / div >

    < div class = "row half" > < div class = "12u" >

    < textarea = "message" = "Message" placeholder name > < / textarea >

    < / div >

    < / div >

    < div class = "row" >

    < div class = "12u" >

    < input type = 'submit' class = "submit button" value = "Send the Message" >

    < / div >

    < / div >

    < / make >

    < div style = "" clear: both; "> < / div >"

    < / div >

    < / section >

    < / div >

    PHP:

    <? PHP

    $EmailFrom = "";

    $EmailTo = 'my email ';

    $Subject = "message from Site."

    $Name = Trim (stripslashes($_POST['Name']));

    $Email = Trim (stripslashes($_POST['Email']));

    $Message = Trim (stripslashes($_POST['Message']));

    validation

    $validationOK = true;

    If (! $validationOK) {}

    Print "< meta http-equiv =-"refresh\"content =------"0; " URL = Error.htm\ "' >"; "

    "exit";

    }

    prepare the body of the email text

    $Body = "";

    $Body. = "name:"; "

    $Body. = $Name;

    $Body. = « \n » ;

    $Body. = ' e-mail: '; "

    $Body. = $Email;

    $Body. = « \n » ;

    $Body. = "message:"; "

    $Body. = $Message;

    $Body. = « \n » ;

    send email

    $success = mail ($EmailTo, $Subject, $Body, "in: < $EmailFrom >" "");

    Redirect to the page of the successful

    If {($success)

    Print "< meta http-equiv =-"refresh\"content =------"0; " URL = index. html\ "' >"; "

    }

    else {}

    Print "< meta http-equiv =-"refresh\"content =------"0; " URL = Error.htm\ "' >"; "

    }

    ? >

    Linux servers are case-sensitive - Email is not the same as e-mail.  Form in your HTML form field names must exactly match the PHP variables.

    Nancy O.

  • deploy from model with the custom form does not not - NIC becomes disconnected

    [We're using vcenter 5.1 update 2]

    I have created a new model for 2012 Server R2 and I created a specification tailored to go with it. I went to test the deployment of the other day and it seemed that the personalised has not quite finished. He had put the local administrator password and baptized, but he does not join the domain. I finally understood that after the deployment, the NETWORK adapter is not connected despite having me 'connect to light' checked in the model. We are using the VMXNET 3 card.

    I've been messing around with the template for the past 2 days and I am stuck as to why it does not work. I tried the following...

    -checked the windows firewall is disabled (3 options) (Re: ESXi 5 VM / Server 2008 R2 loses the network connection after reboot)

    -removed NIC; cleaned up the registry to the HKLM\System\CurrentControlSet\Control\Network\; restarted; readded NIC (it was to eliminate any ghost NICs) (http://vnetwise.wordpress.com/2012/06/09/vmware-template-deploymentspart-1-trying-to-modify/)

    -Remove vmware tools and reinstall. (http://vnetwise.wordpress.com/2012/06/09/vmware-template-deploymentspart-1-trying-to-modify/)

    -card network in the operating system, unchecked "allow the computer to turn off to save energy" (Re: ESXi 5 VM / Server 2008 R2 loses the network connection after reboot)

    -checked that my new 2012R2 model uses the same host cluster and storage as my 2012 model that works. Also on the same port group distributed. (Essentially, all parameters of vcenter are identical between the two models)

    -also tried disabling the NETWORK card in the model (Windows Server 2012 comments customization)

    I have re-deployed the same server about 10 times and each time after deployment, you can see restart and try starting the customization but it crashes. If I manually turn the NIC on it is completed successfully. The problem is that I don't want to have to do that each time I deploy a server. Why is it disable the NIC and unchecking my option to connect to turn on and how to fix this?

    6.23.2014

    Based on tests (as detailed below):

    5.1 U2 - when patterns of deployment Server R2 2012 using a custom form, the NIC is not on after the deployment despite having ' connect at power on "checked.

    * We use VMXNET 3 and we use vDS


    Any help is very appreciated!

    -Adam

    Post edited by: atom_acres

    Problem solved: you need to update the hardware VM version from 8 to 9 on the template (also be sure to check "running on check and put vmtools")

    When you create a new virtual machine from scratch in 5.1 U2, he apparently uses VM Hardware version 8 instead of the latest v9. Once I upgraded it, made sure to check the box to have check and tools upgrade vm market, deploying with customization works and the NETWORK adapter is enabled when lit!

  • problem with the widget form Muse cc

    When I use the widget without changing file names, I can send the form. I changed a few names, and now I can't send the form, assume there is a field not applicant, even when all the fields are "unsolicited" and mention "empty" I can't send the form. 2nd question: how to ask a few numbers in a field?

    form-museCC.jpg

    The basic forms do not allow customizations such as the validation of specific entry as numbers only models. You would need a BC Pro account for that. The rest, we can't really tell without having the exact error message and the exact structure of the form. Screenshots are not much use when you do not include the properties / settings for fields.

    Mylenium

  • Problems with the contact form

    Good day to you all,.

    im a total newbie-muse.

    That said: I have some problems with a contact form I've tried to insert into my homepage.

    When I try to download it via ftp to our server muse tells me that there are some problems with the configuration of PHP.

    In addition to the contact form, the site works very well.

    I tried to change the version of php on our server at 5.6, but it still doesn't work.


    Any ideas?

    Thanks in advance and greetings from the Germany.

    You can consult this document: Troubleshooting Muse form Widgets used on the third... | Adobe Community

  • Yet faced with the contact form

    Hey DWers-

    From another thread, I've added form osgood (thanks for posting that). The form appears on the page, but does not work and I do not know because I macerated the code along the way.

    I think it's clashes with the < html > tags existing, but I'm not sure what I can/can ' t get out existing code because it's a little more complicated that I'm used to. It's a delicate design, so I don't want to fix something (e-mail form) and destroy the other (the sensitivity).  I'm ready to knock a Facebook link on the page and say see ya!

    Anyway if anyone has some time, the link is http://www.dirtbikes101.com/contactform.php

    Thanks, thanks and thanks again!

    PS - the error message is

    Internal server error

    The server has encountered an internal error or misconfiguration and was unable to respond to your request.

    Please contact the administrator of the server, [email protected] and inform them of the time, is the error occurred and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Apache/2.2.3 (CentOS) Server at www.dirtbikes101.com Port 80

  • When the button and then open a new window with the calling form

    Hi all I have a form with buttons only and when I press one of the buttons they call another form
    code
    CALL_FORM('C:\test_report\final_to_be_added_to_main\Customer_2-5-09');
    I want to, when I call the form when I press the button then the calling form opened with the new window

    Thanks and greetings
    Vikas Singhal

    Hello

    Forms in an application is running in a window unique applet. When you use the CALL/OPEN/NEW form, she would open them in the same applet window. If you want to open another instance of the form, try something like

    web.show_document('http://:/forms/frmservlet?form=','_blank');
    

    Note: It will not share the session. You need to re connect on this form (or use a section of configuration with the user name and password etc.). Therefore, the instance of forms, db instance all will be a new one.

    Arun-

  • I bought Adobe Acrobat DC with the understanding that I could create a form with a text field that a customer could enter then several sentences, paragraph or several pages.  Working with the 'prepare form', I can create the text box, but it does not give

    http://www.gehendowment.org/

    Since the Web site please see Application to view the pdf file and scroll down to page 2 to see the text answer box and you can enter multiple lines of text.  That's what I need, so what's the correct software that goes to me.

    Ah ok. Just in case where it is not clear

    * Acrobat can't do MultiPage forms

    * Designer can do more powerful forms

    * Designer is now sold separately.

    Also be aware that the Forms Designer only show in Adobe software and others and cannot be used on portable devices more and most browsers.

  • OKR preserved with the implementation form/partition conversion?

    I am a new owner of an Ideapad S12 - as well as new to this forum, so I apologize if I didn't search well enough, but I could not find explicit answers to what I'm wondering.

    I understand that OneKey Recovery will continue to work as long as the disk partition HARD sizes remain unchanged. But let's OKR also continue working if I format and/or to change the file system, but leave the partitions and partition sizes unchanged? Specifically, I want to maintain the Restore Factory Default option when you press the OKR when arrested.

    Here are the current provision of the HARD drive:

    • Primary partition (C:, FAT32)
    • Extended partition (logical drive D:, NTFS)
    • (Inaccessible from Windows, NTFS) recovery partition

    I am considering the following actions:

    • convert C: from FAT32 to NTFS by using the command line in Windows
    • do a clean install of Windows, C: to NTFS formatting, leaving only the D:
    • do a clean installation of Windows, try to convert an extended in a primary partition partition D:

    I read on the people who make the first action without any problem, but OKR still work? I also have never worked with extended partitions, so I don't even know if the second and third actions are possible, a fortiori if they preserve OKR.

    I was quite surprised that the HARD disk has been partitioned so archaically, with FAT32 and extended partitions. I hope someone can tell me how can I go with formatting without losing the ability to restore my default HARD drive!

    Hello

    There is a big NO...

    Sentence: Small things could change the world... full up here

    ... But a full backup is always the best solution... When you invest a couple of hours after the backup

    You can do what you want... fresh install XP Home or Prof.... or Multiboot... Windows 7... Vista... SnowLeo... anything...

    but when you want to change something on the hard disk before the backup, you are alone in the dark .

    No one could help you easily or, in the case of bad tie...! Its your own risk!

    I prefer once again...

    Without costs high, why not use it... But needs a key-USB-DVD!

    EASEUS to do the backup will do likewise.

    the difference is, you need a CD player to start the rescue media program

    & minimum a 8 GB USB stick / HARD drive for the backupfile... & more time... but it's free...

    cordially KalvinKlein

    If you want to see what can happen Ive wrote a small article in German map S-series, translated by google

    Press F11 for lack of operating system

    Original article in German language, if you can read German

    Not translated Press F11 for lack of operating system

    In short repeat... it's S10e doesn't come with OKR but always symptom even on all S-Series...

    That's what you get after partitioning or re-formatting change

    First look seems OK...

    To start on the rescue and the recovery environment. Press F11

    But when press F11... you got it... uuuppps...

    Missing operating system

    So, what are you waiting for

    Trust people, not machines

Maybe you are looking for