How to display picture (OLE) in form ?

B

Bauhaus

I have a table with an OLE field that contains a picture.
Unfortunately, when I make a form, the picture isnt visible on it, I only
see a description and must double click the pic to open it (an external
application is opened to show the pic).
How can I make the pic visible in my form ?
 
L

Larry Linson

ruralguy via AccessMonster.com said:
I'm pretty sure MVP larry Linson has three different ways demonstrated in
his
samples:
http://accdevel.tripod.com/imaging.htm

There is a Property of the bound OLE Frame to show the thumbnail instead of
the icon. Unfortunately, even if you set that Property, sometimes you don't
see the picture. The reason is that when you choose the OLE Object / Bound
OLE Frame approach, you "put yourself at the mercy" of whatever software the
user (perhaps you, yourself) has registered to handle that type of image
file.

Access 2007, we hear, has solved the storage-bloat problem long associated
with OLE, but it still leaves you dependent on other software that may not
always work as you might expect it to.

Check MVP Stephen Lebans' site, http://www.lebans.com, for an ActiveX
control that may work better for you, and does not require the Office
graphic filters be installed (as they must for some file types with the
Image Control).

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top