Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Treeview
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Divers
Thread ID:
00689140
Message ID:
00689163
Vues:
14
>is it possible to DRAG & Drop nodes in a treeview in VFP without using any other tools (dll's, external libraries, etc), because when I drag the Node X and drop it in the Node Z, I can get the information about the node X but I can't the information where that node was dropped (in this case Z)
>
>The method that I tried to use is the hitTest(x,y) that return !ISNULL() if it is positioned on a node, but it doesn't return the correct value.
>
>
>
>thank you all
Sandra,

In the OLEDragDrop event of the TreeView is start with this
With This
	loToNode = .DropHighlight
	loFromNode = .SelectedItem
	.DropHighlight = .NULL.
EndWith
HTH
Caroline
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform