Working in Crystal 9.2
I have a text field that contains three fields on two lines.
{1FirmName}
{2FirstName} {3LastName}
The size for this text field on my report is currently one line high and has the ability to grow.
What I don't like about this is that sometimes the {1FirmName} returned is long and wraps to a second line, so when the report prints, I end up with three lines high. But I do like the fact that when these fields are null, my line height stays at one line high.
I want to keep {1FirmName} limited to one line and {2FirstName} {3LastName} limited to one line; and I also want to make it so that if there isn't any information in these three fields, the space on the report is only one line high.
I've thought about using the "trim" formula, but with characters like m's and w's taking up so much more room than i's and l's, sometimes the printout for these firm names looks way out of proportion to other firm names.
Any ideas out there?
I have a text field that contains three fields on two lines.
{1FirmName}
{2FirstName} {3LastName}
The size for this text field on my report is currently one line high and has the ability to grow.
What I don't like about this is that sometimes the {1FirmName} returned is long and wraps to a second line, so when the report prints, I end up with three lines high. But I do like the fact that when these fields are null, my line height stays at one line high.
I want to keep {1FirmName} limited to one line and {2FirstName} {3LastName} limited to one line; and I also want to make it so that if there isn't any information in these three fields, the space on the report is only one line high.
I've thought about using the "trim" formula, but with characters like m's and w's taking up so much more room than i's and l's, sometimes the printout for these firm names looks way out of proportion to other firm names.
Any ideas out there?