frame object error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • fredloh@gmail.com

    frame object error

    i have an object frame control on a form. when i do a "insert object"
    on the control and select the image file, instead of the image
    appearing in the frame object, the name of the image, e.g.
    "mypicture. jpg" appears in the frame object. why is this happening.
    this happens only on 1 particular pc. the problem does not happen on
    other pc. how do i make the image appear in the frame object?

    thanks for your help.

  • Tom van Stiphout

    #2
    Re: frame object error

    On Thu, 20 Mar 2008 06:57:34 -0700 (PDT), fredloh@gmail.c om wrote:

    Probably because that machine does not have a suitable viewer for
    image files installed.
    Btw, you know before A2007 it's much better to store images in the
    file system than in the database. Then you can simply use an Image
    control and set one property to show the picture.

    -Tom.

    >i have an object frame control on a form. when i do a "insert object"
    >on the control and select the image file, instead of the image
    >appearing in the frame object, the name of the image, e.g.
    >"mypicture.jpg " appears in the frame object. why is this happening.
    >this happens only on 1 particular pc. the problem does not happen on
    >other pc. how do i make the image appear in the frame object?
    >
    >thanks for your help.

    Comment

    Working...