WINDOW SET OUTPUT
Controls if line-by-line terminal output is displayed in the application window (BACKSCREEN) or the current window.
Syntax
WINDOW SET OUTPUT ON|OFF
Comments
The WINDOW SET OUTPUT command is set OFF by default.
When WINDOW SET OUTPUT is OFF, all serial output to the terminal is displayed in the application window (BACKSCREEN) regardless of which window is current.
When WINDOW SET OUTPUT is ON, all line-by-line output occurs in the current window. When WINDOW SET OUTPUT is ON, WINDOW SET INPUT should also be set ON.
The display of form, menu, and window objects is not affected by WINDOW SET OUTPUT.
See Also