Hello, all.
I have the cording error on recommended settings for Static text on FlexiLayout.
Does anyone advise to me for solving it?
The recommendation settings hieroglyphic languages coming from FlexiLayout help is to enter the following code into the Advanced pre-search relations pane of the Advanced tab on Static text properties:
SuggestOnlySimilarChars(Logic value = true);
I got the error and its messages is as follows:
Error: Error in position 30: Expected ')'.
コメント
4件のコメント
Hello,
Could you please send us the screenshot of your error and sample images to reproduce the issue?
I attached the screenshots files
Hello,
Please use the following construction:
Logic lValue = true;
SuggestOnlySimilarChars(true);
Hi, Ekaterina.
I resolved the error. Thank you so much.
サインインしてコメントを残してください。