473,383 Members | 1,815 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,383 software developers and data experts.

Problem With Embedded jpg Image

Can anyone please advise me on the following :

I am developing an access 2002 app that shows a customers picture, the
picture is stored on the hard drive not in a table.
I use the following code to change the image obj.picture=filename.

I have no problem if the machine on which I run the app has Microsoft Photo
Editor loaded, but as I am deploying the
app with access runtime, therefore the client's will not all have a
Microsoft Photo Editor license.

If the app is run on a machine I get an error that says the file is either
in a non recognizable format and I should
convert it to bmp or gif format - WHY ???

TIA
steve
Nov 12 '05 #1
2 1575
Technically MS Photo Editor has nothing to do with this issue. The
Office Graphics Filters are not installed with the Runtime only
environment. If the user has one of the other major Office elements
installed then it is not an issue.
For those case where the Runtime does not have access to the properly
installed and registered Office graphics filters then you can use:
http://www.lebans.com/loadjpeggif.htm
NEW - April 05 2003 Ver 5.0 Developed to allow Access RunTime
installations to display Jpeg files in a standard Image Control.
Provides functionality to load JPG,GIF,BMP,EMF,WMF,CUR and ICO files on
systems without the Office Graphics Filters loaded.
Originally developed for Systems with Access Runtime only. Supports
transparency in Transparent Gifs. Allows you to resize Images on
Forms/Reports at runtime with no loss of Image quality.
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Steve" <st****@ufrmsa1.uniforum.org.za> wrote in message
news:c6**********@ctb-nnrp2.saix.net...
Can anyone please advise me on the following :

I am developing an access 2002 app that shows a customers picture, the
picture is stored on the hard drive not in a table.
I use the following code to change the image obj.picture=filename.

I have no problem if the machine on which I run the app has Microsoft Photo Editor loaded, but as I am deploying the
app with access runtime, therefore the client's will not all have a
Microsoft Photo Editor license.

If the app is run on a machine I get an error that says the file is either in a non recognizable format and I should
convert it to bmp or gif format - WHY ???

TIA
steve


Nov 12 '05 #2
Thanks so much for your assistance

Steve

"Stephen Lebans" <Fo****************************************@linval id.com>
wrote in message news:1S*********************@ursa-nb00s0.nbnet.nb.ca...
Technically MS Photo Editor has nothing to do with this issue. The
Office Graphics Filters are not installed with the Runtime only
environment. If the user has one of the other major Office elements
installed then it is not an issue.
For those case where the Runtime does not have access to the properly
installed and registered Office graphics filters then you can use:
http://www.lebans.com/loadjpeggif.htm
NEW - April 05 2003 Ver 5.0 Developed to allow Access RunTime
installations to display Jpeg files in a standard Image Control.
Provides functionality to load JPG,GIF,BMP,EMF,WMF,CUR and ICO files on
systems without the Office Graphics Filters loaded.
Originally developed for Systems with Access Runtime only. Supports
transparency in Transparent Gifs. Allows you to resize Images on
Forms/Reports at runtime with no loss of Image quality.
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Steve" <st****@ufrmsa1.uniforum.org.za> wrote in message
news:c6**********@ctb-nnrp2.saix.net...
Can anyone please advise me on the following :

I am developing an access 2002 app that shows a customers picture, the
picture is stored on the hard drive not in a table.
I use the following code to change the image obj.picture=filename.

I have no problem if the machine on which I run the app has Microsoft

Photo
Editor loaded, but as I am deploying the
app with access runtime, therefore the client's will not all have a
Microsoft Photo Editor license.

If the app is run on a machine I get an error that says the file is

either
in a non recognizable format and I should
convert it to bmp or gif format - WHY ???

TIA
steve

Nov 12 '05 #3

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

Similar topics

9
by: yawnmoth | last post by:
i've written a php script that generates images dynamically, via the GD library. i now want to detect whether or not the image is embedded within a homepage, or is being viewed by itself. at...
1
by: Zeroeffect | last post by:
Hello! I have a database with alot of embedded images. The reason for having the images embedded is security. My problem is that it works fine on my computer, but not on my clients computer....
7
by: Robert W. | last post by:
I think I'm going insane, but thought I'd check with you all first before I get myself commited! Here's a method I've built to retrieve an image: public static Image GetImage(string...
0
by: kris_scheyer | last post by:
Ok, here's what im trying to do: I have a machine running XP embedded that has a webserver. I have a button on the aspx web form that is supposed to capture the screen of the computer hosting the...
2
by: elziko | last post by:
I'm trying to use an embedded image(bitmap) using the following code: imgDrag = New System.Drawing.Bitmap(GetType(QueryResultGrid).Assembly.GetManifestResourceS...
0
by: Smokey Grindle | last post by:
I want to have an HTML email that displays an embedded image in the message... how can I use the embedded object collection of the mail definition object to do this? how do I reference the embedded...
7
by: Trapulo | last post by:
Hello, I need to send an email from vb.net. The body may be html encoded, and all images related to the html (<img src....>) may be embedded in the email content instead of refer to remote urls. ...
8
by: Fred* | last post by:
Hello, I'm using Visual C# 2005 Express. if I create a new "application windows" project and run it (F5), it works well. (an empty window is launched..) as soon as I set the build action to...
20
by: salmanjavaheri | last post by:
Hi we have a piece of php based (i think) software that exports to an rtf file, these files contain an image, this image makes the rtfs too large...so the solution is to reduce the...
6
by: LEM | last post by:
Hi, I use a Webbrowser component to display a page that has been generate dynamically from my C# program. This page contains some images that are displayed using HTML code like this: <img...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: 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...

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.