Hi Everyone,
I am exporting some fields of Customer record, using running report. But, For some Customer, records are breaking the line. I want that it should not break the line.
eg.
1, Mohan, City, 394839, selam
2, Sohan,
City,39834, Salem
here, the Customer no. 2 breaking the line.(In 100 line, approx 4 or 5 record are breaking the line)
What is the issue/reason, how can i avoid it. Please advice me.
Thanks,
Mani
0
Answers
Try going to Sohan's customer card, erasing all data on the field City with CTRL + A, then write it again manually.
If it works then I guess someone copied over from internet some dodgy chars into your database.
Maybe using notepad++ you can click on the "P" button (show all chars) and look for CR and LF.
Try exporting the same data using SQL to compare the results.
Just play around doing some tests and you will find the answer.