Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drag and Drop and DoubleClick
Message
 
To
21/05/2002 14:32:41
Steve Summers
Pima County Superior Court
Tucson, Arizona, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00659521
Message ID:
00659529
Views:
22
Thanks for the feedback Steve. What I am trying to do is run the double-click method, but because I have code in the mousedown method, it fires instead. The code in the mousedown method is

LPARAMETERS nButton, nShift, nXCoord, nYCoord
if not empty(thisform._aDoctors3)
this.drag(1)
endif



>>Do anyone know how to make this.mousedown not conflick with a this.doubleclick event during a drag & drop?
>>
>>thanks,
>
>Clicking tthe mouse to select text will fire the doubleclick event. To not run code in this event use NODEFAULT. Code in the base clases will not fire.
Frederick Kusin
NetBase Development Group
3746 Folsom Street
San Francisco, CA. 94110
www.netbasegroup.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform