These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

importXFAData

mike4kix
Registered: Mar 10 2009
Posts: 3

I am trying to provide for the ability of importing XML data into an existing form. I am using the importXFAData command initiatd through a button and all data is populated as expected.

The problem is that once I execute the importXFAData command the form loses information to data connections and I am getting messages like " Accessor ... unknown".

Using the same form without executing the importXFAData command - everything is fine.

I appreciate any help I can get to resolve this.

Mike

My Product Information:
LiveCycle Designer, Windows
csearl
Registered: Aug 10 2006
Posts: 28
I have found through experience that the .importXFAData() seems to re-initialize all form and script variables. I think the entire SOM has to be reset based on the XFD data. Maybe the object references you are using are reinitialized as well.

I have found nothing in the Adobe Acrobat/LiveCycle documentation that describes this behavior.

I hope this helps. Please post your finding here to confirm.