A
andyoye
I have a form with multiple text boxes and a rich text box.
I have a button when clicked, concats the values of all text boxes and put
in History box ( rich text box)
So if the text gets dumped into the History box is: "Price is updated,
10.00am by UserA.. End"
How can I force a line break based on "End" ? so next History box is look
like below after some other user enter text.
"I am ok with new price, 10.30am UserB..End"
"Price is updated, 10.00am by UserA.. End"
.....
So when ever text ends with "End", it gets stored in History as new line
I have a button when clicked, concats the values of all text boxes and put
in History box ( rich text box)
So if the text gets dumped into the History box is: "Price is updated,
10.00am by UserA.. End"
How can I force a line break based on "End" ? so next History box is look
like below after some other user enter text.
"I am ok with new price, 10.30am UserB..End"
"Price is updated, 10.00am by UserA.. End"
.....
So when ever text ends with "End", it gets stored in History as new line