Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Screenname_Tim
Screenname_Tim
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
6

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Screenname_Tim
Customize the badges you want to showcase on your profile
Re: Dynamically incorporating an XML fragment - Adobe LiveCycle 07-11-2009
Hi Bruce,thanks a lot for your help (and patience I was probably not very clear, but I want to use the XML fragment to dynamically generate a form to be filled out, meaning that the data from the XML fragment will mainly have the labels for the text fields, while the text fields are later filled out by the user, saved and sent back (file attached).Do you know whether it's possible to also store the XML data generated? That would create a lot of possibilities...Thanks,Tim

Views

495

Likes

0

Replies

0
Re: Dynamically incorporating an XML fragment - Adobe LiveCycle 02-11-2009
Dear Bruce,thank you very much for your answer.Your example works perfectly!When saving and reopening the form the dynamically created nodes are not there anymore, which isn't illogical per se, but I would like them to be there I want to dynamically create fields, have the user enter data in those and then save the form. The most convenient way would be to put it in an XML fragment and bind the subforms and elements to it. I tried creating and binding it in the data section, but was not really s...

Views

492

Likes

0

Replies

0
Re: Dynamically creating and binding data - Adobe LiveCycle 01-11-2009
Hi Paul,thank you for your answer.Do you have any idea how I could best proceed to meet the requirements I have?All hints are more than welcome!Kind regards,Tim

Views

219

Likes

0

Replies

0
Dynamically incorporating an XML fragment - Adobe LiveCycle 01-11-2009
Dear everyone,I am trying to bind some XML data to an existing node upon initialisation of the data node. I try the following:var xml = ""xml = xml + ""xml = xml + ""xml = xml + "Tim"xml = xml + "Lumberjack"xml = xml + ""xml = xml + ""xml = xml + "Jack"xml = xml + "Programmer"xml = xml + ""xml = xml + ""xfa.data.PEOPLE.loadXML(xml, true, true)Since it does not seem to work, I display my data with the following comment on a text field:xfa.datasets.saveXML("pretty")This results in: I woul...

Views

2.5K

Likes

0

Replies

5
Dynamically creating and binding data - Adobe LiveCycle 19-10-2009
Hi everyone,I am creating a form which is available in different languages. Therefore I created a radiobutton per language and on click of one of these buttons, I dynamiccally bind the XML fragment with an existing node (javascript code): xfa.data.node.loadXML(xml, true, true)This works, since I display the XML code in a seperate text field to check.Afterwards I want to dynamically bind my text elements to the data. Therefore, I already created the bindings to the XML nodes that will be generate...

Views

797

Likes

0

Replies

3
Re: need to import/preload xml file data on existent dinamic pdf form - Adobe LiveCycle 19-10-2009
Hi,If you want to have some data available to test, you can go to file > form properties > preview and put a data file in the data file field. This data file is an XML file, you can look at the needed structure by going creating a dummy file by clicking on the "generate preview data" button.HTH,Tim

Views

175

Likes

0

Replies

0