A script-enabled browser is required for this page to function properly.

Enabled (Item) Property

Description

Determines whether end users can use the mouse to manipulate an item.

On most window managers, Enabled set to No grays out the item.

Applies to all items except chart items, and display items

Set Oracle Forms, programmatically

Refer to Built-in

GET_ITEM_PROPERTY

SET_ITEM_PROPERTY

GET_RADIO_BUTTON_PROPERTY

SET_RADIO_BUTTON_PROPERTY

Default

Yes

Usage Notes

When Enabled is set to Yes, Keyboard Navigable can be set to Yes or No. When Enabled is No, an item is always non-Keyboard Navigable. At runtime, when the Enabled property is set to PROPERTY_FALSE, the Keyboard_Navigable property is also set to PROPERTY_FALSE.

Enabled set to No grays out the item. If you want the item to appear normally so the user can inspect it but without being able to change it, set the following properties:


Insert Allowed (Item) property

Update Allowed (Item) property

About making items navigable and enabled