CanGrow textboxes above a fixed item

  • Thread starter Thread starter J Holtendehouzer
  • Start date Start date
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
 
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.
 
Back
Top