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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 dDBBitMap invalid filename
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

onsolution

Australia
7 Posts

Posted - Nov 06 2019 :  22:01:15  Show Profile  Reply
I am testing the new saving of layers into the database.

Sample code like either of the following:
fDBBitmap := TIEDBBitmap.create(frmsrc, 'Photo', '');
fDBBitmap := TIEDBBitmap.create(frmsrc, 'Photo', 'Filename');

will throw an exception with 'Invalid Filename'.

If I manually do it:

fDBBitmap := TIEDBBitmap.create();

fDBBitmap.imageblobfield := 'Photo';
fDBBitmap.DataSource := frmsrc;

then the two assignment lines throw the same error.

onsolution

Australia
7 Posts

Posted - Nov 06 2019 :  23:07:36  Show Profile  Reply
BTW, same error when I run the demo app.
Go to Top of Page

xequte

38182 Posts

Posted - Nov 06 2019 :  23:42:43  Show Profile  Reply
Hi

That is just an internal exception. You can ignore it

I will suppress them for the next release, or you can email me for an update.

Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: