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

ourri99
ourri99
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ourri99
Customize the badges you want to showcase on your profile
Re: LoadXML external XML - Adobe LiveCycle 09-08-2011
Thank you Mike, I posted my question in suggested forum.

Views

257

Likes

0

Replies

0
LoadXML external XML - Adobe LiveCycle 09-08-2011
Hello everybody,Question, How I can load the external xml file data in the form.For examle I have owned a dropdown list box that contains the following give: A, B, C.And then I have fields in my form: TextField1, TextField2,textField3.By changing event dropdownlist box I must load the xml dynamically:http://mywebsite.com/userdata/myxml-A.xmlorhttp://mywebsite.com/userdata/myxml-B.xmlorhttp://mywebsite.com/userdata/myxml-C.xmlThe XML file is loaded in the fields fill in the form:for example:textF...

Views

410

Likes

0

Replies

0
Re: LoadXML external XML - Adobe LiveCycle 09-08-2011
No, I need to do this with in pdf Ineractive Form.I think it possible.Here is my scipt // don't work---------- Projects.Page1.lstProjects::change - (JavaScript, client)var xmlURL = "http://www.mywebsite.com/userdata/myXML-"+xfa.event.newText+".xml";app.alert(xmlURL); //work, response : http://www.mywebsite.com/userdata/myXML-A.xml";xfa.datasets.loadXML(xmlURL, false, false);xfa.datasets.saveXML();var projectXML=xfa.datasets.resolveNode("Project");app.alert(projectXML); // don't workvar numberOfN...

Views

246

Likes

0

Replies

0
LoadXML external XML - Adobe LiveCycle 09-08-2011
Hello everybody,Question, How I can load the external xml file data in the form.For examle I have owned a dropdown list box that contains the following give: A, B, C.And then I have fields in my form: TextField1, TextField2,textField3.By changing event dropdownlist box I must load the xml dynamically:http://mywebsite.com/userdata/myxml-A.xmlorhttp://mywebsite.com/userdata/myxml-B.xmlorhttp://mywebsite.com/userdata/myxml-C.xmlThe XML file is loaded in the fields fill in the form:for example:textF...

Views

1.5K

Likes

0

Replies

4