Hi everyone !
How want (in FlexiLayout) to code Static Text element to search in the page, where other Static Text element was found.
FlexiLayout uses its' own special code language. Can you write the sample code, if it possible?
Thanks in advance.
Hi everyone !
How want (in FlexiLayout) to code Static Text element to search in the page, where other Static Text element was found.
FlexiLayout uses its' own special code language. Can you write the sample code, if it possible?
Thanks in advance.
0 out of 0 found this helpful
Comments
1 comment
Hello,
You can find solution on this page: http://help.abbyy.com/en-us/flexicapture/12/flexilayout_studio/advanced_pre_search
The code you should use in advanced pre-search relations:
if SearchElements.OtherElement.IsFound then RestrictSearchArea( WholePage, SearchElements.OtherElement.Pages.Start );
Best regards,
Vladimir
Please sign in to leave a comment.