Usage of RUN IN FORM MODE
RUN ... IN LINE MODE is recommended to run interactive applications.
Before version 2.00, RUN ... IN FORM MODE
was recommended to run
interactive applications.
Starting with version 2.00, the RUN
command must be used as follows (in both GUI
and TUI mode):
- When starting an interactive program, use
RUN ... IN LINE MODE
. If the default run mode isLINE
, you can use theRUN
instruction without any option. - When starting a (silent) batch program that does not display any message, it is recommended that
you use
RUN ... IN FORM MODE
.
For more details, read the RUN
instruction reference topic.