PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → Compiled application display "not responding" when long process being executed
Compiled application display "not responding" when long process being executed
Iniciado por Sebastien H, jan., 12 2022 10:12 AM - 1 resposta
Publicado em janeiro, 12 2022 - 10:12 AM
Hi,

I need to process a long loop to modify data.
During this loop the application shows "not responding in the title" but is actually working ok.
I guess I need to give the hand to windows to tells all is OK, but I cannot find a command for it.

Any clue? maybe something like a pause, or a refresh?

thx in advance

Sebastien
Membro registado
54 mensagems
Popularité : +2 (2 votes)
Publicado em janeiro, 14 2022 - 10:41 AM
Hi Sebastien,
try to insert

Multitask(-1)


in a point (start or end) of your long loop

Hope this helps
Andrea