I want to drag a row from a ListBox and have it replace the contents of an EditField.

How do I do this?

I can drag a row to the ListBox. I just cannot figure out how to replace the contents of the EditField with the row that I am dragging.

It seems like I should be able to use the DropObject event and do my manipulations there but I haven't been able to trap that event.

Also, can I prevent a text object from being dropped into an EditField?

It seems that I should be able to do this by return false in the DragOver and/or DragEnter handlers.?

Thanks,
Michael

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to