handle1134
Programmer
Hi
When I export in CSV format (read with Excel), from Crystal Reports XI (11.5) I get the Report Header and Page Header for every record.
ReportHeader, PageHeader, "Column1", "Column2", "Value11", "Value12"
ReportHeader, PageHeader, "Column1", "Column2", "Value21", "Value22"
ReportHeader, PageHeader, "Column1", "Column2", "Value31", "Value32"
And all I need is:
ReportHeader
PageHeader
"Column1", "Column2"
"Value11", "Value12"
"Value21", "Value22"
"Value31", "Value32"
...and so on
On the forum I've seen this problem several times, including the link:
where they say this behavior occurs when using u2fsepv.dll version 9.2.1.32.
I did all it says (setting up the page and group fake headers, and registry keys) and still nothing has changed. And my u2fsepv.dll version is 11.5.0.313, and I couldnt find anything newer.
Do you have any u2fsepv.dll higher than 11.5?
Or, if this is not the issue, how can i solve this?
10x
Crystal Reports XI
Microsoft Office Excel 2003
JDBC on Oracle 10
Windows XP
When I export in CSV format (read with Excel), from Crystal Reports XI (11.5) I get the Report Header and Page Header for every record.
ReportHeader, PageHeader, "Column1", "Column2", "Value11", "Value12"
ReportHeader, PageHeader, "Column1", "Column2", "Value21", "Value22"
ReportHeader, PageHeader, "Column1", "Column2", "Value31", "Value32"
And all I need is:
ReportHeader
PageHeader
"Column1", "Column2"
"Value11", "Value12"
"Value21", "Value22"
"Value31", "Value32"
...and so on
On the forum I've seen this problem several times, including the link:
where they say this behavior occurs when using u2fsepv.dll version 9.2.1.32.
I did all it says (setting up the page and group fake headers, and registry keys) and still nothing has changed. And my u2fsepv.dll version is 11.5.0.313, and I couldnt find anything newer.
Do you have any u2fsepv.dll higher than 11.5?
Or, if this is not the issue, how can i solve this?
10x
Crystal Reports XI
Microsoft Office Excel 2003
JDBC on Oracle 10
Windows XP