<?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: Loop through Controls in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/loop-through-controls/m-p/125230#M860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use the ThisEvent object. Check out the ArcPad studio help on this there is an example that you could adjust for your needs. Let me know if you need anymore info.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gareth&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Feb 2012 06:15:33 GMT</pubDate>
    <dc:creator>GarethWalters</dc:creator>
    <dc:date>2012-02-26T06:15:33Z</dc:date>
    <item>
      <title>Loop through Controls</title>
      <link>https://community.esri.com/t5/arcpad-questions/loop-through-controls/m-p/125229#M859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was just wondering if there is a way to loop through all controls on a form without knowing the control name. I would just like to use the index.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 14:03:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/loop-through-controls/m-p/125229#M859</guid>
      <dc:creator>MatthewMurray1</dc:creator>
      <dc:date>2012-02-24T14:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Loop through Controls</title>
      <link>https://community.esri.com/t5/arcpad-questions/loop-through-controls/m-p/125230#M860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use the ThisEvent object. Check out the ArcPad studio help on this there is an example that you could adjust for your needs. Let me know if you need anymore info.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gareth&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2012 06:15:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/loop-through-controls/m-p/125230#M860</guid>
      <dc:creator>GarethWalters</dc:creator>
      <dc:date>2012-02-26T06:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Loop through Controls</title>
      <link>https://community.esri.com/t5/arcpad-questions/loop-through-controls/m-p/125231#M861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes you can. Here is a snippet of code I use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Dim objPg, Cntl, objFrm
set objFrm = ThisEvent.object
set objPg = objFrm.pages("page1")

For each Ctrl in objPg.Controls
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...
Next&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:08:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/loop-through-controls/m-p/125231#M861</guid>
      <dc:creator>RobChouinard</dc:creator>
      <dc:date>2021-12-11T07:08:28Z</dc:date>
    </item>
  </channel>
</rss>

