Sets a value that indicates whether a field or key is activated or deactivated, or whether a control can respond to user-generated events.

Applies To

  • Group, Part and Field controls on pages
  • Page Actions
  • Keys
  • Table Fields

Property Value

Yes if the field, key, or control is enabled; otherwise, No. The default value is Yes.

Remarks

For keys, this property determines whether a key is maintained in the database. If you are not using the key or if you seldom use the key, you may want to mark it as disabled for performance reasons. When you need to use the key you can change this setting.

For fields, this property determines whether you can store data in the field. If the field is unused, disable it to conserve database space. In an XMLport, a disabled field is read from the external file on import, but it is not inserted in the database.

For controls, the Enabled setting for the container that contains this control overrides what is entered here.