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人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
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
サインインしてコメントを残してください。