• raynesh
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi,

I'm fairly new to salesforce but we've recently installed the "Print Anything" application so we can develop printable HTML versions of our data.

Currently im working on making a printable version of Events but I'm having a problem in displaying string data that has line breaks.  Like on Salesforce the description field will show the line breaks as entered, but in the Print Anything template that i've created it seems to be removing all the line breaks.

I've had a similar problem before using ASP.NET.... but they way I got around to that was replacing any line breaks with <br />

Is there any way of doing something similar in Print Anything, SOQL... or any suggestions would be highly appreciated!

Thanks!!!