Enter topic text here.
Issue |
Detail |
Work-around |
When you print a set of elements, the sequence in EA is not the same as the sequence in the document |
By default, EA does not save the sequence of elements in the database (the 'tPos' parameter). Somehow, EA seems to show elements in the same order, but the API (which eaDocX uses) gets them in a different sequence |
Very simple. Just select one of the elements, move it 'down' in the EA Project Browser, then back up again. The order is the same in EA, but this has made EA create a specific 'position' parameter for all elements in that list, so the list will print correctly in your document |