DanielleW
3 years agoQrew Member
Converting Multi-Line Text to Formula - Rich Text, Issue with Line Breaks
I have read every single post on this board regarding this subject, and have tried every suggestion and nothing is working. Please help!
I'm trying to take a user input Multi-Line Text field and convert it into a Rich Text field.
When converting it directly to RT, it takes out line breaks. When I do SearchAndReplace, nothing:
I've tried the following codes for line breaks / carriage returns, and none of them have worked:
\n
\r
\\
\\n
\\r
<br>
<cr>
<enter>
<return>
<crlf>
<nl>
<newline>
&nsbp;
↵
I even set up a debug field to display "this one" if the [Schedule] field contained any of the code/characters above. I'm completely at a loss, can someone help?
------------------------------
Danielle Wilczewski
------------------------------
I'm trying to take a user input Multi-Line Text field and convert it into a Rich Text field.
When converting it directly to RT, it takes out line breaks. When I do SearchAndReplace, nothing:
SearchAndReplace([Schedule],"\n","<br>")
I've tried the following codes for line breaks / carriage returns, and none of them have worked:
\n
\r
\\
\\n
\\r
<br>
<cr>
<enter>
<return>
<crlf>
<nl>
<newline>
&nsbp;
↵
I even set up a debug field to display "this one" if the [Schedule] field contained any of the code/characters above. I'm completely at a loss, can someone help?
------------------------------
Danielle Wilczewski
------------------------------