.jpg image to form object

  • Thread starter Thread starter R. Wunderlich
  • Start date Start date
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.
 
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
 
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
 
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
 
Back
Top