Community

Multipage Table - Finding header on every page

I need to recognize some multipage documents that contain a table. The table's columns are not exactly on the same place, even in a single document. This means that a document may have slight differences on the columns start position on each page.
I have a Flexilayout for the document and i'm using ExactColumnBorders in the Advance Pre-Search Relations of the table to set coordinates for each column because the columns regions can be set using other elements. HeaderOnEachPage(True) is set too.
When i test the table element on each individual page, seems to recognize the columns ok. But when i try to match all the pages of one document, seems that Flexicapture uses the coordinates found on the first page for each column.
Any idea on how to deal with this, will be greatly appreciated.
Is there a way to make FC "recalculate/find" the header on each page?


I've tried using

Was this article helpful?

0 out of 0 found this helpful

Comments

3 comments

  • Avatar
    Alberto Torino
    The solution was creating a repeating group element and finding static text and vertical gaps in order to locate the column's area. Then in the advance Pre-Search relations tab of the table (which is also included in the repeating group) , ExactColumnBorders method could be used using the more exact coordinates for each page.
    0
  • Avatar
    Permanently deleted user

    Could you please share the example of using ExactColumnBorders method?

    For example I have a table element Table with columns: Col1, Col2 and Col3. And I want to set borders for Col1. What code should I use to specify Col1? ExactColumnBorders(0, 1000, Col1);???

    0
  • Avatar
    Permanently deleted user

    Hello,

    Please look the screenshot:

    1

Please sign in to leave a comment.