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

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 8:43AM
    place the objects under the pictureview in a child band.
  • edited 8:43AM
    But I change memos and pictures place by code. So I can't use childbind.
  • gordkgordk St.Catherines On. Canada.
    edited 8:43AM
    But I change memos and pictures place by code. So I can't use childbind."
    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.

Leave a Comment