Answered
I came across the following line of code yesterday used to restore fields and fillable areas and subforms to their original state.
xfa.form.remerge();
Could someone explain the purpose of the parentheses and what might go inside them if anything?
[b]Parameters[/b]
None
So, nothing needs to be passed between the parenthesis.
Regards,