You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

String containing XML to ADP

Accepted answer
35
Views
2
Comments
edited Jul 6, 2022 9:18AM in Visual Builder 2 comments

Summary:

Hello, I would thank any help with the following.

In VB I get an XML (after a decode64) string like this:

<ROWSET>

  <TEST>

   <CAMPO1>44</CAMPO1>

   <CAMPO2>AA</CAMPO2>

  </TEST>

  <TEST>

   <CAMPO1>33</CAMPO1>

   <CAMPO2>BB</CAMPO2>

  </TEST>

</ROWSET>


I would need to know the steps to convert to an ADP, to show and manipulate.

Unfortunately I am not a javascript expert so it is difficult for me to convert this into an ADP, I think it's a js related stuff.

Please, if anyone could elaborate the steps.

Juan

Content (required):


Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!