Hi,
In my application, I have a multiline textbox in which the user sometimes enters remarks in the tabular form like below.
Column A Column B Column C
Week 1-5 0 to 5 10,000 - 50000
Week 5-8 10 to 30 7000 - 18000
week 8 - 15 30 to 45 15000 - 45000
As I observed, when the user enters 14 spaces(" ") continuously in the multiline textbox, it is taking \t. And when the data is fetching into crystal report, there are \n, \t and some spaces along with the text is available. This data is not printing properly with alignment. "\t" is not identifying in crystal report. Also, I tried replacing "\t" with 14 spaces. This is also not working properly.
Please help me out in resolving this.
Many thanks in advance,
Haritha