125 pts.
 How to display Domino form field on the web
I have a text field which it's string value has been separated by semicolon and displayed by new line. I want to display this field on the web the same way it displays in Notes. On the web the content of the field display as one block of 100 line with not break in read mode. Is there a way to display each element of the text up to semicolon on one line in the read mode? 

Software/Hardware used:
Domino version 7.02
ASKED: November 23, 2010  7:01 PM
UPDATED: November 24, 2010  3:51 PM

Answer Wiki:
I found a solution and that is to use @ClientType formula display data to Notes Client users and to Web users. You can replace the semicolon separated string with @newline function as follow: @If(@ClientType = "Notes"; @ReplaceSubstring(stringwithsemicolon; ";"; @NewLine) ; @ReplaceSubstring(stringwithsemicolon; ";" ; "<br>" + @NewLine ) )
Last Wiki Answer Submitted:  November 24, 2010  3:51 pm  by  ALK   125 pts.
All Answer Wiki Contributors:  ALK   125 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _