|
-
Jul 5th, 1999, 08:39 PM
#1
Thread Starter
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|