How to display picture (OLE) in form ?

  • Follow


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 ?


-1
Reply Bauhaus 7/16/2007 8:08:31 PM

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

Bauhaus wrote:
>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 ?

-- 
HTH - RuralGuy (RG for short) acXP WinXP Pro
Please post back to this forum so all may benefit.

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access/200707/1

-2
Reply ruralguy 7/16/2007 8:48:30 PM


"ruralguy via AccessMonster.com" <u12102@uwe> wrote in message 
news:75464e0a6c9a8@uwe...
> I'm pretty sure MVP larry Linson has three different ways demonstrated in 
> his
> samples:
> http://accdevel.tripod.com/imaging.htm
>
> Bauhaus wrote:
>>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 ?

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


-1
Reply Larry 7/17/2007 7:01:19 AM

2 Replies
1252 Views

(page loaded in 0.068 seconds)

Similiar Articles:













8/1/2012 12:26:21 PM


Reply: