PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Pausing code execution in a window.
Pausing code execution in a window.
Iniciado por rob, 26,sep. 2013 22:59 - No hay respuesta
Miembro registrado
105 mensajes
Publicado el 26,septiembre 2013 - 22:59
Hey everyone. quick question here.

When Opening a window in WinDev Mobile 18, during the embed point "End of initialization" I need to check the condition of a variable using an if statement.

If the variable is false, I then need to open up another window so the user can fill out some info.

While this 2nd window is open, I need to somehow stop the code in the first window from continuing. then when the user closes the 2nd window, allow the code of the first window to continue.

My question is, is there an easy way to pause the first window while the 2nd window is open?
Or do I just need to do a Loop / Do While with a Wait in the middle?

Thanks.