K
Karl
I'm trying to move image objects around in a report detail section. I want
to place an image at certain coordinates. I set CurrentX and Y to the
coordinates. I then set my object.top property to CurrentY and object.left
to CurrentX. When the report runs, any image on the top third of the report
displays properly. The images on the bottom two-thirds of the report line up
with the BOTTOM of the image at the object.Top value. If I debug.print
CurrentX, CurrentY, and the .top and .left properties, before and after the
section formats, they show equal but the image is definitely aligning
incorrectly. The .left property works correctly.
I've tried moving the image with the object.move method and I get the same
results. (Actually, I noticed the behavior first using the object.move
method. I was hoping the method described above would be a work-around.)
The detail section's MoveLayout property is set to false. Getting rid of
all section headers/footers has no effect either.
Any suggestions?
to place an image at certain coordinates. I set CurrentX and Y to the
coordinates. I then set my object.top property to CurrentY and object.left
to CurrentX. When the report runs, any image on the top third of the report
displays properly. The images on the bottom two-thirds of the report line up
with the BOTTOM of the image at the object.Top value. If I debug.print
CurrentX, CurrentY, and the .top and .left properties, before and after the
section formats, they show equal but the image is definitely aligning
incorrectly. The .left property works correctly.
I've tried moving the image with the object.move method and I get the same
results. (Actually, I noticed the behavior first using the object.move
method. I was hoping the method described above would be a work-around.)
The detail section's MoveLayout property is set to false. Getting rid of
all section headers/footers has no effect either.
Any suggestions?