Consultor Eletrônico



Kbase 7115: RESULTS DEV:"term" = TERMINAL, as in OUTPUT TO TERMINAL PAGE
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
RESULTS DEV:"term" = TERMINAL, as in OUTPUT TO TERMINAL PAGE

910719-elp71
7. Output Device Types

7.1. "term" = TERMINAL, as in OUTPUT TO TERMINAL PAGED
This does an "output to terminal paged". If a valid terminal name
from the protermcap file is specified as the device-name, then the
terminal is switched into that mode before running the report. For
example, device-name might be set to "wy60tw" to switch to 43 rows
by
132 columns for report output, and 25 by 80 for normal RESULTS
work.

IF device-name <> "TERMINAL" THEN original-term = TERMINAL.
IF device-name <> "TERMINAL" THEN TERMINAL = device-name
OUTPUT TO TERMINAL PAGED.
RUN <report> or <label> or <export>
OUTPUT CLOSE.
IF original-term <> "TERMINAL" THEN TERMINAL = original-term.

Progress Software Technical Support Note # 7115