On May 18, 2011, at 4:50 AM, Bernie wrote: > Haven't checked these out but rather than modify DBData.incl you may be able to call: > > fn DBDataInstallUserAddDragItemCB( browser, @fn MyAddDragItem ) > fn DBDataInstallUserAcceptDragCB( browser, @fn MyAcceptDrag ) > fn DBDataInstallUserReceiveDragCB( browser, @fn MyReceiveDrag ) > fn DBDataInstallUserPostProcessDragCB( browser, @fn MyPostProcessDrag ) Thanks Bernie. In my haste those accessors were overlooked. Deb - please use the accessors as recommended by Bernie and not my hack. Generally, DBData.incl should not be modified unless some functionality is missing. Brian S