Image on Reports A 2003 ?

  • Thread starter Thread starter Bruno Frisque
  • Start date Start date
B

Bruno Frisque

Hi group,

My application display (forms) and print (reports) with Access 2000 and
Access 2002.

On a new PC with Office 2003 installed the reports no longer print images
??

My code to change the images (in the Image control box) at each record is :
On Format :
Image80.Picture = "C:\Data\" & Document_Name

This application runs well with about 60 000 records and images.tif

Any idea will be greatly appreciated
Thanks in advance
 
Bruno,

Maybe you have a printer / driver issue? Do images print from Word or
somewhere else? Do you see the images in the Print Preview view?

I really have no idea what your problem might be, these are just some of the
things I would look at first.

HTH

Terry
 
Thanks Terry,

The printer is ok.
NO, even the Preview doesn't display the image .

I've now quickly setup a new basic MDB with 1 form and 1 report.
The image container is coded on current and on format :
Image80.picture = "C:\Data\L99D1.tif"

At both the form and the report I receive now an error message (with Acces
2003)

Microsoft visual basic :
"Error execution 2114"
Microsoft Office Access can not take the file format 'C:\Data\L99D1.tif" or
the file is too big. Try to convert it to a BMP or GIF file" !
(the file is 65k big ..)

When pressing the debug button the code above is marked....

The very same program works perfecly under Access 2000.

Thanks again ...
 
Hello,

Really no advice ?

No one never print images.TIF with A 2003 ??

Thanks in advance
 
Here is a previous post of mine on this subject.

Newsgroups: microsoft.public.access
From: "Stephen Lebans"
<[email protected]> - Find
messages by this author
Date: Fri, 27 May 2005 20:00:27 -0300
Local: Fri, May 27 2005 8:00 pm
Subject: Re: .tif Images in Access 2003
Reply to Author | Forward | Print | Individual Message | Show original |
Report Abuse


The Tiff Office Graphics filters(among others) are not installed with
Access 2003. This is a change from all previous versions of Access.
The solution is to get hold of the Office XP Legacy Converter Pack (it
will work for Office 2003 as well). The problem is that you can no
longer download the XP Converter Pack due to security concerns.
http://www.microsoft.com/offic­e/ork/xp/appndx/appc00.htm
Instead you are directed to download the Office 2003 Legacy Converter
Pack but as I said it no longer contains the TIF Filters!!!!aarrgghh
The solution is to contact MS PSS and request the XP Pack.


-----------------------------------------------------------------------
A poster from Germany described the process to obtain the legacy
Graphics Filter pack from MS that does contain the TIFF filters.
Newsgroups: microsoft.public.access
From: "tino" <[email protected]> - Find messages by this
author
Date: Mon, 30 May 2005 06:07:19 -0700
Local: Mon, May 30 2005 10:07 am
Subject: Re: .tif Images in Access 2003
Reply to Author | Forward | Print | Individual Message | Show original |
Report Abuse


Yes, of course, sorry that I did'nt yet :


1. Call the Microsoft Product Support Services
(Phone - No. for Germay : 0180 567 22 55, see Microsoft Sites)
2. Ask for the Hotfix for KB 822346
3. MS will send you a link for Download.


I did so, and there where no more questions for license keys or other,
the
KB - Number was the only necessary information.
__________________________________________________________________


-



--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Thanks a lot for this information.
The client has re-installed Access 2000 and also the hotffix for KB 822346.
(ORK.exe)
Still same problem : tif images are displayed on forms but NOT printed on
Reports ....
(error msg : Tif format is not supported by MS-Access (2003))

Thanks again
 
Back
Top