Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.212 Printable Property

Description:

Determines whether the control is printed at execution time by the Print control.

Used in controls/objects:

All controls and forms that can be printed at execution time.

Values (with constants):

True - Print the control.(POW-TRUE)
False - Do not print the control.(POW-FALSE)

Default value:

True - Print the control.(POW-TRUE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

POW-PRNENABLEPIC S9(4) COMP-5