Solved Dynamically change text box height in a report based on another text box heigh

Capitala

Member
Local time
Today, 23:06
Joined
Oct 21, 2021
Messages
91
Good day!
if a text box property includes "can grow" then its border appears taller than other textboxes, how to dynamicllay change the height of remaining text boxes in the form where a text box height changes?
 
you don't need to Use Gridline if you already Arranged your textbox (tabular).
and make sure that at least one textbox is set to Can Grow (the textbox that has most text on it).
then all textbox will grow, as a group.
 
Yes, it works fine now. Thanks alot
 

Users who are viewing this thread

Back
Top Bottom