Hi everyone,
I am having a issue where my form keeps on crashing in Acrobat Pro.
In my form, I am:
1. Using xfa.datasets.data.saveXML() to save my XML
2. Then I reset (clear) the form - all fields except the hidden xml field
3. Load the data again using xfa.datasets.data.loadXML()
4. Remerge the data with the form using xfa.form.remerge(); //Crashes here
But this crashes the entire form.
The aim I am trying is to save the state of the form and reload the state at a later time. Can anybody point me in the right direction here.
Thanks.
I am having the similar problem as well. xfa.form.remerge() crashes my form. The odd behaviour was it works in Adobe Reader but does not work in Acrobat Pro. Is this a known issue in Acrobat Pro?
If you have some insight in this issue, please do share.
Thanks