I have a text field in one MS SQL Server database that when displayed as ‘TEXT_AREA’ is nicely formatted in Servoy as follows:
LYMPH NODE
FOLLICULAR GRADE TWO
6/7/2006
I want to be able to first move it to a global variable and then insert it into an Oracle database keeping the formatting of the ‘carriage returns’. I know those aren’t real return characters but whatever I do it seems to lose that formatting. Can anyone give me a clue how to do it? Haven’t really done anything quite like it before. Also would like to be able to concatenate two fields in one with a carriage return in between the two erstwhile fields but the normal Javascript " + ‘\n’ + " doesn’t seem to work for that either when putting it into an Oracle text field nor does it seem to work when copying the results out of the Servoy debugger. Any help greatly appreciated