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):

  1. When starting an interactive program, use RUN ... IN LINE MODE. If the default run mode is LINE, you can use the RUN instruction without any option.
  2. 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.