<?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: Passing esri:query results to coldfuion cfc in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/passing-esri-query-results-to-coldfuion-cfc/m-p/338551#M8101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Very helpful! Thanks very much for pointing me in the right direction.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2011 17:45:05 GMT</pubDate>
    <dc:creator>JohnMcNally</dc:creator>
    <dc:date>2011-07-08T17:45:05Z</dc:date>
    <item>
      <title>Passing esri:query results to coldfuion cfc</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/passing-esri-query-results-to-coldfuion-cfc/m-p/338549#M8099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm looking to pass values retrieved from a esri:query to a coldfusion cfc in order to retrieve related data from a table that is stored in another data source. has anyone had any success in doing this type of work using and esri:query and coldfusion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any insight on the matter would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 13:04:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/passing-esri-query-results-to-coldfuion-cfc/m-p/338549#M8099</guid>
      <dc:creator>JohnMcNally</dc:creator>
      <dc:date>2011-07-08T13:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Passing esri:query results to coldfuion cfc</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/passing-esri-query-results-to-coldfuion-cfc/m-p/338550#M8100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm looking to pass values retrieved from a esri:query to a coldfusion cfc in order to retrieve related data from a table that is stored in another data source. has anyone had any success in doing this type of work using and esri:query and coldfusion.&lt;BR /&gt; &lt;BR /&gt;Any insight on the matter would be appreciated.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; Yes. It is very simple and straightforward. &lt;/SPAN&gt;&lt;A href="http://help.adobe.com/en_US/flex/accessingdata/flex_4.5_accessingdata.pdf"&gt;Here is very article to get you going&lt;/A&gt;&lt;SPAN&gt;.. you need to do somthing like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;SPAN style="color: #999999; font-family: monospace;"&gt;var deptInfo:Object = new Object();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:#000000;"&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;var newDept:Boolean = chNewDept.selected ? true : false;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;deptInfo = {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;&amp;nbsp; DepartmentID : cbEditDept.selectedItem.DepartmentID,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;&amp;nbsp; Department : tiEditDeptName.text,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;&amp;nbsp; Division : cbEditDivision.selectedItem.Division,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;&amp;nbsp; newDept : newDept};&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-family: monospace;"&gt;ro.saveDepartment(deptInfo);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Courier New;"&gt; &lt;BR /&gt;&lt;SPAN style="font-family:Courier New;"&gt;and here is the cfc part&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #999999;"&gt;&lt;FONT face="monospace"&gt;&amp;lt;cffunction name="saveDepartment"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;cfargument name="deptInfo" type="struct" required="true"&amp;gt;&lt;BR /&gt;&amp;nbsp; ...&lt;BR /&gt;&amp;lt;/cffunction&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 15:21:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/passing-esri-query-results-to-coldfuion-cfc/m-p/338550#M8100</guid>
      <dc:creator>ZahidChaudhry</dc:creator>
      <dc:date>2011-07-08T15:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Passing esri:query results to coldfuion cfc</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/passing-esri-query-results-to-coldfuion-cfc/m-p/338551#M8101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Very helpful! Thanks very much for pointing me in the right direction.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 17:45:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/passing-esri-query-results-to-coldfuion-cfc/m-p/338551#M8101</guid>
      <dc:creator>JohnMcNally</dc:creator>
      <dc:date>2011-07-08T17:45:05Z</dc:date>
    </item>
  </channel>
</rss>

