Hello everyone.
I've been researching for a solution and I didn't get yet.
I have 2 diferent dynamic documents I designed in LiveCycle Designer. But there's some information that is common betwen two docs, so on the first form I created a function that uses the exportData() and on the second one I created another function that uses the importData().
The user must click on the export button to save a XML data file. And import on the second form.
My question is: How can I do to work with the XML file on the second form? Based on information of the first form, I need to show/hide text fields on second form.
Thanks in advance.