N
Nate
I have a report that prints statements, detail section is in 4 columns. The
first column is the item description which is occasionally 3 lines deep, but
usually not more than 2. Each text box has a border, and there is no spare
space above or below the row of textboxes; so it prints as a grid.
Is there a way to grow all 4 boxes together. I can set the can grow
property on the first box, but the other three boxes do not grow, so the grid
effect is messed up. I could just run a line under the boxes (no box
borders), but I need the vertical lines still.
Is there a trick way of doing this that is easier than writing a pile of
code to resize the other boxes in the event that the first grows?
first column is the item description which is occasionally 3 lines deep, but
usually not more than 2. Each text box has a border, and there is no spare
space above or below the row of textboxes; so it prints as a grid.
Is there a way to grow all 4 boxes together. I can set the can grow
property on the first box, but the other three boxes do not grow, so the grid
effect is messed up. I could just run a line under the boxes (no box
borders), but I need the vertical lines still.
Is there a trick way of doing this that is easier than writing a pile of
code to resize the other boxes in the event that the first grows?