getting text and OLE boxes to stay where they are

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
not an option Im afraid, as this would make the images overlap. What I am
after is a way of dissabling the feature
 
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?
 
Back
Top