<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>1 Aug 2018 10:44:16 Z</lastBuildDate><pubDate>31 Jul 2018 14:26:57 Z</pubDate><description>I am trying to change the value of a string in the query before returning the result, but no luck.&#13;
&#13;
If I create a formula in the query like this&#13;
&#13;
[code:wl]&#13;
WL.Replace (MYTABLE.Comments, "A", "B")&#13;
[/code]&#13;
&#13;
the designer complains because of incorrect syntax</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66422-replace-query-not-working/read.awp</link><title>WL.Replace in query not working ?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>François C.</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66422-replace-query-not-working-66436/read.awp</comments><pubDate>1 Aug 2018 10:44:16 Z</pubDate><description>Philippe SB a écrit : &#13;
&gt; Hi,&#13;
&gt; &#13;
&gt; Try this&#13;
&gt; REPLACE(MYTABLE.Comments, 'A', 'B')&#13;
&gt; &#13;
&gt; &#13;
&gt; --&#13;
&gt; Cordialement,&#13;
&gt; &#13;
&gt; Phili…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66422-replace-query-not-working-66436/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66422-replace-query-not-working-66436/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66422-replace-query-not-working/read.awp">WL.Replace in query not working ?</source><title>Re: WL.Replace in query not working ?</title></item><item><author>vvido</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66422-replace-query-not-working-66427/read.awp</comments><pubDate>31 Jul 2018 16:01:14 Z</pubDate><description>Thanks, it works this way.&#13;
&#13;
I have expected double quotes since I am calling WLanguage procedure.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66422-replace-query-not-working-66427/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66422-replace-query-not-working-66427/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66422-replace-query-not-working/read.awp">WL.Replace in query not working ?</source><title>Re: WL.Replace in query not working ?</title></item><item><author>Philippe SB</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66422-replace-query-not-working-66426/read.awp</comments><pubDate>31 Jul 2018 15:21:08 Z</pubDate><description>Hi,&#13;
&#13;
Try this&#13;
[code:sql]&#13;
REPLACE(MYTABLE.Comments, 'A', 'B')&#13;
[/code]&#13;
&#13;
--&#13;
Cordialement,&#13;
&#13;
Philippe SAINT-BERTIN</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66422-replace-query-not-working-66426/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66422-replace-query-not-working-66426/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66422-replace-query-not-working/read.awp">WL.Replace in query not working ?</source><title>Re: WL.Replace in query not working ?</title></item></channel></rss>
