473,396 Members | 1,765 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Really ODD image loading error in Access 2003

Hi folks,

we have an Access 2003 app that is running just fine on several
thousand computers all over North America. Recently, on ONE in
particular, we suddenly started see a startup error, something like:

"Unable to load JPEG. Image too large. Try a BMP of GIF format
instead." The JPEG in question is just an image for the Title screen.
The file is 335 KB and is loaded at runtime by VBA code by setting the
form's "Picture" property to the full path name of the JPEG file.

We have no such problem on ANY other computer running the same code
(that I know about), and we cannot recreate the error on any of our
development machines.

The computer in question is a Dell, it's only 3 months old, and does
NOT have any version of Microsoft Office installed. All it has is our
app and a copy of Access 2003 Runtime.

Is it possible this error relates to missing graphics filters and
converters that can be installed with Office?

Any advice on this would be most appreciated.
Mar 4 '06 #1
3 1923
There is nothing odd about your issue. It is a well known documented that
Runtime only installs, on systems without any Office apps installed, do not
have the ability to use the Office Graphics filter DLL's.

With a surch a large distribution of your app, in a Runtime configuration,
why wouldn't you have simply embedded the JPEG, either directly within an
Image control or a table?
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Lauren Wilson" <no****@nospam.com> wrote in message
news:ag********************************@4ax.com...
Hi folks,

we have an Access 2003 app that is running just fine on several
thousand computers all over North America. Recently, on ONE in
particular, we suddenly started see a startup error, something like:

"Unable to load JPEG. Image too large. Try a BMP of GIF format
instead." The JPEG in question is just an image for the Title screen.
The file is 335 KB and is loaded at runtime by VBA code by setting the
form's "Picture" property to the full path name of the JPEG file.

We have no such problem on ANY other computer running the same code
(that I know about), and we cannot recreate the error on any of our
development machines.

The computer in question is a Dell, it's only 3 months old, and does
NOT have any version of Microsoft Office installed. All it has is our
app and a copy of Access 2003 Runtime.

Is it possible this error relates to missing graphics filters and
converters that can be installed with Office?

Any advice on this would be most appreciated.

Mar 4 '06 #2
On Sat, 04 Mar 2006 23:00:24 GMT, "Stephen Lebans"
<ForEmailGotoMy.WebSite.-WWWdotlebansdot...@linvalid.com> wrote:
There is nothing odd about your issue. It is a well known documented that
Runtime only installs, on systems without any Office apps installed, do not
have the ability to use the Office Graphics filter DLL's.
Somehow, I missed this. Go figure.
With a surch a large distribution of your app, in a Runtime configuration,
why wouldn't you have simply embedded the JPEG, either directly within an
Image control or a table?


Well ... the intention was to make that single image available
anywhere we needed it in the program while installing only one copy of
the image. I suppose we COULD accomplish the same thing by storing
the image in a table and just grabbing it as needed. Thanks for the
tip. As usual Stephen, you are an amazing asset in this group.
Mar 5 '06 #3
If you do not want to modify your current distribution the see:
http://www.lebans.com/loadjpeggif.htm
Scroll down to the older non GDI+ plus versions here:
A97LoadJpegGif.zip is a database containing a function to allow for the
Display of Jpeg and Gif files on systems that do not have the Office Graphic
Filters installed. Here is the A2K version: A2KLoadJpegGif.zip
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Lauren Wilson" <no****@nospam.com> wrote in message
news:3g********************************@4ax.com...
On Sat, 04 Mar 2006 23:00:24 GMT, "Stephen Lebans"
<ForEmailGotoMy.WebSite.-WWWdotlebansdot...@linvalid.com> wrote:
There is nothing odd about your issue. It is a well known documented that
Runtime only installs, on systems without any Office apps installed, do
not
have the ability to use the Office Graphics filter DLL's.


Somehow, I missed this. Go figure.
With a surch a large distribution of your app, in a Runtime configuration,
why wouldn't you have simply embedded the JPEG, either directly within an
Image control or a table?


Well ... the intention was to make that single image available
anywhere we needed it in the program while installing only one copy of
the image. I suppose we COULD accomplish the same thing by storing
the image in a table and just grabbing it as needed. Thanks for the
tip. As usual Stephen, you are an amazing asset in this group.

Mar 5 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Scott Simonson | last post by:
Sorry if this posts twice. I can only assume that my previous post didn't because I attached a small image to it to show the error. I have had an application in MSAccess 2k for about year now...
3
by: Scott Simonson | last post by:
I have had an application in MSAccess 2k for about year now without issues until recently. My users were using it in W98 without issue, but recently moved to WindowsXP and now are getting an...
8
by: Ted Miller | last post by:
Hi folks, I'm looking at moving a large base of C++ code to .Net under tight time constraints. The code runs in mission-critical environments, and I am extremely concerned about the loader lock...
0
by: Erwan | last post by:
I have a strange (but very blocking) result when using the smtpmail class from an ASPX page : here is the (very simple !) code... '-------------------------------------------------- mail.To =...
2
by: PJ | last post by:
Hi I was developing a Class for skinning an application. IN order to read the image file dynamically I used System.Drawing.Image.FromFile("..."). Strangely VS 2003 returns an error saying that...
5
by: Tom Scales | last post by:
I am having a problem with an application I am writing in vb.net 2003. I display an image (JPG) on the screen using a Picturebox, loading it with image.fromfile. The user can select a key to...
4
by: Bruce | last post by:
I have an asp.net page that is dynamically building a table and populating cells with images (typically jpeg) and with associated metadata. How can the asp.net code efficiently determine the...
7
by: needin4mation | last post by:
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. ...
14
by: Steve K. | last post by:
I have a method that I use to get a System.Drawing.Image from a file without keeping a handle on the file open (so I can delete the file). Here is the code: <code> public static Image...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.