PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Enter values in a edit control
Enter values in a edit control
Iniciado por blu_star100, 23,ago. 2017 18:42 - 1 respuesta
Publicado el 23,agosto 2017 - 18:42
Hi to all.
I have a edit controll and a button control.
In the Click event handler there is the following code:
x is int
Funz is real
FOR x = 1 TO 100000
Funz = x^2
EDT_Real1 = x
END

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.
I would like to update it as the cycle proceeds. How to do ?
Thank you all.
Blu Star
Publicado el 23,agosto 2017 - 22:08
Hi

look for multitaskredraw in the help

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 8/23/2017 à 10:42 AM, Blu Star a écrit :
Hi to all.
I have a edit controll and a button control.
In the Click event handler there is the following code:
x is int
Funz is real
FOR x = 1 TO 100000
Funz = x^2
EDT_Real1 = x
END

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. I would
like to update it as the cycle proceeds. How to do ?
Thank you all.
Blu Star