frame object error

  • Thread starter Thread starter Fred Loh
  • Start date Start date
F

Fred Loh

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.
 
If you use a bound object frame the image will only appear when your code or
program requires it to. With an unbound object frame the picture should
appear all the time.
 
Back
Top