|
When the LEAD ActiveX is bound to the database field, we store some extra bytes in front of the image data which let us know where the image file begins and where the annotation data (if present) begins. However, if this data is missing, we still attempt to load the image data from the blob. In your case, I'm not sure why it is not loading the image, unless the data in the field is incorrect (i.e. can't be recognized as a JPEG file).
A 2nd solution is for you to fetch the data from the BLOB field yourself, and then use LoadMemory to load the image.
Ike Starnes LEAD Technologies, Inc.
|