<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>11 Aug 2015 00:06:00 Z</lastBuildDate><pubDate>8 Aug 2015 09:57:00 Z</pubDate><description>Hello Everyone,&#13;
&#13;
I must be very stupid, but I can't find a way to define an InputMask for an EditControl, preventing the user to enter spaces.&#13;
For example, when a users enters "the summer", he may not be allowed to do this, and the space between the and summer must be removed automaticly when the user presses the spacebar.&#13;
I know how to do it after everything is entered, but I want to do it at the time when the user is entering text.&#13;
Any suggestions for me ?&#13;
&#13;
grtz,&#13;
&#13;
Patrick</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53486-input-mask-question/read.awp</link><title>Input Mask Question</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/53486-input-mask-question-53505/read.awp</comments><pubDate>11 Aug 2015 00:06:00 Z</pubDate><description>Hi,&#13;
&#13;
in the windows init put the following&#13;
&#13;
nkey is int = 0x20 // this is space ascii code&#13;
&#13;
in the modification section of…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53486-input-mask-question-53505/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53486-input-mask-question-53505/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53486-input-mask-question/read.awp">Input Mask Question</source><title>Re: Input Mask Question</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53486-input-mask-question-53504/read.awp</comments><pubDate>8 Aug 2015 12:34:00 Z</pubDate><description>Hi,&#13;
&#13;
click on the control. description appears for this control . select in tab general :&#13;
type = tekst&#13;
unput mask uppercase …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53486-input-mask-question-53504/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53486-input-mask-question-53504/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53486-input-mask-question/read.awp">Input Mask Question</source><title>Re: Input Mask Question</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53486-input-mask-question-53503/read.awp</comments><pubDate>8 Aug 2015 11:35:00 Z</pubDate><description>Hi Patrick, I wouldn't do this by using a mask. In "whenever modifying ..." you can retrieve the actual cursor position and look…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53486-input-mask-question-53503/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53486-input-mask-question-53503/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53486-input-mask-question/read.awp">Input Mask Question</source><title>Re: Input Mask Question</title></item></channel></rss>
