<?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: Creating a Complex Form in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/creating-a-complex-form/m-p/568303#M4131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Greg,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have not already checked on the Customizing ArcPad Help online it can be found &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcpad/10.0/sdk/concepts/index.html#//01q000000018000000"&gt;here&lt;/A&gt;&lt;SPAN&gt;. This is your #1 best resource for ArcPad Studio.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The ArcPad Object Model is also your friend &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Study it closely to see exactly what ArcPad is capable of! It is included in your ArcPad installation here: All Programs&amp;gt;ArcGIS&amp;gt;ArcPad10.2&amp;gt;Developer Help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are able to use Python to script in ArcPad only if you are running on Windows Desktop. If you are running your project on Windows Mobile devices, then you will need to use either JScript or VBScript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should be able to enable/disable your form controls by changing the 'Enabled' property. This property is supported by the CheckBox, ComboBox, DateTime, DomainField, Edit, ImageBox, ListBox, RadioButton, Slider, and SymbologyField controls. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try attaching a script to the 'onChanged' event of a second control and use it's value to set the 'Enabled' property of your form controls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hannah &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jan 2014 02:35:44 GMT</pubDate>
    <dc:creator>HannahFerrier</dc:creator>
    <dc:date>2014-01-06T02:35:44Z</dc:date>
    <item>
      <title>Creating a Complex Form</title>
      <link>https://community.esri.com/t5/arcpad-questions/creating-a-complex-form/m-p/568302#M4130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to create a data collection form for some Water Investigation Surveys using ArcPad Studio 10.2 as per attached PDF. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm a month new to ArcPad and Scripting but i'm quite sure i can create much of the form by using the ListBox and Domain field &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;controls with Subtypes and Domains in a Geodatabase and/or adding the values in ArcPAd Studio after selecting the correct control&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that i cant get some of the cycle to loop until for example the 'no' button is selected. I think there is a way to have a tab in the form grayed out until a specific selection is pressed, although i am unsure how to do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ideally i would like to create a form as similar to the attached PDF as possible. Would be great if someone could tell me the extent to which this could be done, and if i (a beginner) would be able to complete it with the correct material or whether it would be better to employ a developer to complete. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did recently get a Python scripting book but when i look at examples of ArcPad scripting it all seems to be in VBScrpt or JScript. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any information you think might help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greg&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 06:40:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/creating-a-complex-form/m-p/568302#M4130</guid>
      <dc:creator>deleted-user-Xb-p5lzWY0AM</dc:creator>
      <dc:date>2013-10-21T06:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Complex Form</title>
      <link>https://community.esri.com/t5/arcpad-questions/creating-a-complex-form/m-p/568303#M4131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Greg,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have not already checked on the Customizing ArcPad Help online it can be found &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcpad/10.0/sdk/concepts/index.html#//01q000000018000000"&gt;here&lt;/A&gt;&lt;SPAN&gt;. This is your #1 best resource for ArcPad Studio.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The ArcPad Object Model is also your friend &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Study it closely to see exactly what ArcPad is capable of! It is included in your ArcPad installation here: All Programs&amp;gt;ArcGIS&amp;gt;ArcPad10.2&amp;gt;Developer Help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are able to use Python to script in ArcPad only if you are running on Windows Desktop. If you are running your project on Windows Mobile devices, then you will need to use either JScript or VBScript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should be able to enable/disable your form controls by changing the 'Enabled' property. This property is supported by the CheckBox, ComboBox, DateTime, DomainField, Edit, ImageBox, ListBox, RadioButton, Slider, and SymbologyField controls. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try attaching a script to the 'onChanged' event of a second control and use it's value to set the 'Enabled' property of your form controls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hannah &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 02:35:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/creating-a-complex-form/m-p/568303#M4131</guid>
      <dc:creator>HannahFerrier</dc:creator>
      <dc:date>2014-01-06T02:35:44Z</dc:date>
    </item>
  </channel>
</rss>

