Hi,
I'm stuck with following problem. I need to build the form that should contain two logical areas on the each page. Main area should handle main form content (long table) and another area containing barcodes(dynamic list that should be filled from xml). Each area must be flowed cause both table and barcodes data may be longer than their subforms.
I've made one master page with two content areas on it.
I've made main form page with two flowed subforms and customize their pagination so that each subform overflow be directed in corresponded content area.
It's seems like all ok, but here's the problem:
While the table data gets overflowed to next page, the barcodes data starts to filled ONLY when the table data ends.
e.g. I've got 3 pages of table data first and more 2 pages of barcode data next instead of only 3 pages with all data compiled together.
Can you help me with this issue?
Thanks!