Search results

  1. P

    Is it possible to terminate a loop with an event?

    Progress has the ability to terminate a loop (DO:, REPEAT: FOR EACH) via keystroke i.e. ON-(ENDKEY,QUIT,STOP)-PHRASE but offers no way to raise these conditions without using keystrokes. Placing a wait-for within the loop eg. WAIT-FOR "CHOOSE" OF btn_cancel PAUSE 0. causes huge delays. Is...
Top