<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>27 Sep 2015 11:45:00 Z</lastBuildDate><pubDate>22 Sep 2015 07:55:00 Z</pubDate><description>How can I clear (empty) the keyboard buffer?&#13;
&#13;
SendKey("") //Does not seem to work&#13;
&#13;
I have a master file form window with a child table and a button to call a child record form window.&#13;
&#13;
Both windows have Control-Enter specified as the accept key combination to launch their own OK (accept) button.&#13;
&#13;
In some cases (but not all!!!) the Control-Enter pressed in the child form window goes also down to the master form window and closes it, too! How can I prevent this?&#13;
&#13;
Best regards&#13;
Ola</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54079-wd19-how-clear-keyboard/read.awp</link><title>[WD19] How to clear the keyboard?</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/54079-wd19-how-clear-keyboard-54167/read.awp</comments><pubDate>27 Sep 2015 11:45:00 Z</pubDate><description>Hi Paulo,&#13;
&#13;
Thanks for the hint.&#13;
I tested it like this:&#13;
&#13;
IF KeyPressed(kpControl) AND KeyPressed(VK_RETURN) THEN Trace("Firs…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54079-wd19-how-clear-keyboard-54167/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54079-wd19-how-clear-keyboard-54167/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54079-wd19-how-clear-keyboard/read.awp">[WD19] How to clear the keyboard?</source><title>Re: [WD19] How to clear the keyboard?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54079-wd19-how-clear-keyboard-54106/read.awp</comments><pubDate>23 Sep 2015 19:45:00 Z</pubDate><description>I don't know if it works but check the remark of the KeyPressed function in Asynchronous status report section.&#13;
&#13;
http://doc.wi…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54079-wd19-how-clear-keyboard-54106/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54079-wd19-how-clear-keyboard-54106/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54079-wd19-how-clear-keyboard/read.awp">[WD19] How to clear the keyboard?</source><title>Re: [WD19] How to clear the keyboard?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54079-wd19-how-clear-keyboard-54080/read.awp</comments><pubDate>22 Sep 2015 08:54:00 Z</pubDate><description>OK,&#13;
&#13;
Found a solution.&#13;
I added&#13;
ReturnToCapture(ChildTable)&#13;
to the end of the child form calling button,&#13;
and that keeps the…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54079-wd19-how-clear-keyboard-54080/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54079-wd19-how-clear-keyboard-54080/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54079-wd19-how-clear-keyboard/read.awp">[WD19] How to clear the keyboard?</source><title>Re: [WD19] How to clear the keyboard?</title></item></channel></rss>
