A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

jpeg images not showing in my access forms



 
 
Thread Tools Display Modes
  #1  
Old October 12th, 2005, 04:16 AM
Joe
external usenet poster
 
Posts: n/a
Default jpeg images not showing in my access forms

On one of our computers Access is not displaying jpeg images. Can you give me
any ideas as to what might be causing this. The same Access database works
fine on other computers. We have uninstalled and reinstalled Access to no
avail. Other programs can call up jpegs.
  #2  
Old October 12th, 2005, 09:23 AM
bob
external usenet poster
 
Posts: n/a
Default



It depends how you are displaying the image, eg with a Bound OLE Frame, Access Image Control, or some other
way.

Bound OLE Frame:
================
Open the table and examine the relevant field to see which application is used to store and display the
images, eg MS Photo Editor, Paint etc. This application must be installed on the system to display images
from the table. It must also be the registered application for the relevant file types if you will store
additional images in the table on this machine. Since this technique relies on registered applications,
installing new graphics software can easily break this approach. Additionally, Office 2003 does not include
an OLE Server app for jpeg and will uninstall the existing one (MS Photo Editor), which is often the cause
of problems like this. Finally, note that using Photo Editor to store JPEG can cause an overhead of from
20 to 200 times the original file size.

Access Image Control:
=====================
This requires the relevant Office Graphics Filters to be installed. Re-run the Office setup and work through
the optional components to make sure that the filters you need are installed.


--
__________________________________________________ _____
http://www.ammara.com/
Image Handling Components, Samples, Solutions and Info
DBPix 2.0 - lossless jpeg rotation, EXIF, asynchronous

=?Utf-8?B?Sm9l?= wrote:
On one of our computers Access is not displaying jpeg images. Can you give me
any ideas as to what might be causing this. The same Access database works
fine on other computers. We have uninstalled and reinstalled Access to no
avail. Other programs can call up jpegs.


  #3  
Old October 14th, 2005, 05:24 AM
Joe
external usenet poster
 
Posts: n/a
Default jpeg images not showing in my access forms

Using the Access Image Control.

Me.imgBuildingPhoto.Picture = "c:\Pictures\pict.jpg"

all other aspects of the access database work on this machine except for
displaying the pictures. I do not receive any error message.

I've uninstalled Access 2003, installed Access 2000 and photo editor, and
have the same problem.

Thanks for your help.

"bob" wrote:



It depends how you are displaying the image, eg with a Bound OLE Frame, Access Image Control, or some other
way.

Bound OLE Frame:
================
Open the table and examine the relevant field to see which application is used to store and display the
images, eg MS Photo Editor, Paint etc. This application must be installed on the system to display images
from the table. It must also be the registered application for the relevant file types if you will store
additional images in the table on this machine. Since this technique relies on registered applications,
installing new graphics software can easily break this approach. Additionally, Office 2003 does not include
an OLE Server app for jpeg and will uninstall the existing one (MS Photo Editor), which is often the cause
of problems like this. Finally, note that using Photo Editor to store JPEG can cause an overhead of from
20 to 200 times the original file size.

Access Image Control:
=====================
This requires the relevant Office Graphics Filters to be installed. Re-run the Office setup and work through
the optional components to make sure that the filters you need are installed.


--
__________________________________________________ _____
http://www.ammara.com/
Image Handling Components, Samples, Solutions and Info
DBPix 2.0 - lossless jpeg rotation, EXIF, asynchronous

=?Utf-8?B?Sm9l?= wrote:
On one of our computers Access is not displaying jpeg images. Can you give me
any ideas as to what might be causing this. The same Access database works
fine on other computers. We have uninstalled and reinstalled Access to no
avail. Other programs can call up jpegs.



  #4  
Old October 14th, 2005, 09:46 AM
bob
external usenet poster
 
Posts: n/a
Default jpeg images not showing in my access forms



So you did select the jpeg graphics filter for installation, right ?

You can check if it’s been installed at the following path and registry key:

JPEG graphic import filter:
C:\Program Files\Common Files\Microsoft Shared\Grphflt\JPEGim32.FLT

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Graphics Filters\Import\JPEG

If it’s not installed re-run the setup to add it (you do not have to uninstall, revert to 2000 or install
Photo Editor). If this fails you could try installing the Office File Converter Pack:
http://support.microsoft.com/kb/q212265/


--
__________________________________________________ _____
http://www.ammara.com/
Image Handling Components, Samples, Solutions and Info
DBPix 2.0 - lossless jpeg rotation, EXIF, asynchronous


=?Utf-8?B?Sm9l?= wrote:
Using the Access Image Control.

Me.imgBuildingPhoto.Picture = "c:\Pictures\pict.jpg"

all other aspects of the access database work on this machine except for
displaying the pictures. I do not receive any error message.

I've uninstalled Access 2003, installed Access 2000 and photo editor, and
have the same problem.

Thanks for your help.

"bob" wrote:



It depends how you are displaying the image, eg with a Bound OLE Frame, Access Image Control, or some

other
way.

Bound OLE Frame:
================
Open the table and examine the relevant field to see which application is used to store and display

the
images, eg MS Photo Editor, Paint etc. This application must be installed on the system to display

images
from the table. It must also be the registered application for the relevant file types if you will

store
additional images in the table on this machine. Since this technique relies on registered applications,
installing new graphics software can easily break this approach. Additionally, Office 2003 does not

include
an OLE Server app for jpeg and will uninstall the existing one (MS Photo Editor), which is often the

cause
of problems like this. Finally, note that using Photo Editor to store JPEG can cause an overhead of

from
20 to 200 times the original file size.

Access Image Control:
=====================
This requires the relevant Office Graphics Filters to be installed. Re-run the Office setup and work

through
the optional components to make sure that the filters you need are installed.


--
__________________________________________________ _____
http://www.ammara.com/
Image Handling Components, Samples, Solutions and Info
DBPix 2.0 - lossless jpeg rotation, EXIF, asynchronous

=?Utf-8?B?Sm9l?= wrote:
On one of our computers Access is not displaying jpeg images. Can you give me
any ideas as to what might be causing this. The same Access database works
fine on other computers. We have uninstalled and reinstalled Access to no
avail. Other programs can call up jpegs.




  #5  
Old October 26th, 2005, 06:46 PM
Joe
external usenet poster
 
Posts: n/a
Default jpeg images not showing in my access forms

-Uninstalled and reinstalled Office 2003
-Uninstalled and reinstalled Jpeg filter
-Verified that file and registry key exists

jpegs still will not display, the copied database will display embedded
image controls, however I cannot import a new jpeg into an existing or new
image control

Thanks for you help.
"bob" wrote:



So you did select the jpeg graphics filter for installation, right ?

You can check if it’s been installed at the following path and registry key:

JPEG graphic import filter:
C:\Program Files\Common Files\Microsoft Shared\Grphflt\JPEGim32.FLT

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Graphics Filters\Import\JPEG

If it’s not installed re-run the setup to add it (you do not have to uninstall, revert to 2000 or install
Photo Editor). If this fails you could try installing the Office File Converter Pack:
http://support.microsoft.com/kb/q212265/


--
__________________________________________________ _____
http://www.ammara.com/
Image Handling Components, Samples, Solutions and Info
DBPix 2.0 - lossless jpeg rotation, EXIF, asynchronous


=?Utf-8?B?Sm9l?= wrote:
Using the Access Image Control.

Me.imgBuildingPhoto.Picture = "c:\Pictures\pict.jpg"

all other aspects of the access database work on this machine except for
displaying the pictures. I do not receive any error message.

I've uninstalled Access 2003, installed Access 2000 and photo editor, and
have the same problem.

Thanks for your help.

"bob" wrote:



It depends how you are displaying the image, eg with a Bound OLE Frame, Access Image Control, or some

other
way.

Bound OLE Frame:
================
Open the table and examine the relevant field to see which application is used to store and display

the
images, eg MS Photo Editor, Paint etc. This application must be installed on the system to display

images
from the table. It must also be the registered application for the relevant file types if you will

store
additional images in the table on this machine. Since this technique relies on registered applications,
installing new graphics software can easily break this approach. Additionally, Office 2003 does not

include
an OLE Server app for jpeg and will uninstall the existing one (MS Photo Editor), which is often the

cause
of problems like this. Finally, note that using Photo Editor to store JPEG can cause an overhead of

from
20 to 200 times the original file size.

Access Image Control:
=====================
This requires the relevant Office Graphics Filters to be installed. Re-run the Office setup and work

through
the optional components to make sure that the filters you need are installed.


--
__________________________________________________ _____
http://www.ammara.com/
Image Handling Components, Samples, Solutions and Info
DBPix 2.0 - lossless jpeg rotation, EXIF, asynchronous

=?Utf-8?B?Sm9l?= wrote:
On one of our computers Access is not displaying jpeg images. Can you give me
any ideas as to what might be causing this. The same Access database works
fine on other computers. We have uninstalled and reinstalled Access to no
avail. Other programs can call up jpegs.




  #6  
Old October 27th, 2005, 07:18 PM
Stephen Lebans
external usenet poster
 
Posts: n/a
Default jpeg images not showing in my access forms

Did you find a solution Joe?

--

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

"Joe" wrote in message
news
-Uninstalled and reinstalled Office 2003
-Uninstalled and reinstalled Jpeg filter
-Verified that file and registry key exists

jpegs still will not display, the copied database will display embedded
image controls, however I cannot import a new jpeg into an existing or new
image control

Thanks for you help.
"bob" wrote:



So you did select the jpeg graphics filter for installation, right ?

You can check if it's been installed at the following path and registry
key:

JPEG graphic import filter:
C:\Program Files\Common Files\Microsoft Shared\Grphflt\JPEGim32.FLT

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Graphics
Filters\Import\JPEG

If it's not installed re-run the setup to add it (you do not have to
uninstall, revert to 2000 or install
Photo Editor). If this fails you could try installing the Office File
Converter Pack:
http://support.microsoft.com/kb/q212265/


--
__________________________________________________ _____
http://www.ammara.com/
Image Handling Components, Samples, Solutions and Info
DBPix 2.0 - lossless jpeg rotation, EXIF, asynchronous


=?Utf-8?B?Sm9l?= wrote:
Using the Access Image Control.

Me.imgBuildingPhoto.Picture = "c:\Pictures\pict.jpg"

all other aspects of the access database work on this machine except for
displaying the pictures. I do not receive any error message.

I've uninstalled Access 2003, installed Access 2000 and photo editor,
and
have the same problem.

Thanks for your help.

"bob" wrote:



It depends how you are displaying the image, eg with a Bound OLE
Frame, Access Image Control, or some

other
way.

Bound OLE Frame:
================
Open the table and examine the relevant field to see which application
is used to store and display

the
images, eg MS Photo Editor, Paint etc. This application must be
installed on the system to display

images
from the table. It must also be the registered application for the
relevant file types if you will

store
additional images in the table on this machine. Since this technique
relies on registered applications,
installing new graphics software can easily break this approach.
Additionally, Office 2003 does not

include
an OLE Server app for jpeg and will uninstall the existing one (MS
Photo Editor), which is often the

cause
of problems like this. Finally, note that using Photo Editor to store
JPEG can cause an overhead of

from
20 to 200 times the original file size.

Access Image Control:
=====================
This requires the relevant Office Graphics Filters to be installed.
Re-run the Office setup and work

through
the optional components to make sure that the filters you need are
installed.


--
__________________________________________________ _____
http://www.ammara.com/
Image Handling Components, Samples, Solutions and Info
DBPix 2.0 - lossless jpeg rotation, EXIF, asynchronous

=?Utf-8?B?Sm9l?= wrote:
On one of our computers Access is not displaying jpeg images. Can you
give me
any ideas as to what might be causing this. The same Access database
works
fine on other computers. We have uninstalled and reinstalled Access
to no
avail. Other programs can call up jpegs.






  #7  
Old November 3rd, 2005, 07:11 PM
Joe
external usenet poster
 
Posts: n/a
Default jpeg images not showing in my access forms

Have not found a solution, we are going to do a clean install of Windows and
Office 2003 hoping that will correct whatever.

"Stephen Lebans" wrote:

Did you find a solution Joe?

--

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

"Joe" wrote in message
news
-Uninstalled and reinstalled Office 2003
-Uninstalled and reinstalled Jpeg filter
-Verified that file and registry key exists

jpegs still will not display, the copied database will display embedded
image controls, however I cannot import a new jpeg into an existing or new
image control

Thanks for you help.
"bob" wrote:



So you did select the jpeg graphics filter for installation, right ?

You can check if it's been installed at the following path and registry
key:

JPEG graphic import filter:
C:\Program Files\Common Files\Microsoft Shared\Grphflt\JPEGim32.FLT

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Graphics
Filters\Import\JPEG

If it's not installed re-run the setup to add it (you do not have to
uninstall, revert to 2000 or install
Photo Editor). If this fails you could try installing the Office File
Converter Pack:
http://support.microsoft.com/kb/q212265/


--
__________________________________________________ _____
http://www.ammara.com/
Image Handling Components, Samples, Solutions and Info
DBPix 2.0 - lossless jpeg rotation, EXIF, asynchronous


=?Utf-8?B?Sm9l?= wrote:
Using the Access Image Control.

Me.imgBuildingPhoto.Picture = "c:\Pictures\pict.jpg"

all other aspects of the access database work on this machine except for
displaying the pictures. I do not receive any error message.

I've uninstalled Access 2003, installed Access 2000 and photo editor,
and
have the same problem.

Thanks for your help.

"bob" wrote:



It depends how you are displaying the image, eg with a Bound OLE
Frame, Access Image Control, or some
other
way.

Bound OLE Frame:
================
Open the table and examine the relevant field to see which application
is used to store and display
the
images, eg MS Photo Editor, Paint etc. This application must be
installed on the system to display
images
from the table. It must also be the registered application for the
relevant file types if you will
store
additional images in the table on this machine. Since this technique
relies on registered applications,
installing new graphics software can easily break this approach.
Additionally, Office 2003 does not
include
an OLE Server app for jpeg and will uninstall the existing one (MS
Photo Editor), which is often the
cause
of problems like this. Finally, note that using Photo Editor to store
JPEG can cause an overhead of
from
20 to 200 times the original file size.

Access Image Control:
=====================
This requires the relevant Office Graphics Filters to be installed.
Re-run the Office setup and work
through
the optional components to make sure that the filters you need are
installed.


--
__________________________________________________ _____
http://www.ammara.com/
Image Handling Components, Samples, Solutions and Info
DBPix 2.0 - lossless jpeg rotation, EXIF, asynchronous

=?Utf-8?B?Sm9l?= wrote:
On one of our computers Access is not displaying jpeg images. Can you
give me
any ideas as to what might be causing this. The same Access database
works
fine on other computers. We have uninstalled and reinstalled Access
to no
avail. Other programs can call up jpegs.







  #8  
Old November 3rd, 2005, 07:42 PM
Stephen Lebans
external usenet poster
 
Posts: n/a
Default jpeg images not showing in my access forms

Are you by chance on a WinXP Pro system with multiple user accounts and a
seperate Administrator account?
--

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

"Joe" wrote in message
...
Have not found a solution, we are going to do a clean install of Windows
and
Office 2003 hoping that will correct whatever.

"Stephen Lebans" wrote:

Did you find a solution Joe?

--

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

"Joe" wrote in message
news
-Uninstalled and reinstalled Office 2003
-Uninstalled and reinstalled Jpeg filter
-Verified that file and registry key exists

jpegs still will not display, the copied database will display embedded
image controls, however I cannot import a new jpeg into an existing or
new
image control

Thanks for you help.
"bob" wrote:



So you did select the jpeg graphics filter for installation, right ?

You can check if it's been installed at the following path and
registry
key:

JPEG graphic import filter:
C:\Program Files\Common Files\Microsoft Shared\Grphflt\JPEGim32.FLT

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Graphics
Filters\Import\JPEG

If it's not installed re-run the setup to add it (you do not have to
uninstall, revert to 2000 or install
Photo Editor). If this fails you could try installing the Office File
Converter Pack:
http://support.microsoft.com/kb/q212265/


--
__________________________________________________ _____
http://www.ammara.com/
Image Handling Components, Samples, Solutions and Info
DBPix 2.0 - lossless jpeg rotation, EXIF, asynchronous


=?Utf-8?B?Sm9l?= wrote:
Using the Access Image Control.

Me.imgBuildingPhoto.Picture = "c:\Pictures\pict.jpg"

all other aspects of the access database work on this machine except
for
displaying the pictures. I do not receive any error message.

I've uninstalled Access 2003, installed Access 2000 and photo editor,
and
have the same problem.

Thanks for your help.

"bob" wrote:



It depends how you are displaying the image, eg with a Bound OLE
Frame, Access Image Control, or some
other
way.

Bound OLE Frame:
================
Open the table and examine the relevant field to see which
application
is used to store and display
the
images, eg MS Photo Editor, Paint etc. This application must be
installed on the system to display
images
from the table. It must also be the registered application for the
relevant file types if you will
store
additional images in the table on this machine. Since this
technique
relies on registered applications,
installing new graphics software can easily break this approach.
Additionally, Office 2003 does not
include
an OLE Server app for jpeg and will uninstall the existing one (MS
Photo Editor), which is often the
cause
of problems like this. Finally, note that using Photo Editor to
store
JPEG can cause an overhead of
from
20 to 200 times the original file size.

Access Image Control:
=====================
This requires the relevant Office Graphics Filters to be installed.
Re-run the Office setup and work
through
the optional components to make sure that the filters you need are
installed.


--
__________________________________________________ _____
http://www.ammara.com/
Image Handling Components, Samples, Solutions and Info
DBPix 2.0 - lossless jpeg rotation, EXIF, asynchronous

=?Utf-8?B?Sm9l?= wrote:
On one of our computers Access is not displaying jpeg images. Can
you
give me
any ideas as to what might be causing this. The same Access
database
works
fine on other computers. We have uninstalled and reinstalled
Access
to no
avail. Other programs can call up jpegs.









 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Login forms John Jenkins Using Forms 5 March 31st, 2005 08:09 PM
Access Error Message when opening database eah General Discussion 3 January 26th, 2005 11:04 AM
starting access 97 Edward Letendre General Discussion 2 January 26th, 2005 03:15 AM
rebuilding Access forms in HTML Bakema General Discussion 1 September 10th, 2004 03:18 PM
What is MDE Charlie General Discussion 4 August 24th, 2004 04:15 PM


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.