How to size the height of all text boxes to the tallest one

S

steve

In the report with "can grow" property set to "Yes" and "border style" set to
"Solid" , each text box will only grow to contain its own text.

Any one has the experience on how to size all of them to the tallest one?

Many thanks.
 
M

Marshall Barton

steve said:
In the report with "can grow" property set to "Yes" and "border style" set to
"Solid" , each text box will only grow to contain its own text.

Any one has the experience on how to size all of them to the tallest one?


The border can not be used for this for exactly the reason
you are experiencing. The problem is actually pretty
complicated, but see the PrintLines module at www.lebans.com
for a complete solution.
 
Top