<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>11 May 2020 10:20:38 Z</lastBuildDate><pubDate>9 May 2020 11:57:18 Z</pubDate><description>Bonjour,&#13;
Je désire prendre un libelle de la liste pour le copier dans ma table hierarchique.&#13;
Je coince !&#13;
&#13;
Mode programmation.&#13;
Comme vous le voyez sur l'image, je glisse un libellé sur la 4ème ligne.&#13;
Cette 4eme ligne ne se met pas en surlignement, elle ne se présélectionne pas.&#13;
Il me manque donc quelque chose.&#13;
https://hostimage.windev.io/images/Ecran1_bbe4f3329e61243950f125534fc0d5eb.jpg&#13;
Car je veux mettre mon libellé dans la colonne "Aire" de la ligne sur laquelle je relache le bouton de la souris.&#13;
&#13;
Qu'ais je fait ?&#13;
Initialisation du champs Liste :&#13;
[code:wl]&#13;
LISTE_Aires..DndSource = dndProgrammé&#13;
[/code]&#13;
&#13;
Initialisation du champ Table hiérarchique&#13;
[code:wl]&#13;
TABLEH_Region..DndCible = dndProgrammé&#13;
&#13;
DnDEvénement(pSurvol, TABLEH_Region, dndSurvol)&#13;
DnDEvénement(pLacher, TABLEH_Region, dndLâcher)&#13;
[/code]&#13;
&#13;
Procédure pSurvol&#13;
[code:wl]&#13;
// Curseur indiquant le déplacement&#13;
DnDCurseur(dndDéplacer)&#13;
[/code]&#13;
&#13;
Procédure pLacher&#13;
[code:wl]&#13;
// Seul le déplacement est autorisé (pas le copier)&#13;
DnDAccepte(dndDéplacer)&#13;
&#13;
sElement est une chaîne	= LISTE_Aires..ValeurAffichée&#13;
TableAjoute(TABLEH_Region,sElement)&#13;
[/code]&#13;
Pour l'instant je fais un Hajoute car je ne sais pas comment récupérer la ligne cible.&#13;
&#13;
Question :&#13;
Comment récupérer la ligne cible ?&#13;
&#13;
Merci à vous.............&#13;
J.Michel&#13;
&#13;
--&#13;
Synchronize Systems International LTD&#13;
Développement d'outils de gestion&#13;
&#13;
Environnements	AS400 – Windows&#13;
Langages	                 GAP III – CL – Visual Basic - Visual Adélia  - Adélia - Windev&#13;
&#13;
Bangkok / Pattaya</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239397-drag-drop/read.awp</link><title>Drag Drop</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>erick.bavut</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239397-drag-drop-239437/read.awp</comments><pubDate>11 May 2020 10:20:38 Z</pubDate><description>C'est trop, je vais rougir ! 😊&#13;
&#13;
--&#13;
Erick</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239397-drag-drop-239437/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239397-drag-drop-239437/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239397-drag-drop/read.awp">Drag Drop</source><title>Re: Drag Drop</title></item><item><author>Jean-Michel</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239397-drag-drop-239413/read.awp</comments><pubDate>10 May 2020 06:11:17 Z</pubDate><description>Joli !!!!&#13;
J'aurai pas trouvé !&#13;
Un grand merci Erik, t'es génial, beau boulot !&#13;
&#13;
--&#13;
Synchronize Systems International LTD&#13;
D…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239397-drag-drop-239413/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239397-drag-drop-239413/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239397-drag-drop/read.awp">Drag Drop</source><title>Re: Drag Drop</title></item><item><author>erick.bavut</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239397-drag-drop-239405/read.awp</comments><pubDate>9 May 2020 17:57:13 Z</pubDate><description>Bonjour,&#13;
&#13;
Dans la procédure pSurvol, je sélectionnerais la ligne survolée.&#13;
&#13;
nNumLigne est un entier=TableH_Region.InfoXY(tiN…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239397-drag-drop-239405/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239397-drag-drop-239405/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239397-drag-drop/read.awp">Drag Drop</source><title>Re: Drag Drop</title></item></channel></rss>
