<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>13 May 2015 14:26:00 Z</lastBuildDate><pubDate>12 May 2015 16:16:00 Z</pubDate><description>Hello, something weird happens when I paste a query in webdev 20 and the program stops working.&#13;
The syntax of the query is correct, since I have tested it in SQL Server. However, even if it was not correct, why would webdev stop working???? It is driving me crazy.&#13;
&#13;
I am posting the query as well, even though it will be of little use since you don't know what analysis I am using:&#13;
&#13;
SELECT t.niveli_organigram,t.kodi,COUNT(t.kodi) AS sasia_sherbimit,t.emertimi&#13;
FROM (&#13;
SELECT s.niveli_organigram,(SELECT label FROM ips_service_types WHERE id=s.id_sherbimit) AS kodi,(SELECT name FROM ips_service_types WHERE id=s.id_sherbimit) AS emertimi&#13;
FROM (&#13;
SELECT DISTINCT A.id AS id_aplikimit,r.niveli_organigram,art.svet_id AS id_sherbimit FROM ips_user_application_steps s,ips_applications AS A,ips_application_requests AS art,&#13;
(SELECT ips_organisation_elements.ogn_level AS niveli_organigram,ips_user_organigram_positions.usr_id&#13;
FROM ips_user_organigram_positions,ips_organisation_elements,ips_users,ips_applications&#13;
WHERE ips_organisation_elements.id=ips_user_organigram_positions.org_id AND&#13;
ips_users.id=ips_user_organigram_positions.usr_id AND ips_users.activ=1 AND ips_users.end_date IS NOT NULL ) AS r&#13;
WHERE r.usr_id=s.usr_id AND A.id=s.apn_id AND A.application_date &gt;='2013-10-30' AND A.application_date&lt;='2014-01-30' AND A.ast_id NOT IN (1000000,1000007,1000016)&#13;
AND art.apn_id=A.id&#13;
AND r.niveli_organigram LIKE '001%') AS s) t&#13;
GROUP BY t.niveli_organigram,t.kodi,t.emertimi</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query/read.awp</link><title>webdev 20 stops working when I paste a query</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/52055-webdev-20-stops-working-when-paste-query-52074/read.awp</comments><pubDate>13 May 2015 14:26:00 Z</pubDate><description>Hi&#13;
&#13;
okay, now we know what's going on...&#13;
&#13;
So the problem is:&#13;
when you paste it in the query editor, the editor tries to ret…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52074/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52074/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query/read.awp">webdev 20 stops working when I paste a query</source><title>Re: webdev 20 stops working when I paste a query</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52064/read.awp</comments><pubDate>13 May 2015 08:14:00 Z</pubDate><description>I am pasting it in the query editor....&#13;
However, I tried to paste it in the code (as a string) and text file as well and I used…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52064/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52064/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query/read.awp">webdev 20 stops working when I paste a query</source><title>Re: webdev 20 stops working when I paste a query</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52061/read.awp</comments><pubDate>12 May 2015 19:05:00 Z</pubDate><description>Hi Kozeta,&#13;
&#13;
Adding to Fabrice, you say you are using HExecuteQuery() so must we understand that this is a query you made in th…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52061/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52061/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query/read.awp">webdev 20 stops working when I paste a query</source><title>Re: webdev 20 stops working when I paste a query</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52060/read.awp</comments><pubDate>12 May 2015 17:47:00 Z</pubDate><description>Hi&#13;
&#13;
you are saying that you are pasting the query in webdev, but you are not saying WHERE in webdev, and webdev is a big place…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52060/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52060/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query/read.awp">webdev 20 stops working when I paste a query</source><title>Re: webdev 20 stops working when I paste a query</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52059/read.awp</comments><pubDate>12 May 2015 17:00:00 Z</pubDate><description>Thank you Alexandre, I will see what I can do....It does not have errors since everything goes well when I test it on SQL Server…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52059/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52059/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query/read.awp">webdev 20 stops working when I paste a query</source><title>Re: webdev 20 stops working when I paste a query</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52058/read.awp</comments><pubDate>12 May 2015 16:50:00 Z</pubDate><description>Hi Kozeta,&#13;
&#13;
Split your request and and test each part. Then add a layer of complexity. When you have many nested selects, anyt…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52058/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52058/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query/read.awp">webdev 20 stops working when I paste a query</source><title>Re: webdev 20 stops working when I paste a query</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52057/read.awp</comments><pubDate>12 May 2015 16:40:00 Z</pubDate><description>I will use HexecuteQuery("query_name","connection_name",hRequêteSansCorrection)...&#13;
However it doesn't let me save it , let alon…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52057/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52057/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query/read.awp">webdev 20 stops working when I paste a query</source><title>Re: webdev 20 stops working when I paste a query</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52056/read.awp</comments><pubDate>12 May 2015 16:32:00 Z</pubDate><description>Did you use that SQL to create a WinDev-query or are you using HExecuteSQLQuery() to run the query?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52056/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query-52056/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52055-webdev-20-stops-working-when-paste-query/read.awp">webdev 20 stops working when I paste a query</source><title>Re: webdev 20 stops working when I paste a query</title></item></channel></rss>
