Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.198 PageNoFormat Property

Description:

Defines the format for printed page numbers.

Used in control(s):

Print

Values (with constants):

0 - None: Does not print page numbers.(POW-NOPAGENO)

1 - Page: Prints the current page number.(POW-CURRENTPAGE)

2 - Page/Total: Prints the current page number and total number of pages.(POW-CURRENTTOT)

Default value:

1 - Page:(POW-CURRENTPAGE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

POW-PAGENOFORMATPIC S9(4) COMP-5