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

william_m_brown
william_m_brown
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
27

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by william_m_brown
Customize the badges you want to showcase on your profile
Re: XML data and webservice - Adobe LiveCycle 29-07-2010
This is the XML that goes into textbox1: "123456789PUBLIC, JOHN Q This goes in textbox2:"987654321ANYMA N, JOHN TThis goes in textbox3: "SMITH1234 987651234 JOHN Q SMITH After I load all 3 XML strings into the dataset, my problem occurs when I try to populate fields based on the xml data.I now have 3 ... tags.I use var oNodes = xfa.datasets.string.clsSupervisorInfo.nodes, var oNodes = xfa.datasets.string.clsStaffInfo.nodes and var oNodes = xfa.datasets.string.clsEmployeeInfo.nodes to return th...

Views

161

Likes

0

Replies

0
Re: XML data and webservice - Adobe LiveCycle 28-07-2010
Sirini, I'm already doing that. The problem arises when I try to add the second and third xml to the xml data.The second and third xml loads don't show up in the xml dataset, and I'm not sure where to add them.How do I append the 2nd and 3rd under the node that is created from the first LoadXML?

Views

164

Likes

0

Replies

0
Re: XML data and webservice - Adobe LiveCycle 27-07-2010
OK, do I append to or do I do a straight Load using xfa.datasets.loadXML?Do I use the xfa.appendchild in a loop?Any Ideas?

Views

162

Likes

0

Replies

0
XML data and webservice - Adobe LiveCycle 26-07-2010
I have a form with 2 drop downs and a fill in. All get data from a web service I created. The drop downs get their data from this xml that is populated in a couple of text fields:Dropdown1txtfield: "123456789PUBLIC, JOHN Q Dropdown2txtfield: "987654321ANYMA N, JOHN TThe third takes input from a text field (Employee ID), submits to the webservice and returns this to another text field: "SMITH1234 987651234 JOHN Q SMITH My problem is trying to append the returned XML to the dataset. I'm using thi...

Views

1.4K

Likes

0

Replies

5
Need help appending data to xml dataset from web service - Adobe LiveCycle 19-07-2010
I have a form with 2 drop downs and a fill in. All get data from a web service I created. The drop downs get their data from this xml that is populated in a couple of text fields:Dropdown1txtfield: "123456789PUBLIC, JOHN Q Dropdown2txtfield: "987654321ANYMAN, JOHN TThe third takes input from a text field (Employee ID), submits to the webservice and returns this to another text field: "SMITH1234 987651234 JOHN Q SMITH My problem is trying to append the returned XML to the dataset. I'm using this...

Views

414

Likes

0

Replies

0
Re: Does anyone have experience using MS Visual Web Designer 2008 VB? - Adobe LiveCycle 29-06-2010
Thanks again Paul. I wasn't sure how to get to the xml data loaded. It worked fine.

Views

99

Likes

0

Replies

0
Re: Does anyone have experience using MS Visual Web Designer 2008 VB? - Adobe LiveCycle 28-06-2010
Yes, I can get the string into the field. The problem comes when I try to add to the DOM. I can't tell if the data makes it or not.

Views

98

Likes

0

Replies

0
Does anyone have experience using MS Visual Web Designer 2008 VB? - Adobe LiveCycle 28-06-2010
I've created a webservice that accepts a single input (ID number) and returns data from a table. It's written in VB. My question is what do I return so I can see the fields in Designer data connection?Right now I'm returning XML in an object so all I see is webservice result,A string gives me the same thing. When I try to return XML or XDocument I get an error on the webservice. There was no help in the MS knowledge base that I have found so far on the error.I tried to use the returned string by...

Views

558

Likes

0

Replies

4
Re: Environment Not trusted error HELP - Adobe LiveCycle 07-06-2010
OK, from what I've been told, the code is in VB and is using the Windows login ID to authenticate. I'm trying to get the code to look at how he does it.

Views

274

Likes

0

Replies

0
Re: Environment Not trusted error HELP - Adobe LiveCycle 03-06-2010
Thanks, Paul, buth that's just not an option. (not my call). I have been emailing with someone else on the project and he says there is an answer and that he is doing just what I want to do but with a different form using code in the background. Once I find out what it is I'll post it.

Views

273

Likes

0

Replies

0