Page 1 of 1

Format multi-line Text in xBrowse ( crlf )

PostPosted: Wed Sep 04, 2013 10:02 pm
by Rick Lipkin
To All

I have an array that has multi lined text saved to elements that render in xBrowse. I create each array element with line breaks using CRLF to render line breaks where I want them and that works fine.

Code: Select all  Expand view

 cArray := cArray+", "+"'"+cCnt+" "+cContact+CRLF+"   "+cPetName+CRLF+"   "+cBreed+CRLF+"  "+CRLF+ltrim(str(nColor))+"'"
 

Image


Unfortunitly when I shrink up the lines the CRLF control codes show up.. is there a way to format the text to break in the correct spots without using CRLF ?

Rick Lipkin

Image