472,122 Members | 1,521 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,122 software developers and data experts.

Access not showing image on the form just the filename

Hi, I have an Access 2002 - 2003 database. I am using Access 2003.
Whenever I link an image all it shows is the filename. Not the image.
Other versions of Access can link the image just fine. The properties
look the same whether I use XP or 2003 versions of Office.

If I take an earlier version of Access and link the image, it puts the
image. I can also see the image in 2003. If I link the image using
2003 it only shows the filename. If I view that same record in lower
versions it also shows the filename. In other words, if I do not
insert the object (link, not embed) with a pre-2003 version, it only
shows the filename. It has the right path and all, just will not show
on the form (other than the name).

Thank you for any help.

Jun 13 '06 #1
7 9891
What kind of Control are you using? If it is a Bound or Unbound OLE Frame,
then you need to look also at what program is registered for the type of
image file, because that is what does the displaying in OLE Frames.

The sample imaging databases at http://accdevel.tripod.com illustrate three
approaches to handling images in Access, and the download includes an
article discussing considerations in choosing an approach. Two of the
approaches do not use OLE Objects and, thus, avoid the database bloat, and
some other problems, associated with images in OLE Objects.

If you are printing the images in reports, to avoid memory leakage, you
should also see MVP Stephen Lebans' http://www.lebans.com/printfailures.htm.
PrintFailure.zip is an Access97 MDB containing a report that fails during
the Access formatting process prior to being spooled to the Printer Driver.
This MDB also contains code showing how to convert the contents of the Image
control to a Bitmap file prior to printing. This helps alleviate the "Out of
Memory" error that can popup when printing image intensive reports.

Larry Linson
Microsoft Access MVP
<ne***********@gmail.com> wrote in message
news:11*********************@y43g2000cwc.googlegro ups.com...
Hi, I have an Access 2002 - 2003 database. I am using Access 2003.
Whenever I link an image all it shows is the filename. Not the image.
Other versions of Access can link the image just fine. The properties
look the same whether I use XP or 2003 versions of Office.

If I take an earlier version of Access and link the image, it puts the
image. I can also see the image in 2003. If I link the image using
2003 it only shows the filename. If I view that same record in lower
versions it also shows the filename. In other words, if I do not
insert the object (link, not embed) with a pre-2003 version, it only
shows the filename. It has the right path and all, just will not show
on the form (other than the name).

Thank you for any help.

Jun 13 '06 #2
But why would I be able to see the image if another version of Access
inserted the image? It only blows up when the newer version inserts
the image.

Larry Linson wrote:
What kind of Control are you using? If it is a Bound or Unbound OLE Frame,
then you need to look also at what program is registered for the type of
image file, because that is what does the displaying in OLE Frames.

The sample imaging databases at http://accdevel.tripod.com illustrate three
approaches to handling images in Access, and the download includes an
article discussing considerations in choosing an approach. Two of the
approaches do not use OLE Objects and, thus, avoid the database bloat, and
some other problems, associated with images in OLE Objects.

If you are printing the images in reports, to avoid memory leakage, you
should also see MVP Stephen Lebans' http://www.lebans.com/printfailures.htm.
PrintFailure.zip is an Access97 MDB containing a report that fails during
the Access formatting process prior to being spooled to the Printer Driver.
This MDB also contains code showing how to convert the contents of the Image
control to a Bitmap file prior to printing. This helps alleviate the "Out of
Memory" error that can popup when printing image intensive reports.

Larry Linson
Microsoft Access MVP
<ne***********@gmail.com> wrote in message
news:11*********************@y43g2000cwc.googlegro ups.com...
Hi, I have an Access 2002 - 2003 database. I am using Access 2003.
Whenever I link an image all it shows is the filename. Not the image.
Other versions of Access can link the image just fine. The properties
look the same whether I use XP or 2003 versions of Office.

If I take an earlier version of Access and link the image, it puts the
image. I can also see the image in 2003. If I link the image using
2003 it only shows the filename. If I view that same record in lower
versions it also shows the filename. In other words, if I do not
insert the object (link, not embed) with a pre-2003 version, it only
shows the filename. It has the right path and all, just will not show
on the form (other than the name).

Thank you for any help.


Jun 14 '06 #3
Is the very same program registered to be automatically used for that image
file type on the computer that has the newer version of Access? One of the
points was that it is not just Access that you are dealing with, but the
image processing/display software that is registered for the image type.

Still, you did not answer my question. We ask questions to try to get enough
information to be of help. It makes a difference _how_ you are trying to
display the image. We do our best, here, to answer specific questions, but a
newsgroup isn't suitable for a lengthy tutorial on image handling -- that is
why I created the examples I referenced, and why others have created
examples of both similar and different approaches.

Now, you say "blows up" but seems, before, you said "just shows the text of
the filename." There's quite a difference between those, in my view.

Larry Linson
Microsoft Access MVP

<ne***********@gmail.com> wrote in message
news:11*********************@f6g2000cwb.googlegrou ps.com...
But why would I be able to see the image if another version of Access
inserted the image? It only blows up when the newer version inserts
the image.

Larry Linson wrote:
What kind of Control are you using? If it is a Bound or Unbound OLE
Frame,
then you need to look also at what program is registered for the type of
image file, because that is what does the displaying in OLE Frames.

The sample imaging databases at http://accdevel.tripod.com illustrate
three
approaches to handling images in Access, and the download includes an
article discussing considerations in choosing an approach. Two of the
approaches do not use OLE Objects and, thus, avoid the database bloat,
and
some other problems, associated with images in OLE Objects.

If you are printing the images in reports, to avoid memory leakage, you
should also see MVP Stephen Lebans'
http://www.lebans.com/printfailures.htm.
PrintFailure.zip is an Access97 MDB containing a report that fails during
the Access formatting process prior to being spooled to the Printer
Driver.
This MDB also contains code showing how to convert the contents of the
Image
control to a Bitmap file prior to printing. This helps alleviate the "Out
of
Memory" error that can popup when printing image intensive reports.

Larry Linson
Microsoft Access MVP
<ne***********@gmail.com> wrote in message
news:11*********************@y43g2000cwc.googlegro ups.com...
> Hi, I have an Access 2002 - 2003 database. I am using Access 2003.
> Whenever I link an image all it shows is the filename. Not the image.
> Other versions of Access can link the image just fine. The properties
> look the same whether I use XP or 2003 versions of Office.
>
> If I take an earlier version of Access and link the image, it puts the
> image. I can also see the image in 2003. If I link the image using
> 2003 it only shows the filename. If I view that same record in lower
> versions it also shows the filename. In other words, if I do not
> insert the object (link, not embed) with a pre-2003 version, it only
> shows the filename. It has the right path and all, just will not show
> on the form (other than the name).
>
> Thank you for any help.
>

Jun 14 '06 #4
bob

Are you doing the 2003 and the pre-2003 insertion on the same computer?

Office 2003 does not include an ‘OLE Server’ for JPEG (and if you install 2003 as an upgrade it will remove
the existing OLE Server) – the ‘OLE Server’ is needed to display JPEG (and some other formats) in a Bound
or Unbound object frame.

Most likely you just need to install ‘MS Photo Editor’ from the Office XP CD on your Office 2003 machine.
Note that this will not affect images that you have already inserted which do not display - you would
need to re-insert them after installing Photo Editor.

You should note, however, that even with ‘Linking’ (which you might reasonably expect to only ‘link’ to
the file) there is a huge amount of data stored in the table – often as much as 50 times the size of the
actual file (for JPEG images), so you may find that your database heads rapidly towards the Access file
size limit. Of course this can also have a significant effect on form performance, plus if a user installs
graphics software which takes over the ‘OLE Server’ registration for the particular file-type you can be
back to the same problem.

--
__________________________________________________ _____
DBPix 2.0: Add pictures to Access, Easily & Efficiently
http://www.ammara.com/dbpix/access.html

ne***********@gmail.com wrote:
Hi, I have an Access 2002 - 2003 database. I am using Access 2003.
Whenever I link an image all it shows is the filename. Not the image.
Other versions of Access can link the image just fine. The properties
look the same whether I use XP or 2003 versions of Office.

If I take an earlier version of Access and link the image, it puts the
image. I can also see the image in 2003. If I link the image using
2003 it only shows the filename. If I view that same record in lower
versions it also shows the filename. In other words, if I do not
insert the object (link, not embed) with a pre-2003 version, it only
shows the filename. It has the right path and all, just will not show
on the form (other than the name).

Thank you for any help.


Jun 15 '06 #5
Thanks everyone. I'm still working on it. It is an unbound Image
control. All the settings look right. I also changed the image
display program from the 2003 program to the stock XP program. Same
thing. It just shows the fiename.jpg. I will try and find MS Photo
Editor on the old CD and see if it helps. Thanks again.
bob wrote:
Are you doing the 2003 and the pre-2003 insertion on the same computer?

Office 2003 does not include an 'OLE Server' for JPEG (and if you install 2003 as an upgrade it will remove
the existing OLE Server) - the 'OLE Server' is needed to display JPEG (and some other formats) in a Bound
or Unbound object frame.

Most likely you just need to install 'MS Photo Editor' from the Office XP CD on your Office 2003 machine.
Note that this will not affect images that you have already inserted which do not display - you would
need to re-insert them after installing Photo Editor.

You should note, however, that even with 'Linking' (which you might reasonably expect to only 'link' to
the file) there is a huge amount of data stored in the table - often as much as 50 times the size of the
actual file (for JPEG images), so you may find that your database heads rapidly towards the Access file
size limit. Of course this can also have a significant effect on form performance, plus if a user installs
graphics software which takes over the 'OLE Server' registration for the particular file-type you can be
back to the same problem.

--
__________________________________________________ _____
DBPix 2.0: Add pictures to Access, Easily & Efficiently
http://www.ammara.com/dbpix/access.html

ne***********@gmail.com wrote:
Hi, I have an Access 2002 - 2003 database. I am using Access 2003.
Whenever I link an image all it shows is the filename. Not the image.
Other versions of Access can link the image just fine. The properties
look the same whether I use XP or 2003 versions of Office.

If I take an earlier version of Access and link the image, it puts the
image. I can also see the image in 2003. If I link the image using
2003 it only shows the filename. If I view that same record in lower
versions it also shows the filename. In other words, if I do not
insert the object (link, not embed) with a pre-2003 version, it only
shows the filename. It has the right path and all, just will not show
on the form (other than the name).

Thank you for any help.


Jun 15 '06 #6
No. It is a different program to view images. Also forgot to say that
it is on two different computers (see message below xp on one, 2003 on
the other). The display is an unbound image control that I am
inserting the link to. I did mean the same thing by blows up. Sorry.
Thanks again.
Larry Linson wrote:
Is the very same program registered to be automatically used for that image
file type on the computer that has the newer version of Access? One of the
points was that it is not just Access that you are dealing with, but the
image processing/display software that is registered for the image type.

Still, you did not answer my question. We ask questions to try to get enough
information to be of help. It makes a difference _how_ you are trying to
display the image. We do our best, here, to answer specific questions, but a
newsgroup isn't suitable for a lengthy tutorial on image handling -- that is
why I created the examples I referenced, and why others have created
examples of both similar and different approaches.

Now, you say "blows up" but seems, before, you said "just shows the text of
the filename." There's quite a difference between those, in my view.

Larry Linson
Microsoft Access MVP

<ne***********@gmail.com> wrote in message
news:11*********************@f6g2000cwb.googlegrou ps.com...
But why would I be able to see the image if another version of Access
inserted the image? It only blows up when the newer version inserts
the image.

Larry Linson wrote:
What kind of Control are you using? If it is a Bound or Unbound OLE
Frame,
then you need to look also at what program is registered for the type of
image file, because that is what does the displaying in OLE Frames.

The sample imaging databases at http://accdevel.tripod.com illustrate
three
approaches to handling images in Access, and the download includes an
article discussing considerations in choosing an approach. Two of the
approaches do not use OLE Objects and, thus, avoid the database bloat,
and
some other problems, associated with images in OLE Objects.

If you are printing the images in reports, to avoid memory leakage, you
should also see MVP Stephen Lebans'
http://www.lebans.com/printfailures.htm.
PrintFailure.zip is an Access97 MDB containing a report that fails during
the Access formatting process prior to being spooled to the Printer
Driver.
This MDB also contains code showing how to convert the contents of the
Image
control to a Bitmap file prior to printing. This helps alleviate the "Out
of
Memory" error that can popup when printing image intensive reports.

Larry Linson
Microsoft Access MVP
<ne***********@gmail.com> wrote in message
news:11*********************@y43g2000cwc.googlegro ups.com...
> Hi, I have an Access 2002 - 2003 database. I am using Access 2003.
> Whenever I link an image all it shows is the filename. Not the image.
> Other versions of Access can link the image just fine. The properties
> look the same whether I use XP or 2003 versions of Office.
>
> If I take an earlier version of Access and link the image, it puts the
> image. I can also see the image in 2003. If I link the image using
> 2003 it only shows the filename. If I view that same record in lower
> versions it also shows the filename. In other words, if I do not
> insert the object (link, not embed) with a pre-2003 version, it only
> shows the filename. It has the right path and all, just will not show
> on the form (other than the name).
>
> Thank you for any help.
>


Jun 15 '06 #7
This is what solved it. Installing Microsoft Photo Editor fixed the
problem. Thank you!

bob wrote:
Are you doing the 2003 and the pre-2003 insertion on the same computer?

Office 2003 does not include an 'OLE Server' for JPEG (and if you install 2003 as an upgrade it will remove
the existing OLE Server) - the 'OLE Server' is needed to display JPEG (and some other formats) in a Bound
or Unbound object frame.

Most likely you just need to install 'MS Photo Editor' from the Office XP CD on your Office 2003 machine.
Note that this will not affect images that you have already inserted which do not display - you would
need to re-insert them after installing Photo Editor.

You should note, however, that even with 'Linking' (which you might reasonably expect to only 'link' to
the file) there is a huge amount of data stored in the table - often as much as 50 times the size of the
actual file (for JPEG images), so you may find that your database heads rapidly towards the Access file
size limit. Of course this can also have a significant effect on form performance, plus if a user installs
graphics software which takes over the 'OLE Server' registration for the particular file-type you can be
back to the same problem.

--
__________________________________________________ _____
DBPix 2.0: Add pictures to Access, Easily & Efficiently
http://www.ammara.com/dbpix/access.html

ne***********@gmail.com wrote:
Hi, I have an Access 2002 - 2003 database. I am using Access 2003.
Whenever I link an image all it shows is the filename. Not the image.
Other versions of Access can link the image just fine. The properties
look the same whether I use XP or 2003 versions of Office.

If I take an earlier version of Access and link the image, it puts the
image. I can also see the image in 2003. If I link the image using
2003 it only shows the filename. If I view that same record in lower
versions it also shows the filename. In other words, if I do not
insert the object (link, not embed) with a pre-2003 version, it only
shows the filename. It has the right path and all, just will not show
on the form (other than the name).

Thank you for any help.


Jun 16 '06 #8

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

3 posts views Thread by dave | last post: by
4 posts views Thread by moondaddy | last post: by
1 post views Thread by gm | last post: by
9 posts views Thread by Wayne Smith | last post: by
5 posts views Thread by Nathan Sokalski | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.