Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text field is growing from Crystal Viewer

Status
Not open for further replies.

crystaldev1

Programmer
Nov 6, 2003
232
US
Hello, I'm using CR 11 and Sql Server 2008. I have a text field that is not set to grow. But when the report is generated from Crystal Viewer, it seems to overlook that option and extends beyond other columns. Is there a workaround for this cosmetic issue? Thanks.
 
I ran into this issue a while back, opened a support case on it and they told me to add the following registry key, which resolved it,

Log in to the server as the user ID under which the reports run. In RegEdit, go to HKEY_CURRENT_USER\SOFTWARE\Business Objects\Crystal Reports\Saved Data. Add the following key:

TruncateClippedFieldStrings = Yes

-Dell

A computer only does what you actually told it to do - not what you thought you told it to do.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top