Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Drag & Drop in Grid
Message
 
To
03/11/1998 23:03:52
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00154180
Message ID:
00154235
Views:
20
in your mouse move event of your from drag field

if nbutton=1
this.drag
Endif

in your drag drop evet of your to field

LPARAMETERS oSource, nXCoord, nYCoord

lcValue=osource.value

then you could do what you want. Because you got a reference to the dragged object(oSource).

Hope it helps

Regards,
Fred
Fred Besterwitch, MCP

The harder you work. The luckier you get.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform