<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 7 - htmldocs - 00001480.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T14:55:08</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001480.htm#43915" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001480.htm#37804" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001480.htm#30972" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001480.htm#43915">
		<title>coldfusion/7/htmldocs/00001480.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00001480.htm#43915</link>
		<description>There seems to be a documentation change needed with CF7 regarding pageable records. Since upgrading to CF7 on the initial recordset is returned while additional recordsets contain undefined results. Was there a syntax change for pageable records..?</description>
		<dc:creator>frogcode</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-01-05T13:13:53</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001480.htm#37804">
		<title>coldfusion/7/htmldocs/00001480.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00001480.htm#37804</link>
		<description>There is a way of sendind a RecordSet directly do a CFC. For so, you have to create the recordSet, then you create an array using the RecordSet.items and send it thru a method to the CFC. The CFC will understand it as an Array of Sturctures, with the internal structures containing the names of the columns. &lt;br /&gt;Ex.:&lt;br /&gt;&lt;br /&gt;** FLASH CODE **&lt;br /&gt;var testArray:Array = my_recordSet.items;&lt;br /&gt;var listar:PendingCall = service.modificarValores({var_struct:testArray});&lt;br /&gt;&lt;br /&gt;** CFC CODE **&lt;br /&gt;Count lines in the RecordSet:&lt;br /&gt;ArrayLen(#arguments.RecordSetName#)&lt;br /&gt;&lt;br /&gt;Count columns(to have access to the number of columns):&lt;br /&gt;StructCount(#arguments.RecordSetName[i]#)&lt;br /&gt;&lt;br /&gt;Accessing one column:&lt;br /&gt;#arguments.RecordSetName[i][columnName]#&lt;br /&gt;&lt;br /&gt;Thks</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-07-22T11:23:03</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00001480.htm#30972">
		<title>coldfusion/7/htmldocs/00001480.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00001480.htm#30972</link>
		<description>Make sure when you do this in flash that you go to Window &gt; Other Panels &gt; Common Library &gt; Remoting&lt;br /&gt;&lt;br /&gt;Next drag the &quot;RemotingClasses&quot; onto the stage and if you need Debugging drag the &quot;RemotingDebugClasses&quot; as well.</description>
		<dc:creator>zerium</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-04-06T07:50:17</dc:date>
	</item>
	</rdf:RDF>

