I want to have a bigger font size if the name is less than 30 charcahters and a smaller font size if the name is more than 30 charachters.The name of the name field is fname how can i do this in CR 9.
From the design window, right click the object in question and select format object. Go to the font tab, and hit the X-2 button to the right of the font button, and enter a formula:
if length({YourField})> 30 then 8 else 10
Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.