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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text being cut off

Status
Not open for further replies.

rjoubert

Programmer
Oct 2, 2003
1,843
US
I'm using a report that I have developed in CR XI R2. This report displays several fields, including a description field that normally includes a lengthy paragraph. This field's formatting is set to "Can Grow" with the max set to 0 (so there is no limit on number of lines).

When I run the report within the Crystal Reports application, everything looks great. However, when I pull this report into my VB.NET 2005 project, and run it through my custom application, the right edge of this description field is being cut off.

I've tried changing several different options in the field format, but nothing seems to make a difference. Does anyone have any suggestions? (Can we just leave changing the font as a last resort?)
 
Please disregard. I was able to find a solution. I set the Horizontal Alignment property of the Description field to Justified.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top