Not finding what you are looking for? Request a recipe!
The sorting can be done with few simple steps as shown below: 1. Exporting the Table data into an XML variable 2. Create a two dimensional array and initialize the array with the XML data 3. Sort the two-dimensional array 4. Update the table data 5. Re-merge the form layout with the modified da ...
I have created a custom DSC which can be used to convert Microsoft Excel documents into XML. The component accepts an excel document, creates XML nodes based on the first row (assumed as header and it can be omitted) and resulting org.w3c.dom.Document object. This XML can then be imported into dy ...
Look at the code sample which solves your problem.
There is a sample created for you using LiveCycle ES and some JavaScript.
Event Propagation introduced in XFA since 3.0 helps form developers to elegantly style the collections of fields under any containers (e.g. Subform, Table etc.)
Few tips to use the correct approach to prevent printing and handling postPrint event logic.