CSV Header Issue

edited October 2012 in FastReport 4.0
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.

Comments

  • edited 9:50PM
    Do the componets in the header and databand have exactly the same 'left' and 'width'? This seems to be important to get a 'clean' export to excel, but I have not tested it for CSV-export...

Leave a Comment