Event for deletion picture
Posted: Sat Apr 24, 2010 8:25 pm
I need to store pictures in separate database table. When picture added to document I save it to database and put unique identifier to tag of that picture. And I use OnRVFPictureNeeded for retrieving picture from database. All works fine, but I have one problem. I need to delete picture from database when user delete it from document, without that database will be filled with lot of unused pictures. My problem that I can determine when picture deleted from document. I don't find any suitable events for that. Any ideas?