ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Loading ImageEnMView from database

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Lucian Posted - Jul 11 2017 : 12:35:10
Has anyone succeeded with this?

I am using this code:

FDBMultiBitmap := TIEDBMultiBitmap.Create(DataSource1, 'MESSAGEPAYLOAD', '');
FDBMultiBitmap.ReadOnly := True;
ImageEnMView1.SetExternalMBitmap(FDBMultiBitmap);
FDBMultiBitmap.FollowDBCursor := True;
FDBMultiBitmap.Update;

The blob contains a 10 image tif.
With the code above, only the first image is shown as thumbnail and I also get an access violation.

TIA
Lucian
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jul 11 2017 : 22:50:53
Hi Lucian

It works fine here with our test databases. What database engine are you using?

Are you able to generate a small demo that reproduces the issue?

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com