CSV Header Issue
I am trying to create a report which is for CSV export only. Everything on the MasterData line fine, the problem is with the header. I have tried using both a Report Title and a Column Heading but whenever I create two Text boxes to contain my header text, it exports with an extra column between the elements.
For example, TextBox1 (left aligned) has the text TWISTID. The second TextBox has the text SSN3 and is also left aligned. However when they export to CSV you get:
"TWISTID",,"SSN3",
Instead of "TWISTID","SSN3",
My FastReport version is 4.12.1. Any help would be appreciated.
For example, TextBox1 (left aligned) has the text TWISTID. The second TextBox has the text SSN3 and is also left aligned. However when they export to CSV you get:
"TWISTID",,"SSN3",
Instead of "TWISTID","SSN3",
My FastReport version is 4.12.1. Any help would be appreciated.
Comments