Hi all,I am trying to programmatically fill out an XFA form. The form
contains a table in which rows can be added dynamically. This is what
the relevant template segment (in a simplified form) looks like:...
As you can see, quantity and unitPrice are named,
but the other fields in the table row are not.So, I can easily specify
the quantity and unitPrice via the following dataset XML:
12
3242.11 but how do I specify the other,
unnamed, fields for the table row?Th...