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!

Can Grow for number fields

Status
Not open for further replies.

dev1212

Programmer
May 11, 2010
117
US
Hi,

I have a number field, i want it to grow/wrap automatically as text objects does in crystal. When i right click the number field the 'can grow' option is grayed out, its disabled.

Is there any way to do this..?

I know we can use CStr() formula to change change the datatype to text and then use 'can grow' but i dont want to use 'CStr()' formula because when i export the report to excel then all the text objects appears as text but i require the number field to be number and wrapped (can grow) both at the same time.

Please let me know if there is any solution to this.

Thanks
 
Sorry, 'can grow' applies only to text.

What are you after? If it is a problem of display, you can use a smaller font. You can even do this selectively depending on the value, this is one of the 'Format Field' options.

[yinyang] Madawc Williams (East Anglia, UK). Using Crystal 11.5 with SQL and Windows XP [yinyang]
 
Put the formula in a text box and set can grow on the text box.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top