FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Format multi-line Text in xBrowse ( crlf )
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM

Format multi-line Text in xBrowse ( crlf )

Posted: Wed Sep 04, 2013 10:02 PM
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 (fw): Select all Collapse
 cArray := cArray+", "+"'"+cCnt+" "+cContact+CRLF+"   "+cPetName+CRLF+"   "+cBreed+CRLF+"  "+CRLF+ltrim(str(nColor))+"'"




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

Continue the discussion