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?
Solved
Show text (CSV, HTML, XML, JSON, etc..) in Document previewer
Best answer by Anne Buit
Which GUI platforms are we talking about? The Windows GUI does have a code editor available that can highlight various programming languages.
View originalReply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.