A text field in 'Details a' on my report has values which could be as few as 1 and as many as 40 lines. The field's Can Grow property is enabled and set to a maximum of 3 lines. If the complete value of the field would cause the feild to be more than 3 lines (if I didn't have it limited), I want to shorten the displayed text to only 2 lines and have a 3rd line that says something like "place mouse over text to see the rest of it". The Tool Tip Text contains the entire field.
My plan is to have the "place mouse over text to see the rest of it" in 'Details b' section. I would use a formula to suppress Details b when the value of the field would require 3 lines or less, and have it visible if the value of the field would require more than 3 lines.
How can I determine for each record how many lines the field would be if not limited?
My plan is to have the "place mouse over text to see the rest of it" in 'Details b' section. I would use a formula to suppress Details b when the value of the field would require 3 lines or less, and have it visible if the value of the field would require more than 3 lines.
How can I determine for each record how many lines the field would be if not limited?