Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an application that has an infinite loop that keeps changing screen and making selections, I can do something in the macro so that when I press the ESC or any other, exit the loop?
I think it would be better to fix the loop. Could you copy the loop to see it??
Hi,
Maybe it will not be possible because the macro might be using the processor.
If this is not the case, you could use a button in the interface to set a variable ( e.g. vStopLoop).
In the beggining of the loop you could check this variable to see if it should proceed or if QV should exit the macro
Please, tell us if it works
Regards,
Erich