Inserting Carriage Returen in rule

A

Andy

I am adding a timestamp to a rich field in my Infopath form. In the control
I have a rule that concats:
concat(now(),"****updated")
The concat works fine but I want to add a carriage return after "updated".
I tried changing my string to "****updated\r\n" but this does not result in
inserting in a cr/lf but just extends my string with the "\", "r", "\", "n"
characters.

From what I have read the \r\n works for text but not rich text. Any
suggestions?
 
A

Andy

I was forced to write code in VB to create a rich text HTML node. It was a
struggle but it works. See "Rich TexT Box Manipulation" post for how it was
done if you are interested.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top