I tried the following formula to break for a new line but it is not working.
stringvar notes;
stringvar newline;
newline := chr(100);
replace (notes := {HNO_NOTE_TEXT.NOTE_TEXT}, "\r\n", newline);
Any suggestions?
I tried the following formula to break for a new line but it is not working.
stringvar notes;
stringvar newline;
newline := chr(100);
replace (notes := {HNO_NOTE_TEXT.NOTE_TEXT}, "\r\n", newline);
Any suggestions?