<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>21 Aug 2015 21:49:00 Z</lastBuildDate><pubDate>20 Aug 2015 09:38:00 Z</pubDate><description>Hi&#13;
I have a treeview table as the (programmed) source for Drag &amp; Drop. I need to prevent users from being able to drag an entry if it has a manifest number (a hidden column in the treeview table) associated with it. How do I do that?&#13;
&#13;
Thanks&#13;
&#13;
David</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop/read.awp</link><title>[WD20] Drag &amp;amp; Drop</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53621/read.awp</comments><pubDate>21 Aug 2015 21:49:00 Z</pubDate><description>Derek&#13;
Thankyou, thankyou, thankyou! That is the right approach; I had set my DndSource globally but by turning that on or off i…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53621/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53621/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop/read.awp">[WD20] Drag &amp;amp; Drop</source><title>Re: [WD20] Drag &amp;amp; Drop</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53613/read.awp</comments><pubDate>21 Aug 2015 10:35:00 Z</pubDate><description>David&#13;
I set a variable as True/False on row selection to determine whether DnD is valid.&#13;
&#13;
In my procedure 'lpDD_OnDrag' I use…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53613/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53613/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop/read.awp">[WD20] Drag &amp;amp; Drop</source><title>Re: [WD20] Drag &amp;amp; Drop</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53606/read.awp</comments><pubDate>21 Aug 2015 01:07:00 Z</pubDate><description>Hi Stefan&#13;
That only seems to work on the drop side, which would achieve the same end result but I think it's better if it won't…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53606/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53606/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop/read.awp">[WD20] Drag &amp;amp; Drop</source><title>Re: [WD20] Drag &amp;amp; Drop</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53604/read.awp</comments><pubDate>20 Aug 2015 23:19:00 Z</pubDate><description>Hi David,&#13;
&#13;
I suppose you're looking for DnDCursor(dndNone). It prevents the drag and drop if set on the specific rows.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53604/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53604/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop/read.awp">[WD20] Drag &amp;amp; Drop</source><title>Re: [WD20] Drag &amp;amp; Drop</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53603/read.awp</comments><pubDate>20 Aug 2015 22:28:00 Z</pubDate><description>Thanks Allard&#13;
My problem was more how to disable the drag and drop for specific rows than how to determine whether it needed to…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53603/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53603/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop/read.awp">[WD20] Drag &amp;amp; Drop</source><title>Re: [WD20] Drag &amp;amp; Drop</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53593/read.awp</comments><pubDate>20 Aug 2015 10:08:00 Z</pubDate><description>Hi,&#13;
&#13;
Two ways of doing this I guess&#13;
1&#13;
In the click proces you have to read the tree and figger out where you are in the tree…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53593/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop-53593/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53592-wd20-drag-amp-drop/read.awp">[WD20] Drag &amp;amp; Drop</source><title>Re: [WD20] Drag &amp;amp; Drop</title></item></channel></rss>
