<?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: custom Reports using FLEX API in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250452#M7664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Aaron,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What are you doing with the action script "Streetname.as".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2011 16:14:46 GMT</pubDate>
    <dc:creator>City_ofTrail</dc:creator>
    <dc:date>2011-06-23T16:14:46Z</dc:date>
    <item>
      <title>custom Reports using FLEX API</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250442#M7654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi There,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking into the possibility of building a web application based on FLEX api. I have some intial questions, I come from .NET development and curious how I can implement functionlaity like custom Reports, queries using oracle data sources. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Appreciate any thougths.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2011 18:10:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250442#M7654</guid>
      <dc:creator>jayshukla</dc:creator>
      <dc:date>2011-06-15T18:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: custom Reports using FLEX API</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250443#M7655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure how everyone else does it, but I linked some SQL tables to my parcel data, published it as a web service. Then wrote a query to to search the data, return the results into a datagrid, and then use alivePDF to publish the data into a PDF report. I have the app running in an I-frame on our town website &lt;/SPAN&gt;&lt;A href="http://www.vernon-ct.gov/propertycard"&gt;http://www.vernon-ct.gov/propertycard&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 11:46:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250443#M7655</guid>
      <dc:creator>AaronNash</dc:creator>
      <dc:date>2011-06-16T11:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: custom Reports using FLEX API</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250444#M7656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Aaron, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is really encouraging that we can consume Web services. I am assuming that this webservice was a .NET web service. The application that I am designing will do something similar where it does a query and then creates a report. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to flex development. As part of this project, i am trying to have most of the logic contained in web services and then calling then use the Flex API to show content on the web. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any web resources that i could use as starting point for this flex and .NET interaction. I would really appreciate any input. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 16:23:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250444#M7656</guid>
      <dc:creator>jayshukla</dc:creator>
      <dc:date>2011-06-16T16:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: custom Reports using FLEX API</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250445#M7657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jay,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure what kind of data you are trying to consume in the service, I only wanted to publish data in 5 sql tables. So I added the tables to ArcMap, did a join by attribute to my parcel data, then published the MXD as a web service in ArcServer. I looked into creating a .net webservice, I also have no experience with .net, and it was easier to do it in ArcMap. I then used the ArcServer Flex API to run queries against the webservice. I have no need to access any of the spatial data, also in ArcServer 10 you can add tables to an MXD and publish them in a webservice and they show up like layers. I did it all in ArcServer 9.3.1, showing is my query function on my webservice &lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp; //query function&amp;nbsp; 
&amp;nbsp; private function doQuery():void
&amp;nbsp; {
&amp;nbsp;&amp;nbsp; if (streetName.text == "")
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; Alert.show("Please Enter Text", "User Error");
&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; else 
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp; progressBar.visible = true;
&amp;nbsp;&amp;nbsp; var query:Query = new Query();
&amp;nbsp;&amp;nbsp; var pExpr:String = streetName.text.toUpperCase();
&amp;nbsp;&amp;nbsp; pExpr = pExpr.replace(",","");
&amp;nbsp;&amp;nbsp; pExpr = pExpr.replace("-","");
&amp;nbsp;&amp;nbsp; pExpr = pExpr.replace(".","");
&amp;nbsp;&amp;nbsp; var expr:String = queryExpr.replace("[value]", pExpr)
&amp;nbsp;&amp;nbsp; query.where = expr;
&amp;nbsp;&amp;nbsp; query.outFields = ["*"]
&amp;nbsp;&amp;nbsp; query.returnGeometry = false;
&amp;nbsp;&amp;nbsp; queryTask.execute(query, new AsyncResponder(onResult, onFault));
&amp;nbsp;&amp;nbsp; function onResult(featureSet:FeatureSet, token:Object = null):void
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; progressBar.visible = false;
&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; function onFault(info:Object, token:Object = null):void
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; progressBar.visible = false;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Alert.show("No parcels were found", "Try something else");
&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; }
&amp;nbsp; //enable radion buttons to switch
&amp;nbsp; private function changesearch(event:ItemClickEvent):void
&amp;nbsp; {
&amp;nbsp;&amp;nbsp; switch(event.label.toLowerCase())
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; case "street": 
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; txtLabelText.text = "Search Parcels by Street Name ex. Park Pl"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; queryExpr = "LocAddr LIKE '%[value]%'";
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autoCompleteMgr.enabled = true;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; case "owner":
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; txtLabelText.text = "Search Parcels by Owner Name (Last Name First) ex. Smith John"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; queryExpr = "Owner1 LIKE '%[value]%'";
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autoCompleteMgr.enabled = false;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; }
&amp;nbsp; }
&amp;nbsp; }&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:26:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250445#M7657</guid>
      <dc:creator>AaronNash</dc:creator>
      <dc:date>2021-12-11T12:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: custom Reports using FLEX API</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250446#M7658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is great, Thanks for the sample code. This certainly gets me started. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for taking time to help me out.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 18:29:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250446#M7658</guid>
      <dc:creator>jayshukla</dc:creator>
      <dc:date>2011-06-16T18:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: custom Reports using FLEX API</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250447#M7659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Aaron,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am wanting to do the same. how do you generate report as it looks when you print it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 19:18:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250447#M7659</guid>
      <dc:creator>City_ofTrail</dc:creator>
      <dc:date>2011-06-16T19:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: custom Reports using FLEX API</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250448#M7660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;attached is the code I used to generate the report, I used alivePDF.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 11:44:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250448#M7660</guid>
      <dc:creator>AaronNash</dc:creator>
      <dc:date>2011-06-17T11:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: custom Reports using FLEX API</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250449#M7661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, Thanks for posting your code. I am not a developer and i was wondering if you can not post the full Code with the associated MXML file. I need to implement the same functionality but i am stucked.I think this will help me to get my site running.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 15:23:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250449#M7661</guid>
      <dc:creator>MGSethe</dc:creator>
      <dc:date>2011-06-17T15:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: custom Reports using FLEX API</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250450#M7662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for th bit og code Aaron,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This poitns in the right direction.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 15:44:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250450#M7662</guid>
      <dc:creator>City_ofTrail</dc:creator>
      <dc:date>2011-06-20T15:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: custom Reports using FLEX API</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250451#M7663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Attached is the main mxml code for the site, it is totally custom for my application. I have components that are not visible because i am binding features between the two, not the correct way to code but worked for my application. It started as a ESRI flex sample&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 16:18:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250451#M7663</guid>
      <dc:creator>AaronNash</dc:creator>
      <dc:date>2011-06-20T16:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: custom Reports using FLEX API</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250452#M7664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Aaron,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What are you doing with the action script "Streetname.as".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 16:14:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250452#M7664</guid>
      <dc:creator>City_ofTrail</dc:creator>
      <dc:date>2011-06-23T16:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: custom Reports using FLEX API</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250453#M7665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;its a list of streets for the autocomplete on the text input&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 21:48:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250453#M7665</guid>
      <dc:creator>AaronNash</dc:creator>
      <dc:date>2011-06-23T21:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: custom Reports using FLEX API</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250454#M7666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Attached is the main mxml code for the site, it is totally custom for my application. I have components that are not visible because i am binding features between the two, not the correct way to code but worked for my application. It started as a ESRI flex sample&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for posting the complete code, i have managed to get it running in&amp;nbsp; my application. My question is how do i get the selected result from the Grid to to open the&amp;nbsp; GIS Viewer and zoom to the selected record extent, Is that possible outside the FlexViewer itself?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 19:07:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/custom-reports-using-flex-api/m-p/250454#M7666</guid>
      <dc:creator>MGSethe</dc:creator>
      <dc:date>2011-09-14T19:07:47Z</dc:date>
    </item>
  </channel>
</rss>

