Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.229 RestoreFocusWhenEnablingForm Property

Description:

Determines whether to restore focus when the Enabled property of a form is changed to True.

Used in control(s):

None.

Used in object:

Form

Value:

True : Focus is restored when the Enabled property of a form is changed to True.(POW-TRUE)
False: Focus is not restored when the Enabled property of a form is changed to True.(POW-FALSE)

Default value:

True : Focus is restored.(POW-TRUE)
Note : For projects created using V4.0, or converted from V3.0, the default value is False.

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.