[RESOLVED] Text being cut off in crystal report
Hello,
I am using VS 2005.
I have a simple report that displays data that is loaded into a dataset.
I have a field called subject. However, if this field has many characters some of them don't get displayed (cut off).
I have checked by viewing if all the text is contained in the database field in sql server 2005. And yes, all the characters are in there.
I have also checked just before the reports loads by getting the data out of the field, and yes, all characters are there.
So i think it must be something in the report to stop it from displaying the characters.
I have set the property of the field to can grow, is there something else i need to set?
Many thanks for any help,
Steve
Re: Text being cut off in crystal report
What version of Crystal are you running?
Re: Text being cut off in crystal report
Problem solved,
It was the size in the dataset that needed to be changed.