Consultor Eletrônico



Kbase 15738: OUTPUT STREAM and PAGE-NUMBER
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
OUTPUT STREAM and PAGE-NUMBER

To display the page-number when using OUTPUT STREAMS, the page-number
function must have the stream name as a parameter. Otherwise the
page-number will always be zero.
e.g.
OUTPUT STREAM rpt TO test PAGED.

FORM HEADER
" This is an example PAGE: " page-number(rpt)
WITH PAGE-TOP FRAME hdr.

VIEW STREAM rpt FRAME hdr.

If (rpt) is left out from page-number, the pages will show up as zero.

SOURCE: Language reference - PAGE-NUMBER function.

Progress Software Technical Support Note # 15738