laptop and a wrench

Error

Setting the IFieldEdit.Editable Property to True does not work as expected.

Última publicación: August 25, 2014 ArcGIS for Desktop
Número de ID del error NIM074831
EnviadoNovember 1, 2011
Última modificaciónJune 5, 2024
Relacionado conArcGIS for Desktop
Versión encontrada10.0
Sistema operativoWindows OS
Versión de sistema operativo7 64 Bit
EstadoWill Not Be Addressed

Información adicional

The IFieldEdit.IsEditable property is used to define fields that are only editable by the geodatabase and ArcGIS applications.

Solución alternativa

Using the IFieldInfo3.Readonly Property for the same works as expected:Public Sub UsingFieldInfo() Dim pMap As IMap Dim pMxDoc As IMxDocument Set pMxDoc = ThisDocument Set pMap = pMxDoc.FocusMap Dim pFlayer As IFeatureLayer Set pFlayer = pMap.Layer(0) Dim pLayerfields As ILayerFields Set pLayerfields = pFlayer Dim pFieldInfo3 As IFieldInfo3 Set pFieldInfo3 = pLayerfields.FieldInfo(5) pFieldInfo3.Readonly = FalseEnd Sub

Pasos para reproducir

ID del error: NIM074831

Software:

  • ArcGIS for Desktop

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga