<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>18 Oct 2017 03:55:00 Z</lastBuildDate><pubDate>10 Oct 2017 15:51:00 Z</pubDate><description>I am importing data from an Excel file into my database.&#13;
In the process I encounter duplicates that I want to ignore.&#13;
I am using the following code (after assigning the values):&#13;
&#13;
IF HAdd(BVS_BOSS_LOAD) = False THEN&#13;
IF HErrorDuplicates() = True THEN&#13;
CONTINUE&#13;
END&#13;
ELSE&#13;
CONTINUE&#13;
END&#13;
&#13;
All I need is that the process to ignore the duplicate record and&#13;
continue with the next record but it pops up a duplicate record&#13;
screen.&#13;
&#13;
THNX !!&#13;
JoeMaldo</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62902-how-prevent-duplicate-record-screen/read.awp</link><title>How to prevent the Duplicate Record screen?</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/62902-how-prevent-duplicate-record-screen-62976/read.awp</comments><pubDate>18 Oct 2017 03:55:00 Z</pubDate><description>Guys,&#13;
Thank you for your help!&#13;
I solved the problem!!</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62902-how-prevent-duplicate-record-screen-62976/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62902-how-prevent-duplicate-record-screen-62976/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62902-how-prevent-duplicate-record-screen/read.awp">How to prevent the Duplicate Record screen?</source><title>Re: How to prevent the Duplicate Record screen?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62902-how-prevent-duplicate-record-screen-62906/read.awp</comments><pubDate>10 Oct 2017 17:13:00 Z</pubDate><description>hOnError(BVS_BOSS_LOAD,hErrDuplicates,"SkipDUpes")&#13;
&#13;
... Loop start ...&#13;
IF HAdd(BVS_BOSS_LOAD) = False THEN&#13;
CONTINUE&#13;
END&#13;
EN…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62902-how-prevent-duplicate-record-screen-62906/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62902-how-prevent-duplicate-record-screen-62906/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62902-how-prevent-duplicate-record-screen/read.awp">How to prevent the Duplicate Record screen?</source><title>Re: How to prevent the Duplicate Record screen?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62902-how-prevent-duplicate-record-screen-62907/read.awp</comments><pubDate>10 Oct 2017 16:52:00 Z</pubDate><description>Hi&#13;
&#13;
you can either :&#13;
- do a hreadseek first and do the hadd only if not there&#13;
- or DEACTIVATE the automatic error handling o…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62902-how-prevent-duplicate-record-screen-62907/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62902-how-prevent-duplicate-record-screen-62907/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62902-how-prevent-duplicate-record-screen/read.awp">How to prevent the Duplicate Record screen?</source><title>Re: How to prevent the Duplicate Record screen?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62902-how-prevent-duplicate-record-screen-62904/read.awp</comments><pubDate>10 Oct 2017 16:16:00 Z</pubDate><description>Hi Jose,&#13;
&#13;
I'm doing this all the time! No such messages ...&#13;
&#13;
The trick is to take a peek into the file before saving anythin…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62902-how-prevent-duplicate-record-screen-62904/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62902-how-prevent-duplicate-record-screen-62904/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62902-how-prevent-duplicate-record-screen/read.awp">How to prevent the Duplicate Record screen?</source><title>Re: How to prevent the Duplicate Record screen?</title></item></channel></rss>
