<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ArcMap - Adding a popup warning on save edits in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/arcmap-adding-a-popup-warning-on-save-edits/m-p/444964#M2969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Hi Maxime,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;To get the pop message, You need to go for customization. ArcGIS Editor extension can help accessing the editor and saving events.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;A href="https://github.com/Esri/arcobjects-sdk-community-samples/blob/master/Net/Framework/AddInEditorExtension/CSharp/ValidateFeaturesExtension.cs"&gt;https://github.com/Esri/arcobjects-sdk-community-samples/blob/master/Net/Framework/AddInEditorExtension/CSharp/ValidateFeaturesExtension.cs&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;You can invoke a pop-up message in &lt;SPAN style="color: #6f42c1;"&gt;OnBeforeStopEditing&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;nbsp;the event. Let me know if you require more details.&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jul 2019 07:43:13 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2019-07-29T07:43:13Z</dc:date>
    <item>
      <title>ArcMap - Adding a popup warning on save edits</title>
      <link>https://community.esri.com/t5/developers-questions/arcmap-adding-a-popup-warning-on-save-edits/m-p/444962#M2967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From times to times our technicians that are editing the data in a geodatabase enterprise are deleting unwillingly some features because they did not noticed they were selected when they press delete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if there is a way to add a warning popup when the save edits button is clicked that will list the number of features that were edited or deleted for each layers with an approve and a cancel buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am familiar with arcpy and a little bit with ArcObject. Is this something possible to achieve? Any ideas how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2019 19:32:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcmap-adding-a-popup-warning-on-save-edits/m-p/444962#M2967</guid>
      <dc:creator>MaximeDemers</dc:creator>
      <dc:date>2019-07-10T19:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap - Adding a popup warning on save edits</title>
      <link>https://community.esri.com/t5/developers-questions/arcmap-adding-a-popup-warning-on-save-edits/m-p/444963#M2968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maxime,&lt;/P&gt;&lt;P&gt;You can use event OnSaveEdits from IEditEvents2:&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#IEditEvents2_OnSaveEdits.htm"&gt;http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#IEditEvents2_OnSaveEdits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Sample how to use events listening:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcobjects-sdk-community-samples/blob/master/Net/Controls/EditingEditEventListener/CSharp/EventListener.cs"&gt;https://github.com/Esri/arcobjects-sdk-community-samples/blob/master/Net/Controls/EditingEditEventListener&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2019 11:10:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcmap-adding-a-popup-warning-on-save-edits/m-p/444963#M2968</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2019-07-11T11:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap - Adding a popup warning on save edits</title>
      <link>https://community.esri.com/t5/developers-questions/arcmap-adding-a-popup-warning-on-save-edits/m-p/444964#M2969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Hi Maxime,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;To get the pop message, You need to go for customization. ArcGIS Editor extension can help accessing the editor and saving events.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;A href="https://github.com/Esri/arcobjects-sdk-community-samples/blob/master/Net/Framework/AddInEditorExtension/CSharp/ValidateFeaturesExtension.cs"&gt;https://github.com/Esri/arcobjects-sdk-community-samples/blob/master/Net/Framework/AddInEditorExtension/CSharp/ValidateFeaturesExtension.cs&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;You can invoke a pop-up message in &lt;SPAN style="color: #6f42c1;"&gt;OnBeforeStopEditing&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;nbsp;the event. Let me know if you require more details.&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2019 07:43:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcmap-adding-a-popup-warning-on-save-edits/m-p/444964#M2969</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-07-29T07:43:13Z</dc:date>
    </item>
  </channel>
</rss>

