<?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 EDITFORM not showing on select in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/editform-not-showing-on-select/m-p/202866#M1478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an axf file with a single editable point layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The layer has a single customized EDITFORM which functions correctly once it displays. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My issue is that it does not display when the layer is editable and a feature is selected for editing, I have to manually show the form using the toolbar button. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The editform box is checked in the TOC, as a matter of fact I can't uncheck it. The form is named EDITFORM as would normally be required. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions on what to check?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Keith&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2012 14:25:07 GMT</pubDate>
    <dc:creator>KeithGanzenmuller</dc:creator>
    <dc:date>2012-09-27T14:25:07Z</dc:date>
    <item>
      <title>EDITFORM not showing on select</title>
      <link>https://community.esri.com/t5/arcpad-questions/editform-not-showing-on-select/m-p/202866#M1478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an axf file with a single editable point layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The layer has a single customized EDITFORM which functions correctly once it displays. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My issue is that it does not display when the layer is editable and a feature is selected for editing, I have to manually show the form using the toolbar button. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The editform box is checked in the TOC, as a matter of fact I can't uncheck it. The form is named EDITFORM as would normally be required. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions on what to check?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Keith&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 14:25:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/editform-not-showing-on-select/m-p/202866#M1478</guid>
      <dc:creator>KeithGanzenmuller</dc:creator>
      <dc:date>2012-09-27T14:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: EDITFORM not showing on select</title>
      <link>https://community.esri.com/t5/arcpad-questions/editform-not-showing-on-select/m-p/202867#M1479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Keith,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are a couple of ways to get the EDITFORM to display in ArcPad;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create a New Feature. When you have finished capturing the geometry for a new feature, the EDITFORM will appear to help you capture the attribute data for that new feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Select an Editable Feature and use the Feature Properties Tool. Once you have an existing feature selected, you can use the Feature Properties Tool (on the Edit Toolbar) to open the EDITFORM and edit the attribute data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Use the Select Tool and DOUBLE-TAP the Editable Feature. To launch the EDITFORM, simply use the Select Tool to double-tap the feature to edit the attribute data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NOTE - All of these will ONLY work if the Layer is set as Editable in ArcPad&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hannah&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2012 23:35:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/editform-not-showing-on-select/m-p/202867#M1479</guid>
      <dc:creator>HannahFerrier</dc:creator>
      <dc:date>2012-09-30T23:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: EDITFORM not showing on select</title>
      <link>https://community.esri.com/t5/arcpad-questions/editform-not-showing-on-select/m-p/202868#M1480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Hannah, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your answers led me to a solution. I was confused by a false memory that the EDITFORM appeared automatically when selecting an editable feature, but I believe that is only for newly added features. What I needed to do was show the customized editform when an editable feature is selected. You can't use the Show method so your answer "...you can use the Feature Properties Tool" led me to use the featureproperties command, Application.ExecuteCommand("featureproperties"), when a feature is selected. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keith&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 14:16:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/editform-not-showing-on-select/m-p/202868#M1480</guid>
      <dc:creator>KeithGanzenmuller</dc:creator>
      <dc:date>2012-10-01T14:16:12Z</dc:date>
    </item>
  </channel>
</rss>

