<?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 ArcReader App- how to zoom to a selected feature in ArcReader Questions</title>
    <link>https://community.esri.com/t5/arcreader-questions/arcreader-app-how-to-zoom-to-a-selected-feature/m-p/694270#M807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been mucking about with a custom ArcReader application in VB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a DataGrid connected to a Text Box query that searches Parcel records and filters that Data Grid to only the selected records in the query. No prob.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DataGridView1.DataSource = Me.NBMCA_DATADataSet.NBMCA.Select("Parcels_Arn Like'" &amp;amp; Parcel &amp;amp; "'")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My next step is to try and zoom the Map focus to the selected results.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the .pmf the parcel layer is called "Assessment Parcel" in the ToC. The display field is called {ASSESSMENT}.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I query upon a single Map Layer in the .pmf, based on Attribute Data in the drawing/shape?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried dissecting the AttributeQuery example, but it picks all the layers in the .pmf and allows feature query choice. I just want to query the Parcel fabric, one layer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any assistance would be greatly appreciated, even if its a hint or two.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jul 2011 15:40:05 GMT</pubDate>
    <dc:creator>scotthiggins1</dc:creator>
    <dc:date>2011-07-28T15:40:05Z</dc:date>
    <item>
      <title>ArcReader App- how to zoom to a selected feature</title>
      <link>https://community.esri.com/t5/arcreader-questions/arcreader-app-how-to-zoom-to-a-selected-feature/m-p/694270#M807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been mucking about with a custom ArcReader application in VB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a DataGrid connected to a Text Box query that searches Parcel records and filters that Data Grid to only the selected records in the query. No prob.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DataGridView1.DataSource = Me.NBMCA_DATADataSet.NBMCA.Select("Parcels_Arn Like'" &amp;amp; Parcel &amp;amp; "'")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My next step is to try and zoom the Map focus to the selected results.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the .pmf the parcel layer is called "Assessment Parcel" in the ToC. The display field is called {ASSESSMENT}.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I query upon a single Map Layer in the .pmf, based on Attribute Data in the drawing/shape?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried dissecting the AttributeQuery example, but it picks all the layers in the .pmf and allows feature query choice. I just want to query the Parcel fabric, one layer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any assistance would be greatly appreciated, even if its a hint or two.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 15:40:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcreader-questions/arcreader-app-how-to-zoom-to-a-selected-feature/m-p/694270#M807</guid>
      <dc:creator>scotthiggins1</dc:creator>
      <dc:date>2011-07-28T15:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: ArcReader App- how to zoom to a selected feature</title>
      <link>https://community.esri.com/t5/arcreader-questions/arcreader-app-how-to-zoom-to-a-selected-feature/m-p/694271#M808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay this is going slow. I wish there was a better reference available for ArcReaderControl.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;According to this old thread:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=113&amp;amp;f=1142&amp;amp;t=216006"&gt;http://forums.esri.com/Thread.asp?c=113&amp;amp;f=1142&amp;amp;t=216006&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;... the Layer, and fields are numerically referenced, correct? I wish the solution used in this thread was referenced.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The parcel layer in my .pmf is the 10th map layer, and the roll# field is the First field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I set the AxReaderControl to focus on the Assessment Roll# field from the layer&amp;nbsp; that equals or is like the&amp;nbsp; string entered in the text box that searches and sorts the database? It should be simple, easy peasy, but cannot get it to work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 13:42:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcreader-questions/arcreader-app-how-to-zoom-to-a-selected-feature/m-p/694271#M808</guid>
      <dc:creator>scotthiggins1</dc:creator>
      <dc:date>2011-07-29T13:42:50Z</dc:date>
    </item>
  </channel>
</rss>

