Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drag & Drop between containers
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01229584
Message ID:
01229661
Views:
7
>I had not worked with drag & drop before but working with the sample code in VFP and a few other sources I found it simple to add the needed code to drag & drop a container anywhere on a form.
>
>Now I need to drag & drop between containers on the same form and I'm kinda lost. How do I get the object being moved from one container to end up in another container on the same form? It moves within the original container ok, it just won't move out of it to the form or to the other container.

You can drag control from one container to another, just make DragMode=1. To 'move' control' on drop point you will have to actually remove the dragged control (in source container) and add new control with identical properties to target container.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform