<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>25 Jun 2015 11:25:00 Z</lastBuildDate><pubDate>25 Jun 2015 10:05:00 Z</pubDate><description>Hi,&#13;
&#13;
for searching articles or contacts the user has to enter a value in a textbox. If the length of the value is greater than 3 letters the search starts. The code for searching is executed in the 'whenever modifying' procedure of the textbox.&#13;
This is suboptimal. The better way would be not to execute the search code in 'whenever modifying' while the user is typing but when he stopped entering letters. If he didnt enter letters for a second the search code should be executed.&#13;
&#13;
How can i do this? Can you give me a hint?&#13;
&#13;
Greetings&#13;
Markus</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52891-search-after-short-delay/read.awp</link><title>[WD] Search after a short delay</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/52891-search-after-short-delay-52893/read.awp</comments><pubDate>25 Jun 2015 11:25:00 Z</pubDate><description>Hi&#13;
&#13;
One trick is to define a global/ in the window variable, say lastpressed&#13;
Then a timer procedure&#13;
&#13;
Whenever modifying ...…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52891-search-after-short-delay-52893/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52891-search-after-short-delay-52893/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52891-search-after-short-delay/read.awp">[WD] Search after a short delay</source><title>Re: [WD] Search after a short delay</title></item></channel></rss>
