.jpg image to form object

R

R. Wunderlich

Could anyone give me an example of how to link an external .jpg image to a
form object. I can do it to a picture object but the image is not properly
decoded. I do not know how to link a bound or unbound frame to the .jpg
image. I do not wish to create a database field in a table to hold the
picture image as this gets very large and makes the image unavailable for
other purposes.
 
A

Arvin Meyer

Using the code in the free database download at my website, you can get
everything you need to use images in a database.

http://www.datastrat.com/Download/Picture2K.zip

Larry Linson has an explanation and samples at:

http://accdevel.tripod.com/imaging.htm

And lastly there are 3rd party image controls, DBPix being one I have
successfully used which can make this easier for you:

http://www.ammara.com
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
G

Guest

Arvin Meyer said:
Using the code in the free database download at my website, you can get
everything you need to use images in a database.

http://www.datastrat.com/Download/Picture2K.zip

Larry Linson has an explanation and samples at:

http://accdevel.tripod.com/imaging.htm

And lastly there are 3rd party image controls, DBPix being one I have
successfully used which can make this easier for you:

http://www.ammara.com
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access

try image viewer cp activex that support jpg,bitmap,tif, zoom in,zoom out feature
include access sample
http://www.viscomsoft.com/imageviewer.htm
 
R

R. Wunderlich

On your sample database the link occurs but the jpg image in not properly
decodeded. It is a washed out grey and white shadow. I have the jpg filter
downloaded as part of the Access loading. - How do you get a clear jpg
image?-Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top