[futurebasic] Re: [FB] DataBrowser Drag and Drop

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 2011 : Group Archive : Group : All Groups

From: Brian S <fblistserve@...>
Date: Wed, 18 May 2011 08:55:43 -0700
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