In Access 2007 I try to implement drag & drop using a listview box. If I drop some plain text, it works fine. But if I drop some filenames (e.g. using Explorer), I receive a runtime error 438 "Object doesn't support this property or method". The code (Data.GetFormat(ccCFFiles)) recognizes that the clipboard data is of type ccCFFiles, but other properties / methods (e.g. .files, .getdata, .clear) give a runtime error.
Anybody any idea what's wrong?
Anybody any idea what's wrong?