Finally found a thread that hits on the same original problem as I am experiencing now. Only thing is that the truncation occurs with the new Crystal Reports 9.
My issue is with a report/form that displays summary info in the top 40% area of the page and the other 60% is devoted to the detail info. The detail info consists of only one (SQL Server 2000) column which happens to be of the datatype TEXT/BLOB/MEMO. The report is then exported to a RTF formatted file.
Problem is that no matter how big or small the contents of the one field is (the data is never formatted the same between company types...everything is pretty much free-form), RTF exporting appears to ALWAYS truncate the last 10% to 15% of the data. I looked at the data in hex and could not find any NULL characters at the position where the missing info is, so I know it has to do with the exporting process itself.
I tried the excellent suggestion of putting the TEXT field into a textbox object but this didn't help either. The same amount of data was missing either in or outside of the textbox. (The only thing it did do was keep all the data together. IE. If one page had more data than would fit in the 60% area of the page, it would first formfeed to the next page and the display the entire textbox. But it was still missing the 15% of information just as it did when no textbox was used.)
I reinstalled the export features of CR 9, saved all CR8 reports to version 9, rebooted several times, and still the exporting process fails. Everything prints fine when I print the report directly from CR 9 but when I view the exported RTF file in Word, the truncation appears. Because I know the problem exists when the data contains either 50 bytes or 5000 bytes, it also doesn't appear to be a problem with the export process trying to figure out where the next page form-feed character belongs and if it needs to carry overflow data to the next page.
It almost seems that the export process doesn't recognize the font size when generating output. While my report uses courier new regular 8 font to present the detail data, the export process looks like it doesn't translate the font size of a blank character correctly. I say this because those areas of the details that appear to have line spacing is completely different size than the report printed from the IDE.
Any help is greatly appreciated.
Thanks,
gregoriw