<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>9 Apr 2016 07:16:00 Z</lastBuildDate><pubDate>8 Apr 2016 11:48:00 Z</pubDate><description>Hi,&#13;
&#13;
I need to input times with hours more than 24. Say an employee worked 123:45 this week, then I would like to enter this value.&#13;
The reguler time mask HH:MM is ment for max 23:59 time values.&#13;
I'm not a regexp export. Can anyone give the regular expression for this, which I can use (in with a normal edit-control).</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours/read.awp</link><title>WD20 - input mask for time &amp;gt; 24 hours</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/57223-wd20-input-mask-for-time-24-hours-57233/read.awp</comments><pubDate>9 Apr 2016 07:16:00 Z</pubDate><description>Thanks, Arie&#13;
&#13;
Your sample code was an excellent introduction to how to intercept and handle events below WinDev command level.…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours-57233/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours-57233/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours/read.awp">WD20 - input mask for time &amp;gt; 24 hours</source><title>Re: WD20 - input mask for time &amp;gt; 24 hours</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours-57230/read.awp</comments><pubDate>8 Apr 2016 16:30:00 Z</pubDate><description>The duration control displays the entered value as a duration afterwards. Looks a bit odd.&#13;
The regexp check works when used in …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours-57230/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours-57230/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours/read.awp">WD20 - input mask for time &amp;gt; 24 hours</source><title>Re: WD20 - input mask for time &amp;gt; 24 hours</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours-57228/read.awp</comments><pubDate>8 Apr 2016 14:51:00 Z</pubDate><description>Hoi Arie,&#13;
&#13;
Take a look at this tool, it is free!&#13;
http://ultrapico.com/ExpressoFeatures.htm&#13;
&#13;
&#13;
regards&#13;
Allard</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours-57228/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours-57228/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours/read.awp">WD20 - input mask for time &amp;gt; 24 hours</source><title>Re: WD20 - input mask for time &amp;gt; 24 hours</title></item><item><author>Tim</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours-57227/read.awp</comments><pubDate>8 Apr 2016 14:06:07 Z</pubDate><description>Hi Arie,&#13;
&#13;
you could also use 2 fields, one for hours and one for minutes.&#13;
&#13;
The hour field would be an int field (set it with…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours-57227/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours-57227/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours/read.awp">WD20 - input mask for time &amp;gt; 24 hours</source><title>Re: WD20 - input mask for time &amp;gt; 24 hours</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours-57226/read.awp</comments><pubDate>8 Apr 2016 13:26:00 Z</pubDate><description>Hi, Arie,&#13;
&#13;
Your reference to a "normal edit control" leads me to think you are envisioning a string edit control.&#13;
&#13;
Here is a…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours-57226/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours-57226/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours/read.awp">WD20 - input mask for time &amp;gt; 24 hours</source><title>Re: WD20 - input mask for time &amp;gt; 24 hours</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours-57225/read.awp</comments><pubDate>8 Apr 2016 11:58:00 Z</pubDate><description>Hi Arie,&#13;
&#13;
Are you looking for the Duration control?&#13;
&#13;
http://help.windev.com/en-US/?1014019</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours-57225/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours-57225/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57223-wd20-input-mask-for-time-24-hours/read.awp">WD20 - input mask for time &amp;gt; 24 hours</source><title>Re: WD20 - input mask for time &amp;gt; 24 hours</title></item></channel></rss>
