Use our Google Custom Search for best site search results.
Search
-
Through further experimentation, I was able to make it work. I put a character before and after the Ctrl+Enter and observed the results. With the rich text box, there is no property indicator for multi-line (specifically), so I created a duplicate text box and tried it there - Whala! It works with a text box, but not with a rich ...
-
First, I tried creating an xml file in Notepad and referencing it in the InfoPath form. The file is called "characters":
<?xml version="1.0" encoding="UTF-8"?>
<characters
cr="&#xD;"
lf="&#xA;"
...
-
Because I could not get the characters.xml file method to work (I can concat a ">" between to fields, but not a carriage return), I tried this as well. I take it that the file with your Ctrl+Enter (between two " 's) was named "Carriagereturn. Nothing happened for me. To make sure the file was being added to the concat ...