Hi,
Please see the attached file.
As we discussed previously, generating a rectangle for each cell in the table, (see attached file), allows me to apply SearchArea and Exclude functions.
My problem now is that “below last found” causes FLS to skip rows. You can see the pink arrow points to a row without any elements selected. Also, the green arrows point to the instance numbers (1,2,3) on alternate rows.
The bottom of each cell is a horizontal separator, and the top of the next instance is also a horizontal separator.
I tend to think of “lines” mathematically: having 0 width. Of course, to FLS, they are about 6 dots tall.
I know that each instance of a group may NOT overlap with any other instance.
My theory is that the top of the ‘next’ instance can not share a horizontal separator with the “previous” instance, and thus moves down the page.
Question:
If the repeating group has horizontal lines on the page, how do I use a Repeating Group to capture every line?
Thx,
M.
コメント
1件のコメント
SOLVED !!
Originally I tried making the top of the row the same horizontal separator as the bottom of the previous instance.
This caused FLS to skip every other row of the table because, unlike mathematical lines that have zero width, separators have physical width.
This sharing of horizontal lines caused the two adjacent instances to attempt to share a region.
This is not allowed.
Solution:
Define the top of each row as the bottom of the LastInstance.
Although this is referring to the same horizontal line, it "fools" FLS (and FC) into believing there is no shared space between the instances. :-)
M.
サインインしてコメントを残してください。