Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.257 ShowExcel Property

Description:

Determines whether the Excel application is displayed.

Used in control(s):

ExcelConnection

Values (with constants):

True - Displays the Excel application.(POW-TRUE)

False - Does not display the Excel application.(POW-FALSE)

If there is more than one ExcelConnection control on the form, PowerCOBOL uses the ShowExcel value of the control that is last in the control order.

Default value:

True - Displays the Excel application.(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:

None.