There is a limit to how wide the text file can be. it seems to be tied in to the default printer page width.
For that reason I developed the Export UFL which lets you build a text or CSV file that can handle a larger number of output columns. Download a trial version from my web site.
Hi hilfy- I have the page size to 100 x 11 and when I export it I get a blank page.
I tried to export it to a CSV file but it unsupress my detail section and the file ends up being over 3gs and its too large for me to do anything with it.
Text exports do get truncated for no very clear reason. You need to adjust the report to stop this.
Some methods I've used successfully are:
a) Change the text to Courier for the Crystal display
b) Reduce text size
c) For Text export, set characters per inch to 20
PS. As hilfy said, it helps to give your Crystal version - 8, 8.5, 9, 10, 11 or whatever. Methods sometimes change between versions, and higher versions have extra options.
Madawc Williams (East Anglia, UK). Using Crystal 11.5 with SQL and Windows XP
Are the text fields in text boxes. These get truncated on export.
Make sure txt fields are placed directly onto the report. They are then exported in their entirety even if they are not displayed like that in report preview.
If you place all the database fields directly on the report they will export correctly. When exporting you can change the separator to be a pipe symbol if you like by chosing the CSV export option (by default it will use a comma).
Steve Phillips, Crystal Reports Trainer & Consultant
Ah I see, sorry I should have read all the previous posts.
When you export the report, you are exporting the data rather than the screen you've designed (unless you choose an export option that tries to retain the formatting such as Word) therefore you will have a problem if you want to export just the summary data.
The usual solution would be to write the query for the report in SQL and to base the crystal report on that query. If you don't have access to the database to write Views, you can use Commands in crystal.
Steve Phillips, Crystal Reports Trainer & Consultant
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.