<?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: Auto filling a form in arcpad in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/auto-filling-a-form-in-arcpad/m-p/365122#M2630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ended up figuring it out. i got the buttons added to the form making it much easier. Here is a link to where I posted the answer. &lt;A href="http://gis.stackexchange.com/questions/122589/adding-button-to-arcpad-form/123045#123045" title="http://gis.stackexchange.com/questions/122589/adding-button-to-arcpad-form/123045#123045"&gt;vbscript - Adding button to Arcpad form - Geographic Information Systems Stack Exchange&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Nov 2014 17:59:20 GMT</pubDate>
    <dc:creator>navSha</dc:creator>
    <dc:date>2014-11-25T17:59:20Z</dc:date>
    <item>
      <title>Auto filling a form in arcpad</title>
      <link>https://community.esri.com/t5/arcpad-questions/auto-filling-a-form-in-arcpad/m-p/365119#M2627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking to figure out how to autofill a custom form at the click of a button. Basically i have a toolbar where if I click the button and a point on the map a form pops up and gives me a bunch of options. To make it easier I am looking to have a few pre-made forms so if i click on lets say a corn icon on the toolbar and then click on the map, The form would pop up with all the corn details already filled on the form so you just need to hit OK&amp;nbsp; and it places the point. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 12:07:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/auto-filling-a-form-in-arcpad/m-p/365119#M2627</guid>
      <dc:creator>navSha</dc:creator>
      <dc:date>2014-10-24T12:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Auto filling a form in arcpad</title>
      <link>https://community.esri.com/t5/arcpad-questions/auto-filling-a-form-in-arcpad/m-p/365120#M2628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14163377024399694 jive_text_macro" jivemacro_uid="_14163377024399694"&gt;
&lt;P&gt;Sub InsertCorn&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Dim objForm&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Set objForm = Applet.Forms("EDITFORM")&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Dim objPage&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Set objPage = objForm.Pages("PAGE1")&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Dim objButton&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Set objButton = objPage.Controls("AddCorn")&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ThisEvent.Object.Controls("cboAGRLU_ClassGRP").value = "Cereal"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ThisEvent.Object.Controls("cboCropType_Varietal").value = "Corn"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'etc etc&lt;/P&gt;
&lt;P&gt;End Sub&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to add in a button on the arcpad form. that sets the values to Cereal and Corn. This is all i have gotten so far and im stuck. Anyhelp would be appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 19:43:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/auto-filling-a-form-in-arcpad/m-p/365120#M2628</guid>
      <dc:creator>navSha</dc:creator>
      <dc:date>2014-11-18T19:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Auto filling a form in arcpad</title>
      <link>https://community.esri.com/t5/arcpad-questions/auto-filling-a-form-in-arcpad/m-p/365121#M2629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it might be easier to just have multiple forms in your .apa.&amp;nbsp; When you click on the 'corn' button, the frmCorn pops up, and when you click on the 'cereal' button, the frmCereal pops up.&amp;nbsp; You could incorporate all the default values into each form.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 16:54:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/auto-filling-a-form-in-arcpad/m-p/365121#M2629</guid>
      <dc:creator>BBulla</dc:creator>
      <dc:date>2014-11-25T16:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Auto filling a form in arcpad</title>
      <link>https://community.esri.com/t5/arcpad-questions/auto-filling-a-form-in-arcpad/m-p/365122#M2630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ended up figuring it out. i got the buttons added to the form making it much easier. Here is a link to where I posted the answer. &lt;A href="http://gis.stackexchange.com/questions/122589/adding-button-to-arcpad-form/123045#123045" title="http://gis.stackexchange.com/questions/122589/adding-button-to-arcpad-form/123045#123045"&gt;vbscript - Adding button to Arcpad form - Geographic Information Systems Stack Exchange&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 17:59:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/auto-filling-a-form-in-arcpad/m-p/365122#M2630</guid>
      <dc:creator>navSha</dc:creator>
      <dc:date>2014-11-25T17:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Auto filling a form in arcpad</title>
      <link>https://community.esri.com/t5/arcpad-questions/auto-filling-a-form-in-arcpad/m-p/365123#M2631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was just hopping on this morning to see if I can could help out on this since I just got done working on my current project that is a little bit similar.&amp;nbsp; Great job on getting it figured out on your own!&amp;nbsp; I went a completely different route with buttons on the toolbar like you originally were looking at doing and mine doesn't even have a form that opens up.&amp;nbsp; You just pressed the button and it automatically marks the map and fills in the data without skipping a beat and opening the form.&amp;nbsp; Unfortunately, I ran into a weird glitch that won't place the data into the fields until some other event happens afterwards, such as placing another dot, or even just selecting the dot that was just created.&amp;nbsp; I have a clunky workaround for now, but it is working.&amp;nbsp; I also am running an older version of ArcPad 10 (due to use of a 3rd Party company program used to merge the data to back into my database can't support the newer versions at this time, so that glitch may be fixed already, I just don't know about it.&amp;nbsp; But anyway, good work on figuring out what you were looking for on your on your own. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also see that you have two questions still open about the same subject.&amp;nbsp; You may want to close those up with your findings and get rid of those posts altogether so people can find what you discovery and announcement easier.&amp;nbsp; I have the following links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/116330"&gt;Auto-filling a form in arcpad&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/115565"&gt;Custom ArcPad toolbar button allowing me to drop points&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 15:26:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/auto-filling-a-form-in-arcpad/m-p/365123#M2631</guid>
      <dc:creator>MosquitoGIS</dc:creator>
      <dc:date>2014-12-03T15:26:24Z</dc:date>
    </item>
  </channel>
</rss>

