G
Guest
I have a text control in a report detail section that contains multiple lines
of text. I want to centre the text vertically on the report. This requires
that I read the height of the text control after it has "grown" to fit its
contents.
The text control is set "can grow" to true. However I notice that the text
control doesn't "grow" until after the format event has completed. I do not
seem able to alter the text top property from the print event.
Is there some way I can force the text control to grow before the format
event completes? Is there a way I can check the text position from the print
event and go back to the format event if it is not correctly positioned? Any
other suggestions?
of text. I want to centre the text vertically on the report. This requires
that I read the height of the text control after it has "grown" to fit its
contents.
The text control is set "can grow" to true. However I notice that the text
control doesn't "grow" until after the format event has completed. I do not
seem able to alter the text top property from the print event.
Is there some way I can force the text control to grow before the format
event completes? Is there a way I can check the text position from the print
event and go back to the format event if it is not correctly positioned? Any
other suggestions?