renckly
Jul 5th, 1999, 08:39 PM
I'm trying to figure out how to drag/drop text from a textbox to a field in a data bound grid. I can select text and start an OLE drag operation from the textbox alright. Problem is the bound DBGrid doesn't have an OLEDragOver event. It has a DragOver event, but appears to only allow for the dragging of Controls: object.DragOver (Source as Control ...). Since selected text isn't a control, I don't know how to get the grid to recognize and accept the dropped text. Appreciate any help.
Tom
Tom