Images TIF error 2114

B

Bruno Frisque

Hi group,

I have made a very simple report.
It contains a field Document_Name and a Image frame.
Each record contains a Document_Name like "M001.TIF", M002.TIF" etc

The properties of the image are :
Name : Image0
Picture : (none)
Picture type : Linked

In the report Detail_Format I have this simple code :

Image0.Picture = "c:\data\" & Document_Name

This report works fine on all Access versions but NO LONGER on Acccess 2003.
Error 2114 : Access 2003 does not support tif image... too big !??
(the tif images never exceed 70k)

Does someone know a way to work around this problem ? or a patch from MS?

Many thanks in advance
 
S

Stephen Lebans

Bruno I thought we already discussed this issue. THe Office Graphics filters
no longer include support for TIF in Office 2003. I thought you were using
the workaround(loadJpegGif) on my site.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
B

Bruno Frisque

Thanks Stephen,
The issue was covered for the form displaying well the images.TIF with
Access 2003.
The issue to PRINT via a simple report the Images.tif was NOT covered, as
far as I know..
See my little code to load images and print them = Error 2114....

Any suggestion will be greatly appreciated
Many thanks
 
S

Stephen Lebans

Bruno it is the very same issue. It is the very same Image control used on
both Forms and Reports. I'm sorry but I do not see how you could ever think
it is a seperate issue.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
B

Bruno Frisque

Thanks for the answer.
Maybe I'm a bit "lost".

Since I've installed Kodak Imaging Pro on the customer Win XP - Office 2003,
no problem at all to display tif images on a form (and to edit and
manipulate it)

On a Report ? NO WAY at all !
Except if an image.Tif is already (vs loaded at each record) embedded in an
image frame.

But when scrolling each record, containing a field "Imagefilename.tif",
Preview/print record : and a simple code on format : MyImage.picture =
"c:\Imagefilename"bullsh.. of MS)
(I mean it : your Tif images are too big (avg is 70K..) .. try to convert it
to BMP format ( wich is > 1.5 Mb..)

In other words :

Have anybody succeeded to LOAD and print images.tif within a Access 2003
report ??
My guess is NO.
(btw, every "production scanner" produce Tif images)

Yes these 2 issues are completely different (.Tif in a Form OR on a Report)

Thanks again

(ps : I'm sure the Lebans site will be updated as soon a solution is
provided)
 
S

Stephen Lebans

Ok Bruno. I give up. The solution on my site that I pointed you to is to
allow for the display of Tif files within the standard Access Image control
for BOTH forms and reports. I have told you this on several occasions.
Perhaps it is simply a language barrier.

The Kodak control you installed is for OLE embedded images that you would
view with the Bound OLE Frame control on your form/report.

Good luck with your project. Perhaps someone else here can try to help you
with your issue.
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
B

Bruno Frisque

What can I say ?
Except many thanks for your contributions to all of us.

Your magnificent a2kLoadJpegGifVer33GDiPlus.mdb does not contain any report
.....
But the code is really terrific.

Thanks again

For some other people :
The issue is to know is someone already succeeded in printing TIF images
with an Access 2003 Report.
 

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