<?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: Creating a pick list to populate attributes/selecting features in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/creating-a-pick-list-to-populate-attributes/m-p/265253#M15343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could probably use an &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//018v00000064000000"&gt;Update Cursor&lt;/A&gt;&lt;SPAN&gt; within the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Combo_Box/014p00000024000000/"&gt;onEnter function&lt;/A&gt;&lt;SPAN&gt; so you could enter some information into the box, then hit enter. The cursor should respect the selection.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Mar 2013 17:37:04 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2013-03-14T17:37:04Z</dc:date>
    <item>
      <title>Creating a pick list to populate attributes/selecting features</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-a-pick-list-to-populate-attributes/m-p/265250#M15340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have two things I'm trying to accomplish. The first is creating a pick list or checkbox list of certain attributes I would like to query to select the features I'm interested in. For example, I have a feature class of field boundaries for all clients we work with.&amp;nbsp; Each client has a boundary for each year, so within each boundary is an attribute of clientname and year, among some other blank ones such as croptype and plantdate.&amp;nbsp; I would like a picklist to choose which client and year I would like to select to edit and populate the blank attribute fields. So, it would be nice to have it allow me to select the client name, and the next option would only show the years that the selected client has field boundaries in our system. Is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next, after the certain boundaries are selected, I would like to create pick lists to populate croptype and plantdate instead of having to manually type them all in with the chance of errors. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advice would be greatly appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 15:05:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-a-pick-list-to-populate-attributes/m-p/265250#M15340</guid>
      <dc:creator>BryanArndorfer</dc:creator>
      <dc:date>2013-03-11T15:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a pick list to populate attributes/selecting features</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-a-pick-list-to-populate-attributes/m-p/265251#M15341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is possible through using &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//014p00000025000000"&gt;Python Add-ins&lt;/A&gt;&lt;SPAN&gt;. You could use a &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/combo_box/014p00000028000000/"&gt;combo box&lt;/A&gt;&lt;SPAN&gt; to list all of your clients and have another combo box that lists possible years, depending on the value selected in the first combo box.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 16:33:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-a-pick-list-to-populate-attributes/m-p/265251#M15341</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2013-03-11T16:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a pick list to populate attributes/selecting features</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-a-pick-list-to-populate-attributes/m-p/265252#M15342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank for the reply! Would the same concept apply for creating lists to populate the selected features?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 20:53:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-a-pick-list-to-populate-attributes/m-p/265252#M15342</guid>
      <dc:creator>BryanArndorfer</dc:creator>
      <dc:date>2013-03-11T20:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a pick list to populate attributes/selecting features</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-a-pick-list-to-populate-attributes/m-p/265253#M15343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could probably use an &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//018v00000064000000"&gt;Update Cursor&lt;/A&gt;&lt;SPAN&gt; within the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Combo_Box/014p00000024000000/"&gt;onEnter function&lt;/A&gt;&lt;SPAN&gt; so you could enter some information into the box, then hit enter. The cursor should respect the selection.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 17:37:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-a-pick-list-to-populate-attributes/m-p/265253#M15343</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2013-03-14T17:37:04Z</dc:date>
    </item>
  </channel>
</rss>

