We like to show the contents of interface messages in a previewer control.
I found out that this is possible with an expression field, with the formula like below and use a domain with control type HTML.
'
body {
font-family: Calibri, Tahoma, Arial;
font-size: 14px;
font-weight: bold;
}
' + REPLACE(REPLACE(REPLACE(t1.message_body, '<', '<'), '>', '>'), CHAR(10), '
') + '
'
It is nice, but it does not fully give the desired output.
Any suggestions?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

