Kbase 16534: Paged Output Solution U-thru.p Using Results Features Editor
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Paged Output Solution U-thru.p Using Results Features Editor
PAGED OUTPUT SOLUTION USING RESULTS FEATURE EDITOR
When you send output to the default printer, i.e. OUTPUT TO PRINTER,
Progress knows enough that this is a paged device. Therefore the
PAGED option is implied. This is not the case when using OUTPUT
THROUGH [device], which is what is going on in u-thru.p. Make a copy
of u-thru.p and find the line that states:
OUTPUT THROUGH VALUE(argument).
and add the PAGED option yourself to read:
OUTPUT THROUGH VALUE(argument) PAGED.
Progress Software Technical Support Note # 16534