CanGrow textboxes above a fixed item

J

J Holtendehouzer

Hi!

I am trying to generate a report with several textboxes with CanGrow set to
True. The problem is that I also have a set of controls that I want to have
printed in a fixed position on the page (so that a label can be peeled off
the sheet after printing). Is there a way to make controls "immune" to the
growing textboxes above them?

Thanks for your expertise!

Joe
 
R

Rick Brandt

J said:
Hi!

I am trying to generate a report with several textboxes with CanGrow
set to True. The problem is that I also have a set of controls that
I want to have printed in a fixed position on the page (so that a
label can be peeled off the sheet after printing). Is there a way to
make controls "immune" to the growing textboxes above them?

Thanks for your expertise!

Joe

Only if you extend the bottom of the above TextBoxes so that they come down past
the top of the control that you don't want to move.
 
Top