Page 1 of 1

Let a variable used in RTF grow so it can print over multiple lines

Posted: Tue Jul 05, 2022 9:04 am
by luke
When I am displaying a variable from within RTF field to be resolved on runtime, how do i give those called values a grow property so they may continue outputting over multiple lines.

Re: Let a variable used in RTF grow so it can print over multiple lines

Posted: Tue Jul 05, 2022 9:21 am
by luke
Is this possible ?

Re: Let a variable used in RTF grow so it can print over multiple lines

Posted: Tue Jul 05, 2022 12:47 pm
by Lech Kulikowski
Hello,

Sorry, maybe we did not exactly understand your problem. Could you explain your issue in more detail?

Thank you.

Re: Let a variable used in RTF grow so it can print over multiple lines

Posted: Tue Jul 05, 2022 1:59 pm
by luke
viewtopic.php?t=47431

I want to do the same thing to a passed Variable instead of a string in RTF

Re: Let a variable used in RTF grow so it can print over multiple lines

Posted: Tue Jul 05, 2022 2:09 pm
by luke
i hope this helps :?

Re: Let a variable used in RTF grow so it can print over multiple lines

Posted: Wed Jul 06, 2022 9:39 am
by Lech Kulikowski
Hello,

Please try to set the FullConvertExpression to true.

Thank you.

Re: Let a variable used in RTF grow so it can print over multiple lines

Posted: Wed Jul 06, 2022 10:38 am
by luke
Thank you would you be able to do the same for a String Value directly from the dictionary and not as a Variable

Re: Let a variable used in RTF grow so it can print over multiple lines

Posted: Fri Jul 08, 2022 5:13 pm
by Lech Kulikowski
Hello,

Please try to use:
{Replace(Book1.Addr1," ", "\n")}

Thank you.

Re: Let a variable used in RTF grow so it can print over multiple lines

Posted: Mon Jul 11, 2022 7:26 am
by luke
Thank you

Re: Let a variable used in RTF grow so it can print over multiple lines

Posted: Mon Jul 11, 2022 9:21 pm
by Lech Kulikowski
Hello,

You are welcome.