laptop and a wrench

Bug

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

Zuletzt veröffentlicht: August 16, 2019 ArcGIS Pro
Bug-ID-Nummer BUG-000111652
EingereichtFebruary 14, 2018
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Pro
Gefunden in Version2.1
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
StatusWill Not Be Addressed

Zusätzliche Informationen

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)

Workaround

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

Schritte zur Reproduzierung

Bug-ID: BUG-000111652

Software:

  • ArcGIS Pro

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln