getting text and OLE boxes to stay where they are

G

Guest

I have a report showing various text information on one side of the page, and
images on the other.

The problem is that, some of the boxes are memos, set to expand. When the
box expands, the image adjacent to it moves down the page. I want to stop
that happening.

This occurs in both tabular (prefered) and justified report types.
 
R

Rick Brandt

paul bennett said:
I have a report showing various text information on one side of the page, and
images on the other.

The problem is that, some of the boxes are memos, set to expand. When the
box expands, the image adjacent to it moves down the page. I want to stop
that happening.

This occurs in both tabular (prefered) and justified report types.

Any control that has a TOP that is lower on the page than the BOTTOM of a
growing control will be pushed down the page when the control grows. Either
reposition or resize the controls so that the top of the image is above or equal
to the bottom of the TextBox. Then it should stay put.
 
G

Guest

not an option Im afraid, as this would make the images overlap. What I am
after is a way of dissabling the feature
 
R

Rick Brandt

paul bennett said:
not an option Im afraid, as this would make the images overlap. What I am
after is a way of dissabling the feature

Can't be done as far as I know.

You could not make the TextBox a bit taller by dragging the bottom edge down?
Just enough to make it extend below the top of the image?
 

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