<?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: Is it possible to force Arcpad to auto-refresh every X minutes? in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/is-it-possible-to-force-arcpad-to-auto-refresh/m-p/657967#M4726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could use the timer event and set it the refresh to the timer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;sub myTimer
 Application.Timer.Enabled = true
 Application.Timer.Interval = 60000 'In Milliseconds
End Sub&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now attach this to the timer event within an applet (.apa) or your configuration file (arcpad.apx)&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Sub timerRefresh
 Map.Refresh
End Sub&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know how you go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 03:51:07 GMT</pubDate>
    <dc:creator>GarethWalters</dc:creator>
    <dc:date>2021-12-12T03:51:07Z</dc:date>
    <item>
      <title>Is it possible to force Arcpad to auto-refresh every X minutes?</title>
      <link>https://community.esri.com/t5/arcpad-questions/is-it-possible-to-force-arcpad-to-auto-refresh/m-p/657966#M4725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to do other thing periodically as well, to simplify, I'm using autorefresh as an example. &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, 08 May 2013 21:03:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/is-it-possible-to-force-arcpad-to-auto-refresh/m-p/657966#M4725</guid>
      <dc:creator>jungao</dc:creator>
      <dc:date>2013-05-08T21:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to force Arcpad to auto-refresh every X minutes?</title>
      <link>https://community.esri.com/t5/arcpad-questions/is-it-possible-to-force-arcpad-to-auto-refresh/m-p/657967#M4726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could use the timer event and set it the refresh to the timer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;sub myTimer
 Application.Timer.Enabled = true
 Application.Timer.Interval = 60000 'In Milliseconds
End Sub&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now attach this to the timer event within an applet (.apa) or your configuration file (arcpad.apx)&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Sub timerRefresh
 Map.Refresh
End Sub&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know how you go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:51:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/is-it-possible-to-force-arcpad-to-auto-refresh/m-p/657967#M4726</guid>
      <dc:creator>GarethWalters</dc:creator>
      <dc:date>2021-12-12T03:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to force Arcpad to auto-refresh every X minutes?</title>
      <link>https://community.esri.com/t5/arcpad-questions/is-it-possible-to-force-arcpad-to-auto-refresh/m-p/657968#M4727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, got it working.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 14:19:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/is-it-possible-to-force-arcpad-to-auto-refresh/m-p/657968#M4727</guid>
      <dc:creator>jungao</dc:creator>
      <dc:date>2013-05-10T14:19:24Z</dc:date>
    </item>
  </channel>
</rss>

