eballinas
Mexico
37 Posts |
Posted - Aug 27 2016 : 19:47:24
|
I have a TIEDBMultiBitmap attached to a imageenmview1 with the next code: fDBMBitmap := TIEDBMultiBitmap.create(); fDBMBitmap.DataSource := DSFOTOS; fDBMBitmap.ImageBlobField := 'IMAGEN'; fdbmbitmap.FollowDBCursor:=true; ImageEnMView1.SetExternalMBitmap( fDBMBitmap ); fdbmbitmap.ParamsEnabled:=true;
I have a ImageEnMViewPromptToAdd1 attached to the same imageenmvie1. When I call the action, the database is updated perfectly. The problem is that the exif properties are not there; I can not get the exif properties. Where are they? How do I get them? What should I do? I am including a sample of the files i am uploading to the database. Please this is urgent...
|
|