<?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 Data input in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/data-input/m-p/734812#M5324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a Storm Sewer collection starting...looking for some advice on collection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a bunch of fields in the GDB that are relavant and non-relevant based on the Storm Sewer points type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If a Hydrant I need a,b,c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If a Lift Station I need d,e,f&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what I am thinking...and would love soem feedback or additional thoughts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Due to limited space in ArcPAD I figure that I could have the basic attrbutes on Tab 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On Tab 2 have a bunch of Textboxes set up for a, b, c, d, e, f&amp;nbsp; with d, e, f on top of a,b,c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then when the user selects the Type, say hydrant in this case I could hide d,e,f and allow for input.&amp;nbsp; If the user selects Lift Station then a,b,c is hidden and d,e,f is visable...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would that work?&amp;nbsp; Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2011 19:33:08 GMT</pubDate>
    <dc:creator>JayKappy</dc:creator>
    <dc:date>2011-03-22T19:33:08Z</dc:date>
    <item>
      <title>Data input</title>
      <link>https://community.esri.com/t5/arcpad-questions/data-input/m-p/734812#M5324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a Storm Sewer collection starting...looking for some advice on collection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a bunch of fields in the GDB that are relavant and non-relevant based on the Storm Sewer points type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If a Hydrant I need a,b,c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If a Lift Station I need d,e,f&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what I am thinking...and would love soem feedback or additional thoughts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Due to limited space in ArcPAD I figure that I could have the basic attrbutes on Tab 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On Tab 2 have a bunch of Textboxes set up for a, b, c, d, e, f&amp;nbsp; with d, e, f on top of a,b,c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then when the user selects the Type, say hydrant in this case I could hide d,e,f and allow for input.&amp;nbsp; If the user selects Lift Station then a,b,c is hidden and d,e,f is visable...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would that work?&amp;nbsp; Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 19:33:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/data-input/m-p/734812#M5324</guid>
      <dc:creator>JayKappy</dc:creator>
      <dc:date>2011-03-22T19:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data input</title>
      <link>https://community.esri.com/t5/arcpad-questions/data-input/m-p/734813#M5325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have used very similar processes to limit the number tabs/pages on my forms. I would use an "IF" statement in the "OnLoad" event of Tab2 to check the Type value of the current point. Depending on the Type, you could then decide which controls to make visible and which ones to hide.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 14:00:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/data-input/m-p/734813#M5325</guid>
      <dc:creator>EricMcPhee</dc:creator>
      <dc:date>2011-03-23T14:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data input</title>
      <link>https://community.esri.com/t5/arcpad-questions/data-input/m-p/734814#M5326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks...I figured that I should be able to do something similar...jsut wanted to see if someone out there has done this and its possible...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 14:34:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/data-input/m-p/734814#M5326</guid>
      <dc:creator>JayKappy</dc:creator>
      <dc:date>2011-03-23T14:34:55Z</dc:date>
    </item>
  </channel>
</rss>

