CR2008. Using a Format Field/Font/Size formula for a string field in order to limit the field to a certain length while still displaying the entire sentence of text on one line (I prefer not using the "Can Grow" option). Font formatting formula goes like this:
if length ({workorder.description}) in [62-63.999] then 8 else
if length ({workorder.description}) > 64 then 7.5 else 9
The formula does what I want, but the text appears shifted upward in the fields where the font is smaller and it is uneven with neighboring fields' text, even though all field heights are the same. I've tried aligning the baseline of the field to the baselines of the neighboring fields, but the text still looks higher, even though all the fields are in the same vertical position of 5.1.
Anyone know of how I can format this to eliminate this problem?
Thanks...
if length ({workorder.description}) in [62-63.999] then 8 else
if length ({workorder.description}) > 64 then 7.5 else 9
The formula does what I want, but the text appears shifted upward in the fields where the font is smaller and it is uneven with neighboring fields' text, even though all field heights are the same. I've tried aligning the baseline of the field to the baselines of the neighboring fields, but the text still looks higher, even though all the fields are in the same vertical position of 5.1.
Anyone know of how I can format this to eliminate this problem?
Thanks...