Picture does not shift memos
Hello,
I have a problem. I load an image to picturebox by code. I get some values from database and I use "picture1.picture.loadfromfile" to show an image. But images have different size and do not shift memos which are under the picturebox. How can i fix it?
Thank you,
Omer
I have a problem. I load an image to picturebox by code. I get some values from database and I use "picture1.picture.loadfromfile" to show an image. But images have different size and do not shift memos which are under the picturebox. How can i fix it?
Thank you,
Omer
Comments
this is probably your problem.
items are processed within a band in the order in which they were created.
Also when you change an objects position you stand the chance of widowing the object to the page, if
you set the top value of the object to a value greater than the height of the band, and if you don't reset to original settings effects can become cumulative.