<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>23 Aug 2017 22:08:56 Z</lastBuildDate><pubDate>23 Aug 2017 18:42:29 Z</pubDate><description>Hi to all.&#13;
I have a edit controll and a button control.&#13;
In the Click event handler there is the following code:&#13;
[code:wl]&#13;
x is int&#13;
Funz is real&#13;
FOR x = 1 TO 100000&#13;
Funz = x^2&#13;
EDT_Real1 = x&#13;
END&#13;
[/code]&#13;
Well, when I run the program the values in the edit control are only displayed at the end of the for loop and not from time to time. &#13;
I would like to update it as the cycle proceeds. How to do ?&#13;
Thank you all.&#13;
Blu Star</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62371-enter-values-edit-control/read.awp</link><title>Enter values in a edit control</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62371-enter-values-edit-control-62377/read.awp</comments><pubDate>23 Aug 2017 22:08:56 Z</pubDate><description>Hi&#13;
&#13;
look for multitaskredraw in the help&#13;
&#13;
Best regards&#13;
&#13;
-- &#13;
Fabrice Harari&#13;
International WinDev, WebDev and WinDev mobil…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62371-enter-values-edit-control-62377/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62371-enter-values-edit-control-62377/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62371-enter-values-edit-control/read.awp">Enter values in a edit control</source><title>Re: Enter values in a edit control</title></item></channel></rss>
