I am trying to use the xfa.host.import() function but something creates
an error and I don't know what. I created a button to (1) save the
existing data in an array, (2) import new data, (3) create new instance
of the subform and (4) paste the data from the array in the added
instances. But the script stops right after the import function. If I
import the data a first time in the form, I get the expected data. Then
if I import other data, I get the new data but the old data are lost. If
I run th...