Hai.
I had a field created from ajax editor (RICH TEXT EDITOR) . everything seems OK. but code generated for next line . IS Not supporting the code in CRYSTAL REPORT (Text interpretation = HTML)
eg
1<br/> 2<br/>3 <br/> 4<br/>5
it should report (Crystal Report) like this
1
2
3
4
5
.
Text interpretation = HTML
But its diplaying like this!
1 2 3 4 5
Please suggest me how to solve this issue
with regards
Inao