<?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: Make Fields Visible / Hide Fields with Values based on Combo Box Selection in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700882#M5105</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;I'm looking to do the same thing as the OP but apply it to a related table (tableform element) does anyone know how to change this code to work with the related table form instead of the editform?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ie&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;COMBO BOX - "Item 1" selected&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If Item 1 in combo box is selected make Field related to Item 1 visible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately I'm pretty new to scripting, can anyone help?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Much appreciated&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 May 2014 22:38:53 GMT</pubDate>
    <dc:creator>MatthewSkewes</dc:creator>
    <dc:date>2014-05-01T22:38:53Z</dc:date>
    <item>
      <title>Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700860#M5083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an EDITFORM with a page called DataEntry. On the DataEntry page I have a combo box (called Subtype) and three ID text fields. Based on the value selected in the combo box, I need certain combinations of those ID fields to be visible, if applicable, or hidden with a value of "N/A" if not applicable, as described below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If Subtype = 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IDfield1 = Visible&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IDfield2 = Hidden with value "N/A"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IDfield3 = Hidden with value "N/A"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If Subtype = 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IDfield1 = Visible&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IDfield2 = Visible&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IDfield3 = Hidden with value "N/A"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If Subtype = 3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IDfield1 = Hidden with value "N/A"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IDfield2 = Hidden with value "N/A"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IDfield3 = Visible&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If Subtype = 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IDfield1 = Hidden with value "N/A"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IDfield2 = Hidden with value "N/A"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IDfield3 = Hidden with value "N/A"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was hoping to be able to do this in my geodatabase with subtype default values as "N/A" where appropriate, but alas, ArcPad does not honor default values for subtypes. I cannot have the default values at the field level because then the data recorder would be able to collect a point without changing any "N/A" values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't have a whole lot of experience with VB scripting in ArcPad studio, and I'm thinking I need to use the OnLoad event for the DataEntry page and the OnSelChange event for the Subtype combo box but I'm not exactly sure how to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've read this old post that seems similar to what I'm trying to achieve &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1180&amp;amp;t=124519&amp;amp;g=1" rel="nofollow" target="_blank"&gt;http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1180&amp;amp;t=124519&amp;amp;g=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 19:53:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700860#M5083</guid>
      <dc:creator>kg76</dc:creator>
      <dc:date>2013-05-20T19:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700861#M5084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kerry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You're heading in the right direction there...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Under the "OnChange" event of your subtype combo box control, you'll need to call a custom function to populate values to the other 3 text controls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a sample code to help you manipulate and populate value of the 3 text controls with assumtions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;your layer's name is "YourLayer"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;your form's name is "DataEntry"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Page's name for the controls = "PAGE1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;your controls' names = "Subtype", "IDfield1", "IDfield2", and "IDfield3"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Dim objForm, objPage, objControl

Set objForm = Map.Layers("YourLayer").Forms("DataEntry")
Set objPage = objForm.Pages("PAGE1")
Set objControl = objPage.Controls

If objControl.Item("Subtype").value = "1" Then
 objControl.Item("IDfield1").Enabled = True
 objControl.Item("IDfield2").Enabled = False
 objControl.Item("IDfield2").Value = "N/A"
 objControl.Item("IDfield3").Enabled = False
 objControl.Item("IDfield3").Value = "N/A"

ElseIf objControl.Item("Subtype").value = "2" Then
 objControl.Item("IDfield1").Enabled = True
 objControl.Item("IDfield2").Enabled = True
 objControl.Item("IDfield3").Enabled = False
 objControl.Item("IDfield3").Value = "N/A"

ElseIf objControl.Item("Subtype").value = "3" Then
 objControl.Item("IDfield1").Enabled = False
 objControl.Item("IDfield1").Value = "N/A"
 objControl.Item("IDfield2").Enabled = False
 objControl.Item("IDfield2").Value = "N/A"
 objControl.Item("IDfield3").Enabled = True

ElseIf objControl.Item("Subtype").value = "4" Then
 objControl.Item("IDfield1").Enabled = False
 objControl.Item("IDfield1").Value = "N/A"
 objControl.Item("IDfield2").Enabled = False
 objControl.Item("IDfield2").Value = "N/A"
 objControl.Item("IDfield3").Enabled = False
 objControl.Item("IDfield3").Value = "N/A"
End If

'Free objects
Set objControl = Nothing
Set objPage = Nothing
Set objForm = Nothing
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have fun coding.... &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>Sun, 12 Dec 2021 05:29:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700861#M5084</guid>
      <dc:creator>ThaiTruong</dc:creator>
      <dc:date>2021-12-12T05:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700862#M5085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Thai - this helps me a lot. Just one more question...this script would apply to nine layers (three feature datasets with three feature classes each). Do I just list them, or do I need to code it so that the script applies to the active layer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 12:46:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700862#M5085</guid>
      <dc:creator>kg76</dc:creator>
      <dc:date>2013-05-21T12:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700863#M5086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you trying to update all 9 layers with the values in this form at once?!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 15:27:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700863#M5086</guid>
      <dc:creator>ThaiTruong</dc:creator>
      <dc:date>2013-05-21T15:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700864#M5087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, so I'll have three layers checked out at any given time, a point, line, and polygon with the same subtypes. I tried to design my .axf file generically so that any one of my feature datasets could use it in the checkout process. I need the script to run for whatever point, line, or polygon layer that I'm either collecting for or editing at the time. Does that make sense? Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 15:40:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700864#M5087</guid>
      <dc:creator>kg76</dc:creator>
      <dc:date>2013-05-21T15:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700865#M5088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it's doable.&amp;nbsp; Just create a sub for this in your applet and call it when you need it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ex:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Sub PopulateForm(c_sFLayer)
Dim objForm, objPage, objControl

Set objForm = Map.Layers(c_sFLayer).Forms("DataEntry")
Set objPage = objForm.Pages("PAGE1")
Set objControl = objPage.Controls
...
End Sub
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then just call PopulateForm() and pass the layer name of your point, polyline, or polygon to it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 05:29:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700865#M5088</guid>
      <dc:creator>ThaiTruong</dc:creator>
      <dc:date>2021-12-12T05:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700866#M5089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do I have to create an applet? Or can I just include the script in my .axf file?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 19:07:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700866#M5089</guid>
      <dc:creator>kg76</dc:creator>
      <dc:date>2013-05-21T19:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700867#M5090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would put this event handler in an applet.&amp;nbsp; Think of ArcPad applet as a module that runs inside ArcPad application and it contains public form, tools, and system object event handlers that access the ArcPad object model through scripts.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 11:01:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700867#M5090</guid>
      <dc:creator>ThaiTruong</dc:creator>
      <dc:date>2013-05-22T11:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700868#M5091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for answering my questions so promptly and helping with this! So I'm still a little bit fuzzy on a couple of things as I'm new to VBscript. In the first code block, am I supposed to replace "YourLayer" with c_sFLayer or should I be using ThisEvent.Object? Also, I need my custom forms to be in my .axf file and not in an applet. Can I call the script from the applet in the events of the layer definition of my .axf? Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 14:54:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700868#M5091</guid>
      <dc:creator>kg76</dc:creator>
      <dc:date>2013-05-22T14:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700869#M5092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok here's what I've got.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;'The purpose of this script is to enable the appropriate ID/NUMBER fields [ASMIS_ID, FEATURE_NUMBER, TRACKING_NUMBER] 
'when a given subtype [Site, Feature, IO, Other] is selected, and to hide those ID/NUMBER fields that do not apply with the value "N/A".

'Create a subroutine to be able to pass any feature layer name to the script
Sub PopulateForm(c_sFLayer)

'Create and define Form, Page, and Control
Dim objForm, objPage, objControl

Set objForm = Map.Layers(c_sFLayer).Forms("EDITFORM")
Set objPage = objForm.Pages("DataEntry")
Set objControl = objPage.Controls

'If lblSUBTYPE field value is Site, do the following:
If objControl.Item("lblSUBTYPE").value = "Site" Then
 'Enable txtASMIS_ID field
 objControl.Item("txtASMIS_ID").Enabled = True
 'Disable txtFEATURE_NUMBER field
 objControl.Item("txtFEATURE_NUMBER").Enabled = False
 'and set value of txtFEATURE_NUMBER field to "N/A"
 objControl.Item("txtFEATURE_NUMBER").Value = "N/A"
 'Disable txtTRACKING_NUMBER field
 objControl.Item("txtTRACKING_NUMBER").Enabled = False
 'and set value of txtTRACKING_NUMBER field to "N/A"
 objControl.Item("txtTRACKING_NUMBER").Value = "N/A"

'If lblSUBTYPE field value is Feature, do the following:
ElseIf objControl.Item("lblSUBTYPE").value = "Feature" Then
 'Enable txtASMIS_ID field
 objControl.Item("txtASMIS_ID").Enabled = True
 'Enable txtFEATURE_NUMBER field
 objControl.Item("txtFEATURE_NUMBER").Enabled = True
 'Disable txtTRACKING_NUMBER field
 objControl.Item("txtTRACKING_NUMBER").Enabled = False
 'and set value of txtTRACKING_NUMBER field to "N/A"
 objControl.Item("txtTRACKING_NUMBER").Value = "N/A"

'If lblSUBTYPE field value is IO, do the following:
ElseIf objControl.Item("lblSUBTYPE").value = "IO" Then
 'Disable txtASMIS_ID field
 objControl.Item("txtASMIS_ID").Enabled = False
 'and set value of txtASMIS_ID field to "N/A"
 objControl.Item("txtASMIS_ID").Value = "N/A"
 'Disable txtFEATURE_NUMBER field
 objControl.Item("txtFEATURE_NUMBER").Enabled = False
 'and set value of txtFEATURE_NUMBER field to "N/A"
 objControl.Item("txtFEATURE_NUMBER").Value = "N/A"
 'Enable txtTRACKING_NUMBER field
 objControl.Item("txtTRACKING_NUMBER").Enabled = True

'If lblSUBTYPE field value is Other, do the following:
ElseIf objControl.Item("lblSUBTYPE").value = "Other" Then
 'Disable txtASMIS_ID field
 objControl.Item("txtASMIS_ID").Enabled = False
 'and set value of txtASMIS_ID field to "N/A"
 objControl.Item("txtASMIS_ID").Value = "N/A"
 'Disable txtFEATURE_NUMBER field
 objControl.Item("txtFEATURE_NUMBER").Enabled = False
 'and set value of txtFEATURE_NUMBER field to "N/A"
 objControl.Item("txtFEATURE_NUMBER").Value = "N/A"
 'Disable txtTRACKING_NUMBER field
 objControl.Item("txtTRACKING_NUMBER").Enabled = False
 'and set value of txtTRACKING_NUMBER field to "N/A"
 objControl.Item("txtTRACKING_NUMBER").Value = "N/A"
End If

'Free objects
Set objControl = Nothing
Set objPage = Nothing
Set objForm = Nothing


End Sub
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the form properties &amp;gt; OnLoad event, and in the subtype field's properties &amp;gt; OnChange event I called PopulateForm("Line") for the Line layer and so on. In ArcPad when I try to collect a point and the form loads, I receive the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Script Error 800A000D&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error Source Unavailable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error Description Unavailable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Line: 1, Column: 1]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Source Text Unavailable&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What's missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 05:29:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700869#M5092</guid>
      <dc:creator>kg76</dc:creator>
      <dc:date>2021-12-12T05:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700870#M5093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're getting close there... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, paste the following code to your applet VBScript file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Option Explicit

Sub PopulateForm()
Dim objForm, objPage, objControl
Set objForm = Application.Map.Layers(Application.UserProperties("LayerName")).Forms("EDITFORM")
Set objPage = objForm.Pages("PAGE1")
Set objControl = objPage.Controls

If objControl.Item("Subtype").value = "1" Then
 objControl.Item("IDfield1").Enabled = True
 objControl.Item("IDfield1").Value = ""
 objControl.Item("IDfield2").Enabled = False
 objControl.Item("IDfield2").Value = "N/A"
 objControl.Item("IDfield3").Enabled = False
 objControl.Item("IDfield3").Value = "N/A"

ElseIf objControl.Item("Subtype").value = "2" Then
 objControl.Item("IDfield1").Enabled = True
 objControl.Item("IDfield1").Value = ""
 objControl.Item("IDfield2").Enabled = True
 objControl.Item("IDfield2").Value = ""
 objControl.Item("IDfield3").Enabled = False
 objControl.Item("IDfield3").Value = "N/A"

ElseIf objControl.Item("Subtype").value = "3" Then
 objControl.Item("IDfield1").Enabled = False
 objControl.Item("IDfield1").Value = "N/A"
 objControl.Item("IDfield2").Enabled = False
 objControl.Item("IDfield2").Value = "N/A"
 objControl.Item("IDfield3").Enabled = True
 objControl.Item("IDfield3").Value = ""

ElseIf objControl.Item("Subtype").value = "4" Then
 objControl.Item("IDfield1").Enabled = False
 objControl.Item("IDfield1").Value = "N/A"
 objControl.Item("IDfield2").Enabled = False
 objControl.Item("IDfield2").Value = "N/A"
 objControl.Item("IDfield3").Enabled = False
 objControl.Item("IDfield3").Value = "N/A"
End If

'Free objects
Set objControl = Nothing
Set objPage = Nothing
Set objForm = Nothing
End Sub
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Under OnSelChange Event of your combo box control, add these script:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
' Define public value for Layer Name
Application.UserProperties("LayerName") = "CurrentLayerName"
' Call PopulateForm() in applet
Application.Applets("AppletName").Execute("PopulateForm")
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the above script, change "CurrentLayerName" to your layer name and "AppletName" to your Applet's name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, the advantage for doing this is next time you want to modify values based on selection from the 1st combo box, all you have to do is to modify the code under PopulateForm()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope you get the idea.&amp;nbsp; Have fun coding... &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>Sun, 12 Dec 2021 05:29:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700870#M5093</guid>
      <dc:creator>ThaiTruong</dc:creator>
      <dc:date>2021-12-12T05:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700871#M5094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great - thank you. I'm still getting Script Error 800A01A8 - Object required: 'Application.Map.Layers(...)' [Line: 11, Column 1] Source Text Unavailable. I'm receiving the error both in ArcPad on my desktop and in ArcPad on my GPS unit. Here is my code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Option Explicit
'The purpose of this script is to enable the appropriate ID/NUMBER fields [ASMIS_ID, FEATURE_NUMBER, TRACKING_NUMBER] 
'when a given subtype [Site, Feature, IO, Other] is selected, and to hide those ID/NUMBER fields that do not apply with the value "N/A".

'Create a subroutine to be able to pass any feature layer name to the script
Sub PopulateForm()

'Create and define Form, Page, and Control
Dim objForm, objPage, objControl

Set objForm = Application.Map.Layers(Application.UserProperties("LayerName")).Forms("EDITFORM")
Set objPage = objForm.Pages("DataEntry")
Set objControl = objPage.Controls

'If lblSUBTYPE field value is Site, do the following:
If objControl.Item("lblSUBTYPE").value = "Site" Then
 'Enable txtASMIS_ID field
 objControl.Item("txtASMIS_ID").Enabled = True
 'Disable txtFEATURE_NUMBER field
 objControl.Item("txtFEATURE_NUMBER").Enabled = False
 'and set value of txtFEATURE_NUMBER field to "N/A"
 objControl.Item("txtFEATURE_NUMBER").Value = "N/A"
 'Disable txtTRACKING_NUMBER field
 objControl.Item("txtTRACKING_NUMBER").Enabled = False
 'and set value of txtTRACKING_NUMBER field to "N/A"
 objControl.Item("txtTRACKING_NUMBER").Value = "N/A"

'If lblSUBTYPE field value is Feature, do the following:
ElseIf objControl.Item("lblSUBTYPE").value = "Feature" Then
 'Enable txtASMIS_ID field
 objControl.Item("txtASMIS_ID").Enabled = True
 'Enable txtFEATURE_NUMBER field
 objControl.Item("txtFEATURE_NUMBER").Enabled = True
 'Disable txtTRACKING_NUMBER field
 objControl.Item("txtTRACKING_NUMBER").Enabled = False
 'and set value of txtTRACKING_NUMBER field to "N/A"
 objControl.Item("txtTRACKING_NUMBER").Value = "N/A"

'If lblSUBTYPE field value is IO, do the following:
ElseIf objControl.Item("lblSUBTYPE").value = "IO" Then
 'Disable txtASMIS_ID field
 objControl.Item("txtASMIS_ID").Enabled = False
 'and set value of txtASMIS_ID field to "N/A"
 objControl.Item("txtASMIS_ID").Value = "N/A"
 'Disable txtFEATURE_NUMBER field
 objControl.Item("txtFEATURE_NUMBER").Enabled = False
 'and set value of txtFEATURE_NUMBER field to "N/A"
 objControl.Item("txtFEATURE_NUMBER").Value = "N/A"
 'Enable txtTRACKING_NUMBER field
 objControl.Item("txtTRACKING_NUMBER").Enabled = True

'If lblSUBTYPE field value is Other, do the following:
ElseIf objControl.Item("lblSUBTYPE").value = "Other" Then
 'Disable txtASMIS_ID field
 objControl.Item("txtASMIS_ID").Enabled = False
 'and set value of txtASMIS_ID field to "N/A"
 objControl.Item("txtASMIS_ID").Value = "N/A"
 'Disable txtFEATURE_NUMBER field
 objControl.Item("txtFEATURE_NUMBER").Enabled = False
 'and set value of txtFEATURE_NUMBER field to "N/A"
 objControl.Item("txtFEATURE_NUMBER").Value = "N/A"
 'Disable txtTRACKING_NUMBER field
 objControl.Item("txtTRACKING_NUMBER").Enabled = False
 'and set value of txtTRACKING_NUMBER field to "N/A"
 objControl.Item("txtTRACKING_NUMBER").Value = "N/A"
End If

'Free objects
Set objControl = Nothing
Set objPage = Nothing
Set objForm = Nothing


End Sub&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 05:29:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700871#M5094</guid>
      <dc:creator>kg76</dc:creator>
      <dc:date>2021-12-12T05:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700872#M5095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kerry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What's the code you have under OnSelChange Event?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to create a global value "LayerName":&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
'for your line feature "Line" = name of the layer
Application.UserProperties("LayerName") = "Line"
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 05:29:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700872#M5095</guid>
      <dc:creator>ThaiTruong</dc:creator>
      <dc:date>2021-12-12T05:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700873#M5096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Thai - This is what I had per your last post in the onselchange event of my combo box (in the line layer definition of my axf):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;' Define public value for Layer Name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Application.UserProperties("LayerName") = "Line"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;' Call PopulateForm() in applet&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Application.Applets("AppletEnableIDfields").Execute("PopulateForm")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have this same script also in the onload event of my form properties.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 12:35:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700873#M5096</guid>
      <dc:creator>kg76</dc:creator>
      <dc:date>2013-05-28T12:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700874#M5097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kerry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It works for me.&amp;nbsp; I used Riverside.axf to test this code (see the attached PNG below)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If possible, post your AXF file here, I'll try to iron out the issue for you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 11:11:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700874#M5097</guid>
      <dc:creator>ThaiTruong</dc:creator>
      <dc:date>2013-05-29T11:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700875#M5098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thai - my applet and .axf file are attached. Thank you for looking at it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 12:47:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700875#M5098</guid>
      <dc:creator>kg76</dc:creator>
      <dc:date>2013-05-29T12:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700876#M5099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kerry - &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Open AppletEnableIDfields.apa with ArcPad Studio and delete OnStartUp event under APPLICATION.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; Re-edit your VBScript. and change "lblSUBTYPE" to 1, 2, 3, and 4 respectively.&amp;nbsp; You need to set it = to the code value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
'If lblSUBTYPE field value is Site, do the following:
If objControl.Item("lblSUBTYPE").Value = 1 Then
 'Enable txtASMIS_ID field
 objControl.Item("txtASMIS_ID").Enabled = True
 'Disable txtFEATURE_NUMBER field
 objControl.Item("txtFEATURE_NUMBER").Enabled = False
 'and set value of txtFEATURE_NUMBER field to "N/A"
 objControl.Item("txtFEATURE_NUMBER").Value = "N/A"
 'Disable txtTRACKING_NUMBER field
 objControl.Item("txtTRACKING_NUMBER").Enabled = False
 'and set value of txtTRACKING_NUMBER field to "N/A"
 objControl.Item("txtTRACKING_NUMBER").Value = "N/A"

'If lblSUBTYPE field value is Feature, do the following:
ElseIf objControl.Item("lblSUBTYPE").value = 2 Then
 'Enable txtASMIS_ID field
 objControl.Item("txtASMIS_ID").Enabled = True
 'Enable txtFEATURE_NUMBER field
 objControl.Item("txtFEATURE_NUMBER").Enabled = True
 'Disable txtTRACKING_NUMBER field
 objControl.Item("txtTRACKING_NUMBER").Enabled = False
 'and set value of txtTRACKING_NUMBER field to "N/A"
 objControl.Item("txtTRACKING_NUMBER").Value = "N/A"

'If lblSUBTYPE field value is IO, do the following:
ElseIf objControl.Item("lblSUBTYPE").value = 3 Then
 'Disable txtASMIS_ID field
 objControl.Item("txtASMIS_ID").Enabled = False
 'and set value of txtASMIS_ID field to "N/A"
 objControl.Item("txtASMIS_ID").Value = "N/A"
 'Disable txtFEATURE_NUMBER field
 objControl.Item("txtFEATURE_NUMBER").Enabled = False
 'and set value of txtFEATURE_NUMBER field to "N/A"
 objControl.Item("txtFEATURE_NUMBER").Value = "N/A"
 'Enable txtTRACKING_NUMBER field
 objControl.Item("txtTRACKING_NUMBER").Enabled = True

'If lblSUBTYPE field value is Other, do the following:
ElseIf objControl.Item("lblSUBTYPE").value = 4 Then
 'Disable txtASMIS_ID field
 objControl.Item("txtASMIS_ID").Enabled = False
 'and set value of txtASMIS_ID field to "N/A"
 objControl.Item("txtASMIS_ID").Value = "N/A"
 'Disable txtFEATURE_NUMBER field
 objControl.Item("txtFEATURE_NUMBER").Enabled = False
 'and set value of txtFEATURE_NUMBER field to "N/A"
 objControl.Item("txtFEATURE_NUMBER").Value = "N/A"
 'Disable txtTRACKING_NUMBER field
 objControl.Item("txtTRACKING_NUMBER").Enabled = False
 'and set value of txtTRACKING_NUMBER field to "N/A"
 objControl.Item("txtTRACKING_NUMBER").Value = "N/A"
End If
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3.&amp;nbsp; Back to your AXF, open your Line Feature Layer.&amp;nbsp; Remove or comment out your code in Layer2.vbs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.&amp;nbsp; Optional, I dont think you need OnLoad Event under EDITFORM either!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.&amp;nbsp; Save everything and add Line to your ArcPad map document and test your script.&amp;nbsp; It should work for you this time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6.&amp;nbsp; Do the same above steps for your Point &amp;amp; Polygon feature layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck! &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>Sun, 12 Dec 2021 05:29:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700876#M5099</guid>
      <dc:creator>ThaiTruong</dc:creator>
      <dc:date>2021-12-12T05:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700877#M5100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I made those changes and I'm still getting an error specific to the objForm. I've attached a screenshot of the error. I want to keep the for the onload of the EDITFORM because I've got different symbology for my subtypes separated out in my QuickCapture toolbar so if you pick the red triangle, subtype 1 should appear filled in on the form automatically and hide those unnecessary fields when the form appears. If I remove it, the data collector has to select a subtype manually. I reattached my .axf and applet with the changes made.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 16:24:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700877#M5100</guid>
      <dc:creator>kg76</dc:creator>
      <dc:date>2013-05-29T16:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700878#M5101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kerry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You forgot to include a vbscript file for the applet in your zip file above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;download this new zip file, extract it to a location on your PC.&amp;nbsp; Open up ArcPad, and set the path to applets under ArcPad options.&amp;nbsp; Restart ArcPad and add your features to edit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It works for me, so I hope it'll work for you as well... &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>Wed, 29 May 2013 17:18:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700878#M5101</guid>
      <dc:creator>ThaiTruong</dc:creator>
      <dc:date>2013-05-29T17:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Make Fields Visible / Hide Fields with Values based on Combo Box Selection</title>
      <link>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700879#M5102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK that works! But, I realize now that I didn't communicate this but I'm using Trimble Positions to check out data from my geodatabase. So during the check out process when a new .axf file is created, I set the .axf layer definitions to my custom .axf. I then open the .apm that is also created in the check out process in ArcPad on either the desktop or on my GPS unit and try to add a point and that's when I'm getting the script error. I should have mentioned this sooner. When I tried it your way just opening ArcPad and adding in layers then it worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 17:43:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/make-fields-visible-hide-fields-with-values-based/m-p/700879#M5102</guid>
      <dc:creator>kg76</dc:creator>
      <dc:date>2013-05-29T17:43:40Z</dc:date>
    </item>
  </channel>
</rss>

