laptop and a wrench

Error

The attribute table does not refresh to reflect changes after updating using UpdateCursor or InsertCursor.

Última publicación: August 16, 2019 ArcGIS Pro
Número de ID del error BUG-000111652
EnviadoFebruary 14, 2018
Última modificaciónJune 5, 2024
Relacionado conArcGIS Pro
Versión encontrada2.1
Sistema operativoWindows OS
Versión de sistema operativo10.0 64 Bit
EstadoWill Not Be Addressed

Información adicional

Add cursor.updateRow(row) as the last line of the code: aprx = arcpy.mp.ArcGISProject("CURRENT") m=aprx.listMaps("Map")[0] fc = m.listLayers()[0] fields = ['value'] with arcpy.da.UpdateCursor(fc, fields) as cursor: for row in cursor: row[0] = 'd' cursor.updateRow(row)

Solución alternativa

Click the Refresh button on the bottom right corner of the attribute table to manually refresh the view.

Pasos para reproducir

ID del error: BUG-000111652

Software:

  • ArcGIS Pro

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