Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OLE DragDrop Bug

Status
Not open for further replies.

generalac

Programmer
Jul 2, 2012
3
US
Mike. Regarding thread184-1616416(OLE DragDrop Bug) I also ran into very similar issue. When using the native VFP DragDrop within a formset(which I know your not a fan of) I was experiencing the same issue of having to do "multiple mouse clicks" to stop "what 'appears' to be 'hanging'". I could not understand why this was happening now and did not notice it for months. Our application has the ability to drag and drop a container over a grid and snap container into place. But a new requirement for us to allow right click copy/paste a container over same grid triggered the issue. As you stated in your post it is the right click that starts the issue followed immediately by a dragdrop. I took your advise and put the NODEFAULT at the very end within the Native DragDrop method and it appears to have solved the issue. Will do more testing to confirm. Glad you shared and glad I was able to find your post. Very strange.........Don't think I could have solved this one alone.
 
I must admit that I had completely forgotten about the bug, and my workaround, and the fact that I posted it. Having just re-read the post (after ten years), I am quite surprised I was able to solve the problem. Thanks for reminding me.

I'm delighted that this solved the problem for you.

Mike
P.S. Welcome to the forum.


__________________________________
Mike Lewis (Edinburgh, Scotland)

Visual FoxPro articles, tips and downloads
 
Strange thing. I just tested this in one of my applications and encountered the same bug. Nodefault seems to solve the problem indeed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top