continue prompt exits on on key block in prompt statements
Iwan AB <[email protected]> Sun, 27 Mar 2022 11:39:15 +0700
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <CAHJCSmLqCUkHbd3PVDMSNvTCtD7WzdErJhTLkOxnUTYsLo-QZw@mail.gmail.com> |
Dear Mike,
I try to use continue prompt within on key block in prompt statements, it
exits the prompt instead of continuing the prompt. Is this the bug of the
program, or it is indeed the behaviour of prompt statements.
MAIN
DEFINE w_file CHAR(60)
PROMPT "FILE NAME: " FOR w_file
ON KEY (DOWN)
MESSAGE "KEY DOWN" SLEEP 2
CONTINUE PROMPT
END PROMPT
DISPLAY "w_file=", w_file
END MAIN
Best regards,
Iwan abu bakar
_______________________________________________
Aubit4gl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss