Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.54 CommandButtonFunctionKeyMode Property

Description:

Determines whether to set focus to the CommandButton control when the assigned function key is pressed.

Used in controls:

None.

Used in objects:

Form

Value (with constants):

0 : Normal(POW-FUNCTIONKEYMODE-NORMAL)
1 : Set focus to CommandButton control
(POW-FUNCTIONKEYMODE-FOCUS)

Default value:

0 : Normal(POW-FUNCTIONKEYMODE-NORMAL)
Note : For projects created using V4.0L10 the default value is 1.

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 attributes:

None.