<?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 Help - Simple Code to Change Symbology in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/help-simple-code-to-change-symbology/m-p/156011#M1103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to change the symbology of a point layer using the "onok" event in the form properties of an editform. Nothing fancy required, simply that the point is one colour when the project is started, once the operator opens an edit form for a point and then clicks "OK" to close it, the point changes colour.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need a simple script to run the change but my scripting skills are poor - done plenty of online study but never use it enough for it to "stick" - so was hoping someone would have a script on file that I could import and modify.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone able to offer help to the "script challenged"? &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stuart Cassin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2012 00:22:23 GMT</pubDate>
    <dc:creator>stuartcassin</dc:creator>
    <dc:date>2012-10-04T00:22:23Z</dc:date>
    <item>
      <title>Help - Simple Code to Change Symbology</title>
      <link>https://community.esri.com/t5/arcpad-questions/help-simple-code-to-change-symbology/m-p/156011#M1103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to change the symbology of a point layer using the "onok" event in the form properties of an editform. Nothing fancy required, simply that the point is one colour when the project is started, once the operator opens an edit form for a point and then clicks "OK" to close it, the point changes colour.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need a simple script to run the change but my scripting skills are poor - done plenty of online study but never use it enough for it to "stick" - so was hoping someone would have a script on file that I could import and modify.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone able to offer help to the "script challenged"? &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stuart Cassin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 00:22:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/help-simple-code-to-change-symbology/m-p/156011#M1103</guid>
      <dc:creator>stuartcassin</dc:creator>
      <dc:date>2012-10-04T00:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help - Simple Code to Change Symbology</title>
      <link>https://community.esri.com/t5/arcpad-questions/help-simple-code-to-change-symbology/m-p/156012#M1104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Stuart, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a simple suggestion for you!&amp;nbsp; You might want to create and extra field on your point layer called "Edited", for example.&amp;nbsp; It can be a short integer field to hole "1" or "0" to tell the point is edited or not.&amp;nbsp; Then re-classify the symbology base on that field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0 = non edited&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1 = edited&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, with your "onok" event, calculate "Edited" = 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 12:30:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/help-simple-code-to-change-symbology/m-p/156012#M1104</guid>
      <dc:creator>ThaiTruong</dc:creator>
      <dc:date>2012-10-04T12:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help - Simple Code to Change Symbology</title>
      <link>https://community.esri.com/t5/arcpad-questions/help-simple-code-to-change-symbology/m-p/156013#M1105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you ever figure this out? I would like to change the color of pre-existing points and lines once they've been edited in the field. This would make it easier for anyone out in the field to know what they've edited and what they haven't.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 13:00:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/help-simple-code-to-change-symbology/m-p/156013#M1105</guid>
      <dc:creator>klonwaldrip</dc:creator>
      <dc:date>2013-03-07T13:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help - Simple Code to Change Symbology</title>
      <link>https://community.esri.com/t5/arcpad-questions/help-simple-code-to-change-symbology/m-p/156014#M1106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I figured it out. I changed the symbology in ArcGIS Desktop to reflect a different color based on an "Inspected/Not Inspected" field, then exported it with the ArcPad tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 14:34:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/help-simple-code-to-change-symbology/m-p/156014#M1106</guid>
      <dc:creator>klonwaldrip</dc:creator>
      <dc:date>2013-03-08T14:34:46Z</dc:date>
    </item>
  </channel>
</rss>

