<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>24 Sep 2015 11:35:00 Z</lastBuildDate><pubDate>24 Sep 2015 00:52:00 Z</pubDate><description>I have a line of code:&#13;
&#13;
FOR EACH gpsdContact WHERE "sFirstName ~= ' "+EDT_FirstName+" ' AND sLastName ~= ' "+EDT_LastName+" ' "&#13;
&#13;
Thank won't work if the name has an apostrophe in it like O'Brien. How do I fix this?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54107-problem-with-apostrophe/read.awp</link><title>Problem with apostrophe</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/54107-problem-with-apostrophe-54115/read.awp</comments><pubDate>24 Sep 2015 11:35:00 Z</pubDate><description>Hi Paulo,&#13;
&#13;
The escaping example you refer to concerns WLanguage filtering.&#13;
&#13;
I thought Joel is using SQL but was too fast.&#13;
I…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54107-problem-with-apostrophe-54115/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54107-problem-with-apostrophe-54115/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54107-problem-with-apostrophe/read.awp">Problem with apostrophe</source><title>Re: Problem with apostrophe</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54107-problem-with-apostrophe-54110/read.awp</comments><pubDate>24 Sep 2015 10:32:00 Z</pubDate><description>you must escape the apostrophe with a backslash, check this help page in the section Filter (syntaxes 2)&#13;
&#13;
http://doc.windev.co…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54107-problem-with-apostrophe-54110/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54107-problem-with-apostrophe-54110/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54107-problem-with-apostrophe/read.awp">Problem with apostrophe</source><title>Re: Problem with apostrophe</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54107-problem-with-apostrophe-54108/read.awp</comments><pubDate>24 Sep 2015 09:13:00 Z</pubDate><description>Hey Joel,&#13;
&#13;
FOR EACH gpsdContact WHERE "sFirstName ~= ' "+Replace(EDT_FirstName,"'","''")+" ' AND sLastName ~= ' "+Replace(EDT_…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54107-problem-with-apostrophe-54108/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54107-problem-with-apostrophe-54108/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54107-problem-with-apostrophe/read.awp">Problem with apostrophe</source><title>Re: Problem with apostrophe</title></item></channel></rss>
