PC Review


Reply
Thread Tools Rate Thread

How can I put .tif images into my Access 2003 form?

 
 
=?Utf-8?B?TmlnaHRmYWxs?=
Guest
Posts: n/a
 
      7th Sep 2006
Hi! After recently formating my computer and installing Office 2003, my
Access Database form will no longer accept .tif images. I believe the
database was created with Access 2002, though I am not 100% sure of that.
Access suggests that I convert my file to a .bmp or .gif, but I have hundreds
of such images, so converting would take far too long. Is there anything
easier I can try? Any help is greatly appreciated.
 
Reply With Quote
 
 
 
 
Stephen Lebans
Guest
Posts: n/a
 
      7th Sep 2006
See:
http://www.lebans.com/loadjpeggif.htm
A2KLoadJpegGifGDIPlus.zip is an update to the function to allow for the
Display of Jpeg and Gif files on systems that do not have the Office Graphic
Filters installed. TIF and PNG formats are now supported via the Microsoft
GDI+ DLL. The GDI+ DLL is freely redistributable and available directly from
MS here:

http://www.microsoft.com/downloads/r...eleaseid=32738

or on this Web site:

GDI+DLL.zip
Please take a moment to read the redist.txt file contained in distribution
archive. This file explains how and where to install the DLL.

The GDI+ A2K version can easily be converted to A97 but you will have to
manually change all of the ENUMS. Frankly I am getting tired of supporting
both A97 and A2K versions mainly due to the lack of ENUM support in A97. :-(
--

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



"Nightfall" <(E-Mail Removed)> wrote in message
news66E4B13-5143-49F0-AAA1-(E-Mail Removed)...
> Hi! After recently formating my computer and installing Office 2003, my
> Access Database form will no longer accept .tif images. I believe the
> database was created with Access 2002, though I am not 100% sure of that.
> Access suggests that I convert my file to a .bmp or .gif, but I have
> hundreds
> of such images, so converting would take far too long. Is there anything
> easier I can try? Any help is greatly appreciated.



 
Reply With Quote
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      7th Sep 2006
The tif filter was left out of the Office 2003 graphics filters. Try calling
the help phone number listed in the Access help file and requesting the
conversion filter pack.

http://office.microsoft.com/en-us/as...513581033.aspx
--
Arvin Meyer, MCP, MVP
Free MS-Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"Nightfall" <(E-Mail Removed)> wrote in message
news66E4B13-5143-49F0-AAA1-(E-Mail Removed)...
> Hi! After recently formating my computer and installing Office 2003, my
> Access Database form will no longer accept .tif images. I believe the
> database was created with Access 2002, though I am not 100% sure of that.
> Access suggests that I convert my file to a .bmp or .gif, but I have
> hundreds
> of such images, so converting would take far too long. Is there anything
> easier I can try? Any help is greatly appreciated.



 
Reply With Quote
 
Douglas J. Steele
Guest
Posts: n/a
 
      7th Sep 2006
Stephen's given you the "correct" answer, but if you need to convert images,
IrfanView, a free utility available at http://www.irfanview.com/, will
convert an entire folder for you without any intervention.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Nightfall" <(E-Mail Removed)> wrote in message
news66E4B13-5143-49F0-AAA1-(E-Mail Removed)...
> Hi! After recently formating my computer and installing Office 2003, my
> Access Database form will no longer accept .tif images. I believe the
> database was created with Access 2002, though I am not 100% sure of that.
> Access suggests that I convert my file to a .bmp or .gif, but I have
> hundreds
> of such images, so converting would take far too long. Is there anything
> easier I can try? Any help is greatly appreciated.



 
Reply With Quote
 
=?Utf-8?B?TmlnaHRmYWxs?=
Guest
Posts: n/a
 
      7th Sep 2006
Thanks for the help. I'm a little confused as to what to do once I download
the file. The link you gave me to the Microsoft Download didn't work (the
download you requested is unavailable). The GDI+DLL.zip link worked, and I
read the redist.txt file, and it implied that, when using Windows XP, I
shouldn't be messing with the gdiplus.dll file, and that it wouldn't work
even if I tried. Is it okay for me to be using the file I downloaded, and if
so, where am I supposed to put it?


"Stephen Lebans" wrote:

> See:
> http://www.lebans.com/loadjpeggif.htm
> A2KLoadJpegGifGDIPlus.zip is an update to the function to allow for the
> Display of Jpeg and Gif files on systems that do not have the Office Graphic
> Filters installed. TIF and PNG formats are now supported via the Microsoft
> GDI+ DLL. The GDI+ DLL is freely redistributable and available directly from
> MS here:
>
> http://www.microsoft.com/downloads/r...eleaseid=32738
>
> or on this Web site:
>
> GDI+DLL.zip
> Please take a moment to read the redist.txt file contained in distribution
> archive. This file explains how and where to install the DLL.
>
> The GDI+ A2K version can easily be converted to A97 but you will have to
> manually change all of the ENUMS. Frankly I am getting tired of supporting
> both A97 and A2K versions mainly due to the lack of ENUM support in A97. :-(
> --
>
> HTH
> Stephen Lebans
> http://www.lebans.com
> Access Code, Tips and Tricks
> Please respond only to the newsgroups so everyone can benefit.
>
>
>
> "Nightfall" <(E-Mail Removed)> wrote in message
> news66E4B13-5143-49F0-AAA1-(E-Mail Removed)...
> > Hi! After recently formating my computer and installing Office 2003, my
> > Access Database form will no longer accept .tif images. I believe the
> > database was created with Access 2002, though I am not 100% sure of that.
> > Access suggests that I convert my file to a .bmp or .gif, but I have
> > hundreds
> > of such images, so converting would take far too long. Is there anything
> > easier I can try? Any help is greatly appreciated.

>
>
>

 
Reply With Quote
 
Stephen Lebans
Guest
Posts: n/a
 
      7th Sep 2006
That link is broken because it is several months old and Microsoft has since
modifed the URL to download the redistributable GDI+ runtime library.

I'm not sure how I can state this any clearer that what you already read. If
you are using Windows XP or higher then you DO NOT need to install the
redistributable GDI+ DLL as Win XP already contains the required libraries.

--

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


"Nightfall" <(E-Mail Removed)> wrote in message
news:79FBC079-E064-4906-96AE-(E-Mail Removed)...
> Thanks for the help. I'm a little confused as to what to do once I
> download
> the file. The link you gave me to the Microsoft Download didn't work (the
> download you requested is unavailable). The GDI+DLL.zip link worked, and I
> read the redist.txt file, and it implied that, when using Windows XP, I
> shouldn't be messing with the gdiplus.dll file, and that it wouldn't work
> even if I tried. Is it okay for me to be using the file I downloaded, and
> if
> so, where am I supposed to put it?
>
>
> "Stephen Lebans" wrote:
>
>> See:
>> http://www.lebans.com/loadjpeggif.htm
>> A2KLoadJpegGifGDIPlus.zip is an update to the function to allow for the
>> Display of Jpeg and Gif files on systems that do not have the Office
>> Graphic
>> Filters installed. TIF and PNG formats are now supported via the
>> Microsoft
>> GDI+ DLL. The GDI+ DLL is freely redistributable and available directly
>> from
>> MS here:
>>
>> http://www.microsoft.com/downloads/r...eleaseid=32738
>>
>> or on this Web site:
>>
>> GDI+DLL.zip
>> Please take a moment to read the redist.txt file contained in
>> distribution
>> archive. This file explains how and where to install the DLL.
>>
>> The GDI+ A2K version can easily be converted to A97 but you will have to
>> manually change all of the ENUMS. Frankly I am getting tired of
>> supporting
>> both A97 and A2K versions mainly due to the lack of ENUM support in A97.
>> :-(
>> --
>>
>> HTH
>> Stephen Lebans
>> http://www.lebans.com
>> Access Code, Tips and Tricks
>> Please respond only to the newsgroups so everyone can benefit.
>>
>>
>>
>> "Nightfall" <(E-Mail Removed)> wrote in message
>> news66E4B13-5143-49F0-AAA1-(E-Mail Removed)...
>> > Hi! After recently formating my computer and installing Office 2003, my
>> > Access Database form will no longer accept .tif images. I believe the
>> > database was created with Access 2002, though I am not 100% sure of
>> > that.
>> > Access suggests that I convert my file to a .bmp or .gif, but I have
>> > hundreds
>> > of such images, so converting would take far too long. Is there
>> > anything
>> > easier I can try? Any help is greatly appreciated.

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?TmlnaHRmYWxs?=
Guest
Posts: n/a
 
      8th Sep 2006
Sorry, I'm afraid I still don't follow. Most of this is beyond me, so your
patience is greatly appreciated. If I don't need to install that file, what
do I need to do? I am using Windows XP Professional, but I am still unable to
use .tif images. Is the GDI+ file totally usless too me? Once again, any help
help you can give me would be great.

"Stephen Lebans" wrote:

> That link is broken because it is several months old and Microsoft has since
> modifed the URL to download the redistributable GDI+ runtime library.
>
> I'm not sure how I can state this any clearer that what you already read. If
> you are using Windows XP or higher then you DO NOT need to install the
> redistributable GDI+ DLL as Win XP already contains the required libraries.
>
> --
>
> HTH
> Stephen Lebans
> http://www.lebans.com
> Access Code, Tips and Tricks
> Please respond only to the newsgroups so everyone can benefit.
>
>
> "Nightfall" <(E-Mail Removed)> wrote in message
> news:79FBC079-E064-4906-96AE-(E-Mail Removed)...
> > Thanks for the help. I'm a little confused as to what to do once I
> > download
> > the file. The link you gave me to the Microsoft Download didn't work (the
> > download you requested is unavailable). The GDI+DLL.zip link worked, and I
> > read the redist.txt file, and it implied that, when using Windows XP, I
> > shouldn't be messing with the gdiplus.dll file, and that it wouldn't work
> > even if I tried. Is it okay for me to be using the file I downloaded, and
> > if
> > so, where am I supposed to put it?
> >
> >
> > "Stephen Lebans" wrote:
> >
> >> See:
> >> http://www.lebans.com/loadjpeggif.htm
> >> A2KLoadJpegGifGDIPlus.zip is an update to the function to allow for the
> >> Display of Jpeg and Gif files on systems that do not have the Office
> >> Graphic
> >> Filters installed. TIF and PNG formats are now supported via the
> >> Microsoft
> >> GDI+ DLL. The GDI+ DLL is freely redistributable and available directly
> >> from
> >> MS here:
> >>
> >> http://www.microsoft.com/downloads/r...eleaseid=32738
> >>
> >> or on this Web site:
> >>
> >> GDI+DLL.zip
> >> Please take a moment to read the redist.txt file contained in
> >> distribution
> >> archive. This file explains how and where to install the DLL.
> >>
> >> The GDI+ A2K version can easily be converted to A97 but you will have to
> >> manually change all of the ENUMS. Frankly I am getting tired of
> >> supporting
> >> both A97 and A2K versions mainly due to the lack of ENUM support in A97.
> >> :-(
> >> --
> >>
> >> HTH
> >> Stephen Lebans
> >> http://www.lebans.com
> >> Access Code, Tips and Tricks
> >> Please respond only to the newsgroups so everyone can benefit.
> >>
> >>
> >>
> >> "Nightfall" <(E-Mail Removed)> wrote in message
> >> news66E4B13-5143-49F0-AAA1-(E-Mail Removed)...
> >> > Hi! After recently formating my computer and installing Office 2003, my
> >> > Access Database form will no longer accept .tif images. I believe the
> >> > database was created with Access 2002, though I am not 100% sure of
> >> > that.
> >> > Access suggests that I convert my file to a .bmp or .gif, but I have
> >> > hundreds
> >> > of such images, so converting would take far too long. Is there
> >> > anything
> >> > easier I can try? Any help is greatly appreciated.
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Stephen Lebans
Guest
Posts: n/a
 
      8th Sep 2006
Since you are not familiar with VBA coding I would suggest you follow
Arvin's advice earlier in this thread.

--

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


"Nightfall" <(E-Mail Removed)> wrote in message
news:78EBF06F-89C8-4C30-9AA1-(E-Mail Removed)...
> Sorry, I'm afraid I still don't follow. Most of this is beyond me, so your
> patience is greatly appreciated. If I don't need to install that file,
> what
> do I need to do? I am using Windows XP Professional, but I am still unable
> to
> use .tif images. Is the GDI+ file totally usless too me? Once again, any
> help
> help you can give me would be great.
>
> "Stephen Lebans" wrote:
>
>> That link is broken because it is several months old and Microsoft has
>> since
>> modifed the URL to download the redistributable GDI+ runtime library.
>>
>> I'm not sure how I can state this any clearer that what you already read.
>> If
>> you are using Windows XP or higher then you DO NOT need to install the
>> redistributable GDI+ DLL as Win XP already contains the required
>> libraries.
>>
>> --
>>
>> HTH
>> Stephen Lebans
>> http://www.lebans.com
>> Access Code, Tips and Tricks
>> Please respond only to the newsgroups so everyone can benefit.
>>
>>
>> "Nightfall" <(E-Mail Removed)> wrote in message
>> news:79FBC079-E064-4906-96AE-(E-Mail Removed)...
>> > Thanks for the help. I'm a little confused as to what to do once I
>> > download
>> > the file. The link you gave me to the Microsoft Download didn't work
>> > (the
>> > download you requested is unavailable). The GDI+DLL.zip link worked,
>> > and I
>> > read the redist.txt file, and it implied that, when using Windows XP, I
>> > shouldn't be messing with the gdiplus.dll file, and that it wouldn't
>> > work
>> > even if I tried. Is it okay for me to be using the file I downloaded,
>> > and
>> > if
>> > so, where am I supposed to put it?
>> >
>> >
>> > "Stephen Lebans" wrote:
>> >
>> >> See:
>> >> http://www.lebans.com/loadjpeggif.htm
>> >> A2KLoadJpegGifGDIPlus.zip is an update to the function to allow for
>> >> the
>> >> Display of Jpeg and Gif files on systems that do not have the Office
>> >> Graphic
>> >> Filters installed. TIF and PNG formats are now supported via the
>> >> Microsoft
>> >> GDI+ DLL. The GDI+ DLL is freely redistributable and available
>> >> directly
>> >> from
>> >> MS here:
>> >>
>> >> http://www.microsoft.com/downloads/r...eleaseid=32738
>> >>
>> >> or on this Web site:
>> >>
>> >> GDI+DLL.zip
>> >> Please take a moment to read the redist.txt file contained in
>> >> distribution
>> >> archive. This file explains how and where to install the DLL.
>> >>
>> >> The GDI+ A2K version can easily be converted to A97 but you will have
>> >> to
>> >> manually change all of the ENUMS. Frankly I am getting tired of
>> >> supporting
>> >> both A97 and A2K versions mainly due to the lack of ENUM support in
>> >> A97.
>> >> :-(
>> >> --
>> >>
>> >> HTH
>> >> Stephen Lebans
>> >> http://www.lebans.com
>> >> Access Code, Tips and Tricks
>> >> Please respond only to the newsgroups so everyone can benefit.
>> >>
>> >>
>> >>
>> >> "Nightfall" <(E-Mail Removed)> wrote in message
>> >> news66E4B13-5143-49F0-AAA1-(E-Mail Removed)...
>> >> > Hi! After recently formating my computer and installing Office 2003,
>> >> > my
>> >> > Access Database form will no longer accept .tif images. I believe
>> >> > the
>> >> > database was created with Access 2002, though I am not 100% sure of
>> >> > that.
>> >> > Access suggests that I convert my file to a .bmp or .gif, but I have
>> >> > hundreds
>> >> > of such images, so converting would take far too long. Is there
>> >> > anything
>> >> > easier I can try? Any help is greatly appreciated.
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?TmlnaHRmYWxs?=
Guest
Posts: n/a
 
      13th Sep 2006
After looking at your website again I totally understand what you've been
suggesting. Thank you very much, it works great now. This'll teach me to try
and figure this stuff out half an hour after I wake up. Thanks again!

"Stephen Lebans" wrote:

> Since you are not familiar with VBA coding I would suggest you follow
> Arvin's advice earlier in this thread.
>
> --
>
> HTH
> Stephen Lebans
> http://www.lebans.com
> Access Code, Tips and Tricks
> Please respond only to the newsgroups so everyone can benefit.
>
>
> "Nightfall" <(E-Mail Removed)> wrote in message
> news:78EBF06F-89C8-4C30-9AA1-(E-Mail Removed)...
> > Sorry, I'm afraid I still don't follow. Most of this is beyond me, so your
> > patience is greatly appreciated. If I don't need to install that file,
> > what
> > do I need to do? I am using Windows XP Professional, but I am still unable
> > to
> > use .tif images. Is the GDI+ file totally usless too me? Once again, any
> > help
> > help you can give me would be great.
> >
> > "Stephen Lebans" wrote:
> >
> >> That link is broken because it is several months old and Microsoft has
> >> since
> >> modifed the URL to download the redistributable GDI+ runtime library.
> >>
> >> I'm not sure how I can state this any clearer that what you already read.
> >> If
> >> you are using Windows XP or higher then you DO NOT need to install the
> >> redistributable GDI+ DLL as Win XP already contains the required
> >> libraries.
> >>
> >> --
> >>
> >> HTH
> >> Stephen Lebans
> >> http://www.lebans.com
> >> Access Code, Tips and Tricks
> >> Please respond only to the newsgroups so everyone can benefit.
> >>
> >>
> >> "Nightfall" <(E-Mail Removed)> wrote in message
> >> news:79FBC079-E064-4906-96AE-(E-Mail Removed)...
> >> > Thanks for the help. I'm a little confused as to what to do once I
> >> > download
> >> > the file. The link you gave me to the Microsoft Download didn't work
> >> > (the
> >> > download you requested is unavailable). The GDI+DLL.zip link worked,
> >> > and I
> >> > read the redist.txt file, and it implied that, when using Windows XP, I
> >> > shouldn't be messing with the gdiplus.dll file, and that it wouldn't
> >> > work
> >> > even if I tried. Is it okay for me to be using the file I downloaded,
> >> > and
> >> > if
> >> > so, where am I supposed to put it?
> >> >
> >> >
> >> > "Stephen Lebans" wrote:
> >> >
> >> >> See:
> >> >> http://www.lebans.com/loadjpeggif.htm
> >> >> A2KLoadJpegGifGDIPlus.zip is an update to the function to allow for
> >> >> the
> >> >> Display of Jpeg and Gif files on systems that do not have the Office
> >> >> Graphic
> >> >> Filters installed. TIF and PNG formats are now supported via the
> >> >> Microsoft
> >> >> GDI+ DLL. The GDI+ DLL is freely redistributable and available
> >> >> directly
> >> >> from
> >> >> MS here:
> >> >>
> >> >> http://www.microsoft.com/downloads/r...eleaseid=32738
> >> >>
> >> >> or on this Web site:
> >> >>
> >> >> GDI+DLL.zip
> >> >> Please take a moment to read the redist.txt file contained in
> >> >> distribution
> >> >> archive. This file explains how and where to install the DLL.
> >> >>
> >> >> The GDI+ A2K version can easily be converted to A97 but you will have
> >> >> to
> >> >> manually change all of the ENUMS. Frankly I am getting tired of
> >> >> supporting
> >> >> both A97 and A2K versions mainly due to the lack of ENUM support in
> >> >> A97.
> >> >> :-(
> >> >> --
> >> >>
> >> >> HTH
> >> >> Stephen Lebans
> >> >> http://www.lebans.com
> >> >> Access Code, Tips and Tricks
> >> >> Please respond only to the newsgroups so everyone can benefit.
> >> >>
> >> >>
> >> >>
> >> >> "Nightfall" <(E-Mail Removed)> wrote in message
> >> >> news66E4B13-5143-49F0-AAA1-(E-Mail Removed)...
> >> >> > Hi! After recently formating my computer and installing Office 2003,
> >> >> > my
> >> >> > Access Database form will no longer accept .tif images. I believe
> >> >> > the
> >> >> > database was created with Access 2002, though I am not 100% sure of
> >> >> > that.
> >> >> > Access suggests that I convert my file to a .bmp or .gif, but I have
> >> >> > hundreds
> >> >> > of such images, so converting would take far too long. Is there
> >> >> > anything
> >> >> > easier I can try? Any help is greatly appreciated.
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
=?Utf-8?B?bmV3Z2Vu?=
Guest
Posts: n/a
 
      1st Oct 2007


"Nightfall" wrote:

> After looking at your website again I totally understand what you've been
> suggesting. Thank you very much, it works great now. This'll teach me to try
> and figure this stuff out half an hour after I wake up. Thanks again!


What website? I can't find any helpful information regarding this issue on
lebans.com
I updated Office 2003 to sp3, installed office resource kit but the runtime
error 2114 still exist. tif filter files are still missing. registry key is
also nonexisting.
Could someone point me a bulletproof howto for this issue to solve, because
I can't change the configuration of 100 pc's in my institute for this stupid
matter.
Any help would be appreciated.

p.s.:sorry for my short tempered comment, but this problem thwarts any
further developement on the database.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Access 2000] Images on Form croy Microsoft Access Form Coding 6 21st Sep 2010 08:04 PM
Re: Images on a Form [ms Access 2007] Stuart McCall Microsoft Access Form Coding 2 28th Jan 2010 04:22 AM
How do I display images from a folder in a form : access 2003 gnome88 Microsoft Access Forms 2 7th Jan 2010 08:35 AM
Re: Multiple images on an Access form in Access 2007 Suneel Microsoft Access Form Coding 1 21st Aug 2008 04:19 PM
Images on an Access Form Andy Levy Microsoft Access Form Coding 6 24th May 2004 10:23 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:11 PM.