<?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 - 00000266.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-25T15:09:38</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#74187" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#68048" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#56493" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#49719" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#44162" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#40234" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37757" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37753" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37720" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37716" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37696" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37553" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37535" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37128" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#36322" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#35912" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#35433" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#34660" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#34310" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#33968" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#33517" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#31788" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#31666" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#31087" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#30848" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#30706" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#30232" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#30188" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#29672" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#29429" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#74187">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#74187</link>
		<description>If you are getting expired certificate warnings, install TechNote b9c2d61c.  Certificate then updated to 2010 May 20.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-09-28T11:23:51</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#68048">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#68048</link>
		<description>When using a grid in edit mode, populating it with a query of queries breaks the ability of the posted grid to make use of the rowstatus action as per:&lt;br /&gt;&lt;br /&gt;&lt;cfloop index=&quot;i&quot; from=&quot;1&quot; to=&quot;#ArrayLen(form.StudentList.rowstatus.action)#&quot;&gt;&lt;br /&gt;					&lt;cfif form.StudentList.rowstatus.action[i] EQ &quot;D&quot;&gt;&lt;br /&gt;						&lt;cfset UnivNoList = ListDeleteAt(UnivNoList, ListFind(UnivNoList, form.StudentList.original.Univno[i]))&gt; &lt;br /&gt;					&lt;/cfif&gt;&lt;br /&gt;				&lt;/cfloop&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The array returns a 0 length&lt;br /&gt;&lt;br /&gt;julian.simpson@bris.ac.uk</description>
		<dc:creator>Jools2</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-06-07T08:35:55</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#56493">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#56493</link>
		<description>Should'nt the Description for the onBlur and onFocus attributes be&lt;br /&gt;ActionScript that runs when the grid loses focus.&lt;br /&gt;instead of&lt;br /&gt;ActionScript that runs when the calendar loses focus.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-11-18T02:43:31</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#49719">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#49719</link>
		<description>I found a solution to the Horizontal scroll bar issue using actionscript and a trigger AFTER the grid loads.&lt;br /&gt;&lt;br /&gt;&lt;cfgrid format=&quot;flash&quot; name=&quot;myGrid&quot;&gt; ... &lt;/cfgrid&gt; &lt;br /&gt;&lt;br /&gt;&lt;cfinput type=&quot;text&quot; &lt;br /&gt;name=&quot;myGridTrigger&quot; &lt;br /&gt;value=&quot;&quot; &lt;br /&gt;bind=&quot;{ (1==2) ? null : function() { &lt;br /&gt;_root.myGrid.hScrollPolicy = 'on'; }.call() }&quot; &lt;br /&gt;visible=&quot;no&quot; &lt;br /&gt;height=&quot;0&quot; &lt;br /&gt;width=&quot;0&quot; /&gt;</description>
		<dc:creator>EricGyenes</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-06-14T13:32:19</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#44162">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#44162</link>
		<description>Apparently, and contrary to the docs, &quot;rowheaders&quot; property is applicable to a Flash form as well as an applet.</description>
		<dc:creator>maclonghorn</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-01-14T06:16:41</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#40234">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#40234</link>
		<description>There appears to be a bug if you try and use multiple instances of CFGRID on the same page (flash).&lt;br /&gt;The columns are repeated for each instance.&lt;br /&gt;I.E. If I have a cfgrid with 2 columns, and I have 6 instances of this on a page, instance 1 has 2 columns, instance 2 has 4 columns, instance 3 has 6 columns etc. And the data is always that form the first instance.&lt;br /&gt;&lt;br /&gt;Example code:-&lt;br /&gt;&lt;cfoutput query=&quot;components&quot; group=&quot;componentID&quot;&gt;&lt;br /&gt;			&lt;fieldset&gt;&lt;legend&gt;#component#&lt;/legend&gt;&lt;br /&gt;			&lt;cfgrid name=&quot;C#componentID#&quot; height=&quot;150&quot; width=&quot;100%&quot; format=&quot;FLASH&quot; insert=&quot;No&quot; delete=&quot;No&quot; sort=&quot;Yes&quot; font=&quot;Arial&quot; bold=&quot;No&quot; italic=&quot;No&quot; autowidth=&quot;true&quot; appendkey=&quot;No&quot; highlighthref=&quot;No&quot; enabled=&quot;Yes&quot; visible=&quot;Yes&quot; griddataalign=&quot;LEFT&quot; gridlines=&quot;Yes&quot; rowheaders=&quot;No&quot; rowheaderalign=&quot;LEFT&quot; rowheaderitalic=&quot;No&quot; rowheaderbold=&quot;No&quot; colheaders=&quot;No&quot; colheaderalign=&quot;LEFT&quot; colheaderitalic=&quot;No&quot; colheaderbold=&quot;No&quot; selectmode=&quot;EDIT&quot; picturebar=&quot;No&quot;&gt;&lt;br /&gt;			&lt;cfgridcolumn name=&quot;fieldID&quot; headeralign=&quot;LEFT&quot; dataalign=&quot;LEFT&quot; bold=&quot;No&quot; italic=&quot;No&quot; select=&quot;No&quot; display=&quot;No&quot; type=&quot;NUMERIC&quot; headerbold=&quot;No&quot; headeritalic=&quot;No&quot;&gt;&lt;br /&gt;			&lt;cfgridcolumn name=&quot;fieldName&quot; header=&quot;Field Name&quot; headeralign=&quot;LEFT&quot; dataalign=&quot;LEFT&quot; bold=&quot;No&quot; italic=&quot;No&quot; select=&quot;No&quot; display=&quot;Yes&quot; type=&quot;STRING_NOCASE&quot; headerbold=&quot;No&quot; headeritalic=&quot;No&quot;&gt;&lt;br /&gt;			&lt;cfgridcolumn name=&quot;data&quot; headeralign=&quot;LEFT&quot; dataalign=&quot;LEFT&quot; bold=&quot;No&quot; italic=&quot;No&quot; select=&quot;Yes&quot; display=&quot;Yes&quot; type=&quot;NUMERIC&quot; headerbold=&quot;No&quot; headeritalic=&quot;No&quot;&gt;&lt;br /&gt;			&lt;br /&gt;			&lt;cfoutput&gt;&lt;br /&gt;&lt;br /&gt;			&lt;cfgridrow data=&quot;#fieldID#,#fieldName#,#data#&quot;&gt;&lt;br /&gt;&lt;br /&gt;			&lt;/cfoutput&gt;&lt;br /&gt;			&lt;/cfgrid&gt;&lt;br /&gt;		&lt;br /&gt;			&lt;/fieldset&gt;&lt;br /&gt;			&lt;/cfoutput&gt;</description>
		<dc:creator>Snake_Hollywood</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-09-30T05:16:57</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37757">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37757</link>
		<description>coacf,&lt;br&gt;Yes. I'm saying that CF converts the data to an array. &lt;br&gt;&lt;br&gt;If you have additional questions, I suggest that you post them to the online Forum, which has heavier traffic than LiveDocs: http://webforums.macromedia.com/coldfusion</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 0</dc:type>
		<dc:date>2005-07-21T11:07:58</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37753">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37753</link>
		<description>the cfgrid applet format does not support onChange event. I tried to submit the form on a change event and it just did not work. I think applets in form are a pain in the neural mass.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-07-21T07:04:17</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37720">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37720</link>
		<description>not sure if that really answered my question.&lt;br /&gt;&lt;br /&gt;so you're telling me that to simply pass the column/values of a single row i have to convert the data to an array?  or is it automatically converted to an array?  &lt;br /&gt;&lt;br /&gt;i'm not updating the data i'm just using the value to pass into a query</description>
		<dc:creator>coacf</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-07-20T15:24:59</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37716">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37716</link>
		<description>Good catch. This is a problem in the docs. I ran into it a couple of months ago, but forgot to post a correction to LiveDocs.&lt;br&gt;&lt;br&gt;Here is why the example doesn't work: form.[#GridName#][#ColName#] isn't really a structure. It's just a variable that happens to have periods in it. So to fix it, replace the following lines:&lt;br&gt;	&lt;cfset Array_New = form[#GridName#][#ColName#]&gt;&lt;br&gt;      &lt;cfset Array_Orig = form[#GridName#]['original'][#ColName#]&gt;&lt;br&gt;      &lt;cfset Array_Action = form[#GridName#]RowStatus.Action&gt;  &lt;br&gt;&lt;br&gt;With the following lines:&lt;br&gt;      &lt;cfset Array_Action = form[GridName &amp;'.RowStatus.Action']&gt;&lt;br&gt;      &lt;cfset Array_New = form[GridName &amp;'.' &amp;ColName]&gt; &lt;br&gt;      &lt;cfset Array_Orig = form[GridName &amp; '.original.' &amp; ColName]&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;That should do it. Of course, you also have to set the GridName variable to the name of the grid and the ColNameList variable to a list of the grid columns, as described in the cfgrid page.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2005-07-20T14:00:09</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37696">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37696</link>
		<description>OK I'd appreciate any help because I'm just not getting it.  I'm using a cfgrid with two columns and a cfinput text field to pass values to an update page.  The user selects a row (they can only select one row) from the grid then enters values in the text field.  I don't understand how the cfgrid passes the values to the action page.  The documentation description looks different from what I see in the debug on the action page.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;here's what i get on the debug of the action page:&lt;br /&gt;(I've added returns and comments)&lt;br /&gt;&lt;br /&gt;//this is the value of the textbox;&lt;br /&gt;ORG=1111&lt;br /&gt;&lt;br /&gt;__CFGRID__BUDGETOBJECTS__FAO=__CFGRID__COLUMN__=CFGRIDROWINDEX; &lt;br /&gt;__CFGRID__DATA__=11;&lt;br /&gt;__CFGRID__COLUMN__=FUND; &lt;br /&gt;__CFGRID__DATA__=3860;&lt;br /&gt;__CFGRID__COLUMN__=AGENCY; &lt;br /&gt;__CFGRID__DATA__=227;&lt;br /&gt;&lt;br /&gt;how do I use this in my insert??</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-07-20T09:13:22</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37553">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37553</link>
		<description>The above documentation states that 'insertButton' and 'deleteButton' are only available to the applet format, however when I specify them in a flash grid they (fortunately!) appear.&lt;br /&gt;&lt;br /&gt;I have no time to test this, but this 'bug' could also be affecting other parameters.</description>
		<dc:creator>guessed</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-07-18T08:12:08</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37535">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37535</link>
		<description>Thank you &quot;No screen name&quot;!!  Changing my cfform to format FLASH allowed the update to work!</description>
		<dc:creator>yukonzach1</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-07-17T20:57:03</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37128">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#37128</link>
		<description>There seems to be an error in the CFGRID documentation.&lt;br /&gt;&lt;br /&gt;The QUERY attribute is marked as being optional, and I know it definitely was in MX 6.1, however it is now required in MX7. A simple grid using this code:&lt;br /&gt;&lt;br /&gt;&lt;cfgrid name=&quot;myGrid&quot;&gt;&lt;/cfgrid&gt;&lt;br /&gt;&lt;br /&gt;Will throw the following error:&lt;br /&gt;&lt;br /&gt;&quot;The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code.&lt;br /&gt;&lt;br /&gt;Null Pointers are another name for undefined values.&quot;&lt;br /&gt;&lt;br /&gt;Applying the QUERY attribute works however. Hope this helps!</description>
		<dc:creator>TheNewb</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-07-08T12:25:51</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#36322">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#36322</link>
		<description>Here is a simple code example to go to a different page based on what the user clicks in the grid:&lt;br /&gt;&lt;br /&gt;&lt;cfset getclasslist=QueryNew(&quot;className, instructor, link&quot;)&gt;&lt;br /&gt;&lt;cfset newrow = queryaddrow(getclasslist, 4)&gt;&lt;br /&gt;&lt;br /&gt;&lt;cfset temp=querysetcell(getclasslist, &quot;className&quot;, &quot;Math&quot;, 1)&gt;&lt;br /&gt;&lt;cfset temp=querysetcell(getclasslist, &quot;instructor&quot;, &quot;Einstein&quot;, 1)&gt;&lt;br /&gt;&lt;cfset temp=querysetcell(getclasslist, &quot;link&quot;, &quot;http://localhost:8500/livedocs/mathinfo.cfm&quot;, 1)&gt;&lt;br /&gt;&lt;br /&gt;&lt;cfset temp=querysetcell(getclasslist, &quot;className&quot;, &quot;French&quot;, 2)&gt;&lt;br /&gt;&lt;cfset temp=querysetcell(getclasslist, &quot;instructor&quot;, &quot;Voltaire&quot;, 2)&gt;&lt;br /&gt;&lt;cfset temp=querysetcell(getclasslist, &quot;link&quot;, &quot;http://localhost:8500/livedocs/frenchinfo.cfm&quot;, 2)&gt;&lt;br /&gt;&lt;br /&gt;&lt;cfset temp=querysetcell(getclasslist, &quot;className&quot;, &quot;Art&quot;, 3)&gt;&lt;br /&gt;&lt;cfset temp=querysetcell(getclasslist, &quot;instructor&quot;, &quot;Leonardo&quot;, 3)&gt;&lt;br /&gt;&lt;cfset temp=querysetcell(getclasslist, &quot;link&quot;, &quot;http://localhost:8500/livedocs/artinfo.cfm&quot;, 3)&gt;&lt;br /&gt;&lt;br /&gt;&lt;cfset temp=querysetcell(getclasslist, &quot;className&quot;, &quot;Gym&quot;, 4)&gt;&lt;br /&gt;&lt;cfset temp=querysetcell(getclasslist, &quot;instructor&quot;, &quot;Armstrong&quot;, 4)&gt;&lt;br /&gt;&lt;cfset temp=querysetcell(getclasslist, &quot;link&quot;, &quot;http://localhost:8500/livedocs/gyminfo.cfm&quot;, 4)&gt;&lt;br /&gt;&lt;br /&gt;&lt;cfform format=&quot;Flash&quot; width=&quot;500&quot; height=&quot;400&quot;&gt;     &lt;br /&gt;	&lt;cfgrid name=&quot;classlist&quot; &lt;br /&gt;		query=&quot;getclasslist&quot;&lt;br /&gt;        onchange=&quot;getURL(classlist.dataProvider[classlist.selectedIndex]['link']);&quot;&lt;br /&gt;	&gt;&lt;br /&gt;			                 &lt;cfgridColumn name=&quot;className&quot; header=&quot;Subject&quot;&gt;        &lt;br /&gt;							 &lt;cfgridColumn name=&quot;instructor&quot; header=&quot;Instructor&quot;&gt;&lt;br /&gt;							 &lt;cfgridColumn name=&quot;link&quot; header=&quot;link URL&quot;&gt;&lt;br /&gt;	&lt;/cfgrid&gt;&lt;br /&gt;&lt;/cfform&gt;</description>
		<dc:creator>ASandstrom</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-07-05T12:53:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#35912">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#35912</link>
		<description>For update to work on a flash cfgrid the entire form has to be a flash form.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-06-24T11:16:48</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#35433">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#35433</link>
		<description>I'm also having trouble figuring out how to set up a master/detail list in the flash grid. If someone knows how to do that, I'd be very appreciative.</description>
		<dc:creator>brookswift</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-06-13T13:55:17</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#34660">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#34660</link>
		<description>In reponse to -argolnx said on Feb 22, 2005 at 8:16 AM -&lt;br /&gt;&lt;br /&gt;Macromedia needs to post a hotfix for &lt;cfgrid format=&quot;FLASH&quot;&lt;br /&gt;&lt;br /&gt;There is no way for the form to update data on the action page, I hate to gripe but this proably wasn't tested.</description>
		<dc:creator>ccapodilupo</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-06-07T09:08:11</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#34310">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#34310</link>
		<description>if anyone is still experiencing problems with CFGRID and wants an alternative (which is better and not better depending on your requirements) I have managed to reproduce the functionality using three templates which can be cfinclude'd.&lt;br /&gt;&lt;br /&gt;this solution involves straight html, a tiny bit of javascript and stock standard coldfusion code (i.e. no java-based code).&lt;br /&gt;&lt;br /&gt;It works a treat (for me) on MX6 and the calling templates are simpler than with cfgrid.  Some functionality is missing but then you can code in what you like really if you change the include files.&lt;br /&gt;&lt;br /&gt;email me on cfgrid@haroldsteptoe.mailhaven.com if you want copies and a sample.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-06-01T18:12:15</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#33968">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#33968</link>
		<description>shimmer, I have added enhancement request 60224 in response to your request. &lt;br&gt;&lt;br&gt;FYI, the Bug Reporting link also allows you to request enhancements.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2005-05-25T15:13:57</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#33517">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#33517</link>
		<description>yeah this is the code to insert or delete items from the grid manually&lt;br /&gt;&lt;br /&gt;&lt;cfif IsDefined('form.gridname.rowstatus.action')&gt;&lt;br /&gt;	&lt;cfloop index=&quot;i&quot; from=&quot;1&quot; to=&quot;#ArrayLen(form.gridname.rowstatus.action)#&quot;&gt;&lt;br /&gt;		&lt;!--- insert statement---&gt;&lt;br /&gt;		&lt;cfif form.gridname.rowstatus.action[i] IS &quot;I&quot;&gt;&lt;br /&gt;								&lt;cfquery name=&quot;Insert&quot; datasource=&quot;#Application.dbTravel#&quot;&gt;&lt;br /&gt;				INSERT INTO _cards (FirmaCC, NummerCC, VervaldatumCC, CUV, ReizigerID)&lt;br /&gt;				VALUES ('#form.gridname.FirmaCC[i]#', '#form.gridname.Nummer[i]#', '#form.gridname.VervaldatumCC[i]#', '#form.gridname.CUV[i]#', '169')&lt;br /&gt;			&lt;/cfquery&gt;&lt;br /&gt;		&lt;br /&gt;		&lt;!--- delete statement---&gt;&lt;br /&gt;		&lt;cfelseif form.gridname.rowstatus.action[i] IS &quot;D&quot;&gt;&lt;br /&gt;			&lt;cfquery name=&quot;Delete&quot; datasource=&quot;#Application.dbTravel#&quot;&gt;&lt;br /&gt;				DELETE FROM _cards&lt;br /&gt;				WHERE rid=#form.gridname.Original.rid[i]#&lt;br /&gt;			&lt;/cfquery&gt;&lt;br /&gt;		&lt;/cfif&gt;&lt;br /&gt;	&lt;/cfloop&gt;&lt;br /&gt;&lt;/cfif&gt;</description>
		<dc:creator>billy nasty</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-05-18T00:00:56</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#31788">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#31788</link>
		<description>I got the same &lt;br /&gt;&lt;br /&gt;A CFML variable name cannot end with a &quot;.&quot; character.&lt;br /&gt;The variable form. ends with a &quot;.&quot; character. You must supply an additional structure key or delete the &quot;.&quot; character.&lt;br /&gt;&lt;br /&gt;Can anyone help?  CFGRIDUPDATE is not working for me so I need to code this manually and unless I can enumerate the fields I am sunk.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-04-19T01:25:45</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#31666">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#31666</link>
		<description>Just realized that you can manipulated the &quot;eanbled&quot; state of another form element on the page on the CFGRID's onChange event.&lt;br /&gt;&lt;br /&gt;&lt;CFGRID&lt;br /&gt; onChange=&quot;mySubmitButton.enabled=true&quot;...&gt;&lt;br /&gt;&lt;br /&gt;&lt;INPUT&lt;br /&gt; TYPE=&quot;submit&quot;&lt;br /&gt; name=&quot;mySubmitButton&quot;&lt;br /&gt; enabled=&quot;FALSE&quot;&gt;&lt;br /&gt;...kind of cool</description>
		<dc:creator>inix</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-04-17T10:12:27</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#31087">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#31087</link>
		<description>After setting the GridName and ColNameList variables as follows:&lt;br /&gt;&lt;cfset ColNameList = &quot;parent_su,sd,su,su_owner,eployeeid,fn,ln&quot;&gt;&lt;br /&gt;&lt;cfset GridName = &quot;owners_grid&quot;&gt;&lt;br /&gt;&lt;br /&gt;The Grid Modification Diplay Routine Above Gives the Following Error:&lt;br /&gt;  &lt;br /&gt;A CFML variable name cannot end with a &quot;.&quot; character.&lt;br /&gt;The variable form. ends with a &quot;.&quot; character. You must supply an additional structure key or delete the &quot;.&quot; character.&lt;br /&gt;&lt;br /&gt;The CFML compiler was processing:&lt;br /&gt;&lt;br /&gt;    * a cfset tag beginning on line 12, column 8.&lt;br /&gt;    * a cfset tag beginning on line 12, column 8.&lt;br /&gt;    * a cfset tag beginning on line 12, column 8.&lt;br /&gt;    * a cfset tag beginning on line 12, column 8.&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;The error occurred in C:\Program Files\Apache2\htdocs\Workload\owners.cfm: line 12&lt;br /&gt;&lt;br /&gt;10 :       &lt;cfoutput&gt;&lt;br&gt;form.#GridName#.#ColName#:&lt;br&gt;&lt;/cfoutput&gt;&lt;br /&gt;11 :       &lt;br /&gt;12 :       &lt;cfset Array_New = form.[#GridName#][#ColName#]&gt;&lt;br /&gt;13 :       &lt;cfset Array_Orig = form[#GridName#]['original'][#ColName#]&gt;&lt;br /&gt;14 :       &lt;cfset Array_Action = form[#GridName#]RowStatus.Action&gt;</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-04-08T16:02:56</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#30848">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#30848</link>
		<description>When using INSERT in a Flash form, if the user enters multiple new rows, it only allows carries over form information for the last row entered.</description>
		<dc:creator>drew_falkman</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-04-03T16:36:07</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#30706">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#30706</link>
		<description>I managed to get horizontal scrollbars  on a CFGRID, but I had to finagle it myself, and its still not a perfect solution.  I set the form height to 200px, width680px&lt;br /&gt;&lt;br /&gt;I had a TON of data to be displayed in the grid, so I set the width of the grid to 1400, and the height of the grid to this formula: height=&quot;#50+(queryname.recordcount * 21)#&quot;&lt;br /&gt;&lt;br /&gt;No, this isn't a perfect solution.  But it works for me so far.&lt;br /&gt;&lt;br /&gt;The email address and website in this login is outdated.  Send any comments to neil.bailey@i-dezynes.com/website:www.i-dezynes.com</description>
		<dc:creator>neilb98</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-03-30T18:28:31</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#30232">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#30232</link>
		<description>If you just put the datagrid inside a cfform (which you have to anyway) and give the cfform a width you will automatically get a horizontal slider if the datagrid is too wide.  e.g. if the cfform is 640 wide and the cfgrid is 690 wide.</description>
		<dc:creator>ZeroOne</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-03-21T16:26:29</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#30188">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#30188</link>
		<description>What is the best way to add record set paging and filtering to a flash grid?  I'd like to be able to display a max number of records and then provide the user buttons to page thru the test of the record set.</description>
		<dc:creator>broon</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-03-20T07:58:13</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#29672">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#29672</link>
		<description>I can think of two techniques (neither of which I've tried):&lt;br&gt;* Define the calculated field in the SELECT statement using SQL&lt;br&gt;* Use the QueryAddColumn function (http://livedocs.macromedia.com/coldfusion/7/htmldocs/00000598.htm)</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2005-03-14T14:10:36</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#29429">
		<title>coldfusion/7/htmldocs/00000266.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000266.htm#29429</link>
		<description>When using a query to populate a grid, is it possible to add additional columns that do not exist in the query (programmatically calculated fields)?</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-03-10T09:50:23</dc:date>
	</item>
	</rdf:RDF>

