<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>3 Mar 2018 11:59:15 Z</lastBuildDate><pubDate>28 Feb 2018 11:46:00 Z</pubDate><description>I have a Trigger Procedure and want to compare the values of a Modified record before the Trigger Procedure was called and after.&#13;
&#13;
The after value is no problem but the old value will have been overwritten by the new.&#13;
&#13;
I know there is a very easy way to do it but cannot recall how.&#13;
&#13;
Obviously as the Trigger Procedure is a Global procedure I cannot check any of the edit fields as they are local and not available to the global procedure.&#13;
&#13;
Thx in advance.</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values/read.awp</link><title>Compare record old and new values</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>dsprosystems</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64793/read.awp</comments><pubDate>3 Mar 2018 11:59:15 Z</pubDate><description>You are absolutely correct Fabrice&#13;
&#13;
I use it in a standalone method/tool for testing, i gather every single update and have a …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64793/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64793/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values/read.awp">Compare record old and new values</source><title>Re: Compare record old and new values</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64771/read.awp</comments><pubDate>1 Mar 2018 14:50:53 Z</pubDate><description>Hi Dave,&#13;
&gt; &#13;
&gt; I managed to do it by executing a SQL SELECT query in the trigger as it &#13;
&gt; returns the record before the modifi…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64771/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64771/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values/read.awp">Compare record old and new values</source><title>Re: Compare record old and new values</title></item><item><author>dsprosystems</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64769/read.awp</comments><pubDate>1 Mar 2018 12:15:49 Z</pubDate><description>Hi&#13;
&#13;
I managed to do it by executing a SQL SELECT query in the trigger as it returns the record before the modifications&#13;
&#13;
sQu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64769/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64769/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values/read.awp">Compare record old and new values</source><title>Re: Compare record old and new values</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64754/read.awp</comments><pubDate>28 Feb 2018 13:29:00 Z</pubDate><description>Just save the record to memory and then compare the values:&#13;
&#13;
Declare global - ContactRec is Record of Contact&#13;
In Win initiali…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64754/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64754/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values/read.awp">Compare record old and new values</source><title>Re: Compare record old and new values</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64753/read.awp</comments><pubDate>28 Feb 2018 13:20:00 Z</pubDate><description>Hi John,&#13;
&#13;
How did you manage to do this (comparing the values) ?&#13;
&#13;
Regards,&#13;
&#13;
Joris</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64753/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64753/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values/read.awp">Compare record old and new values</source><title>Re: Compare record old and new values</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64752/read.awp</comments><pubDate>28 Feb 2018 13:09:00 Z</pubDate><description>All sorted. Got my memory back!</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64752/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values-64752/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64750-compare-record-old-and-new-values/read.awp">Compare record old and new values</source><title>Re: Compare record old and new values</title></item></channel></rss>
