you are using stored procedure or direct table or dataset check whether data is show properly here or not because there is no limitation in crystal report to show only 256 if you choose can grow =true
Farrukh Abbas
~Please Mark As Answer, if one or multiple posts, which helped you in your problem. So that it might be useful for others~
Member
179 Points
237 Posts
crystal report length truncatenation
Jul 16, 2012 01:11 AM|sultani.khalid.af|LINK
i am using sql server 2005 with visual studio 2008 .
the field which have above 256 charcters get truncated in crystal report , it display tell 256 chracter but not more then that.
i have already set the can grow option.
any solution for this.
thanks
Participant
815 Points
298 Posts
Re: crystal report length truncatenation
Jul 16, 2012 05:27 AM|morefays|LINK
you are using stored procedure or direct table or dataset check whether data is show properly here or not because there is no limitation in crystal report to show only 256 if you choose can grow =true
~Please Mark As Answer, if one or multiple posts, which helped you in your problem. So that it might be useful for others~
dotnetfarrukhabbasblogspot
Member
179 Points
237 Posts
Re: crystal report length truncatenation
Jul 18, 2012 04:41 AM|sultani.khalid.af|LINK
Moving the column to the first in the select statement solve the problem.
hope it will help some one else.