laptop and a wrench

Bogue

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

Dernière publication: August 16, 2019 ArcGIS Pro
Numéro d’ID de bogue BUG-000111652
EnvoiFebruary 14, 2018
Dernière modificationJune 5, 2024
S’applique àArcGIS Pro
Version trouvée2.1
Système d’exploitationWindows OS
Version du système d’exploitation10.0 64 Bit
StatutWill Not Be Addressed

Informations supplémentaires

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)

Solution de contournement

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

Étapes pour reproduire

ID de bogue: BUG-000111652

Logiciel:

  • ArcGIS Pro

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement