Skip to content

Entry_State - DfBaseList

Determines if data can be entered into the control

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Parameters

Parameter Type Description
iItem Integer

Syntax

Property Boolean Entry_State
Access Type Syntax
Read Access: Get Entry_State to BooleanVariable
Write Access: Set Entry_State to BooleanVariable/Value

Description

Entry_State determines if data can be entered into the control.

When set to True, data can be entered into the control.

When set to False, data cannot not be entered into the control. However, when False, the cursor can still be placed inside the control and allow data to be copied.

In many cases, the Enabled_State of a data entry object (DEO) is controlled by the controls' Server DataDictionary Object (DDO) via the DDO's DD_NoPut Field_Option.

Set Entry_State to False

Enabled_State controls whether the control is shadowed or not and whether the cursor can be placed inside the control.