Kbase P20027: How do I output query results to a printer instead of the te
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/26/2003 |
|
Status: Unverified
FACT(s) (Environment):
Windows
SYMPTOM(s):
How do I output query results to a printer instead of the terminal?
Query runs fine, but output goes to screen.
In the .p file, there's a line "output to terminal paged."
FIX:
In the .p file change the statement:
OUTPUT TO TERMINAL PAGED.
to
OUTPUT TO PRINTER PAGED.