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

Crystal Reports 9.0

Status
Not open for further replies.

lothos12345

Programmer
Mar 8, 2005
40
US
I have a crystal report issue when I have a field in the detail section with the Can Grow property of that field checked it does work as expected but when wrapping I get and issue like



and I need it to wrap like


Any ideas on what may be causing it to wrap text incorrectly would be greatly appreciated.
 
If that is what is returned it would suggest that is what is in the field being displayed, ie leding spaces and lowercase w's.

Replace with a formula

@Formula
uppercase(trim(fieldname))

That will get rid or leading and following spaces and return everything in uppercase.

Ian
 
I would also check to see if you have any non-0 paragraph settings in format field->paragraph tab.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top