Growing TextBox covers up labels below it

J

John S. Ford, MD

I have a report that has a TextBox in the Page Header section whose CanGrow
property is TRUE. Unfortunately, there are some labels below the TextBox
that get "covered up" if in fact it contains enough text to force it to
grow.

Is there any way to fix this? I understand that the Page Header section
itself cannot be set to grow.

John
 
G

Guest

Hi John

If there are lables below your text box it sound like you "may" be want to
look at placing the results (the data in the text box) in a group header -
set the header to can grow and this will solve the problem.
 
J

John S. Ford, MD

Thanks Wayne. I'll try that.

John

Wayne-I-M said:
Hi John

If there are lables below your text box it sound like you "may" be want to
look at placing the results (the data in the text box) in a group header -
set the header to can grow and this will solve the problem.
 
R

Rick Brandt

John S. Ford said:
I have a report that has a TextBox in the Page Header section whose CanGrow

ReportHeader perhaps? PageHeaders don't support CanGrow.
property is TRUE. Unfortunately, there are some labels below the TextBox that
get "covered up" if in fact it contains enough text to force it to grow.

Is there any way to fix this? I understand that the Page Header section
itself cannot be set to grow.

If the bottom of the growing object is higher than the top of objects beneath it
then it will "push" them down the page. If there is any overlap then it will
cover them as you are seeing. Either make the growing control shorter or move
it higher or move the labels beneath lower.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top