Displaying images

P

PeterJC

I am trying to display jpg images in a report where the images are stored in
a folder in memory and the image control in the report is linked to the
folder. I have based this on the KB article 285820 (11/2 2005). I have
prepared a table with the paths to the images and a report as described in
the article.
A code procedure is given which is associated with the report, and which
should call the code which displays the image. Trouble is that none of this
code runs. I suppose the code that is associated with the report should be
tied to an event, such as print, or something. I can find no event to tie
this code to, and so I suppose that that’s why the code doesn’t run and the
images aren’t displayed.
What am I doing wrong? Any suggestions would be welcome.
Thanks.
 
J

Jeff Boyce

You're trying to do this in a report, right?

Have you looked into the OnFormat event?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 

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