How to stop report controls moving when controls above grow

  • Thread starter Thread starter Sam D
  • Start date Start date
S

Sam D

Hi and thanks in anticipation!

I have a report with heaps of various textboxes both accross and down within
the detail section. Most of these textboxes can grow, and need to grow. My
problem is I don't want the textboxes that are under any growing textboxes
but not in the same column to move down at all. Rather I'll use the
Detail_Format event to alter the top value of textboxes where needed.

Is there a way to tell turn off this functionality?

Sam
 
If I understand your question, you want each column to grow independently of
each other. If that is the case, place each column in a subreport.
 
Back
Top