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

Trouble with a picture

I am trying to add a picture to a form that is visible depending on
certain criteria. The picture works perfectly on my computer, but on
other users computers this image is either black or scrambled. Can
someone please help!??!?

Sep 6 '07 #1
1 1626
<Je*************@rmhp.orgwrote
>I am trying to add a picture to a form that
is visible depending on certain criteria. The
picture works perfectly on my computer,
but on other users computers this image is
either black or scrambled. Can
someone please help!??!?
There are multiple ways to "add a picture to a form". How are you going
about it? My off-the-top-of-my-head guess is that you are using a Bound
Object Frame to display an OLE Object and that you have different image
processing software registered for the image file type on the two computers.

Newsgroups are good places to get answers, and you will find that people in
this one try to be more helpful than in many others. The questions most
likely to get useful answers are those that are "precise and concise". Yours
meets the latter criteria, but contains almost no detail. For good
suggestions on effective use of newsgroups, see
http://www.mvps.org/access/netiquette.htm

The sample imaging databases at http://accdevel.tripod.com illustrate three
approaches to handling images in Access, and the download includes an
article discussing considerations in choosing an approach. Two of the
approaches do not use OLE Objects and, thus, avoid the database bloat, and
some other problems, associated with images in OLE Objects. They do not
illustrate every way to handle images... one is to put a hyperlink field in
a table, another is to just put a path and filename in the table and use the
Application.FollowHyperlink to call the registered image processing
software. Finally, you'll find an ActiveX control, freely downloadable, at
MVP Stephen Lebans' site, for displaying imagess. Access 2007 has
additional features.

If you are printing the images in reports, to avoid memory leakage, you
should also see MVP Stephen Lebans' http://www.lebans.com/printfailures.htm.
PrintFailure.zip is an Access97 MDB containing a report that fails during
the Access formatting process prior to being spooled to the Printer Driver.
This MDB also contains code showing how to convert the contents of the Image
control to a Bitmap file prior to printing. This helps alleviate the "Out of
Memory" error that can popup when printing image intensive reports.

Larry Linson
Microsoft Access MVP

Sep 6 '07 #2

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

Similar topics

0
by: Yannick Turgeon | last post by:
Hello all, I have a web page in which I create a simple PNG picture in PHP. It was correctly displayed until I upgrade my PC. Now my little picture is a black square! Anyone knows the reason?...
3
by: JD | last post by:
I have the below code that displays a small thumbnail if a user is saluted, if they aren't saluted it checks to see if they might have a profile picture, this all works with the exception that is...
12
by: Harlan Messinger | last post by:
On the page at http://gavelcade.com/tests/trivia.html I'm expecting the headings and the text that follows them to be positioned without regard to image or the DIV that contains it, which is...
3
by: MFC | last post by:
Hi I'm from Denmark so I hope you understand my English. Well, I have a filebox and when I click on a picture-file, then I have a small picturebox, where I can preview the file. When I...
10
by: gregory_may | last post by:
I have an application I created called "JpegViewer.exe". It simply loads a Jpeg file and displays in on the screen. It works great, in my lab. When I am using it at a customer site, things...
5
by: Lyn | last post by:
I am trying to copy selected fields from one table to another, by reading the source table record into a recordset (ADO) and then copying the relevant fields to an SQL statement "INSERT INTO...". ...
4
by: jens Jensen | last post by:
Hello, I have an image file name in a table that a let users modify via a GridView/DetailView pair. * The actual image file is saved in the image folder of the application. But the image is...
4
by: Rico | last post by:
Hello, I have an MDE application where I use a bound object frame to display an image. This frame is updatable and bested on the contents of an OLE field. My problem is, some images display as...
9
by: Matt | last post by:
Hi friends, Okay so well, I have quite a problem right now with a file stream. What I am doing is to use the Cannon SDK dlls to get control over my old Cannon A60 Camera for some surveillance...
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: 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
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.