<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - Rich Forms</title>
    <link>https://forums.adobe.com/community/coldfusion/coldfusion_forms?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Thu, 05 Jun 2014 16:30:09 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-06-05T16:30:09Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: flash forms wmode is not allowing other html content to float above it</title>
      <link>https://forums.adobe.com/message/6436763?tstart=0#6436763</link>
      <description>&lt;!-- [DocumentBodyStart:f1f1b1d9-f25f-47d9-bc61-c22ef6de58a7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Update: IE 11 seems to be problematic.&amp;nbsp;&amp;nbsp; Firefox isn't being such a hassle, however the GOVERNMENT doesn't use firefox.&amp;nbsp; So IE fix please.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f1f1b1d9-f25f-47d9-bc61-c22ef6de58a7] --&gt;&lt;img src='/beacon?t=1415919951328' /&gt;</description>
      <pubDate>Thu, 05 Jun 2014 16:30:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6436763?tstart=0#6436763</guid>
      <dc:date>2014-06-05T16:30:09Z</dc:date>
      <clearspace:dateToText>5 months 1 week ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>flash forms wmode is not allowing other html content to float above it</title>
      <link>https://forums.adobe.com/message/6436755?tstart=0#6436755</link>
      <description>&lt;!-- [DocumentBodyStart:8aa5adec-dad2-4363-88b0-9ca5fb79a64c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Using Ext-JS drop down menus and the flash cfgrid with the wmode set to anything has no effect.&amp;nbsp; According to the docs, set wMode to transparent or opaque and everything else should float over it.&amp;nbsp; It doesn't do anything and I am starting to remember why I never used this feature before.&amp;nbsp; Adobe, tell me how to fix this yesterday please!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8aa5adec-dad2-4363-88b0-9ca5fb79a64c] --&gt;</description>
      <pubDate>Thu, 05 Jun 2014 16:12:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6436755?tstart=0#6436755</guid>
      <dc:date>2014-06-05T16:12:50Z</dc:date>
      <clearspace:dateToText>5 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Using CFINPUT dateField with onChange</title>
      <link>https://forums.adobe.com/message/6386493?tstart=0#6386493</link>
      <description>&lt;!-- [DocumentBodyStart:d3babf10-01d0-4a3c-b531-1205ea43b6e8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Not a very elegant solution also, but it works&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Use an JavaScript onclick event in the cfform tag. &lt;/p&gt;&lt;p&gt;Check if the old value is not the same as the new value and execute your code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfform name="form1" format="html" skin="haloBlue" style="display:inline;" &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; onclick="if(document.getElementById('startdate').value != '' &amp;amp;&amp;amp; oldval != document.getElementById('startdate').value)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {alert('changed')}"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfinput type="dateField" name="startdate" id="startdate"&amp;nbsp; style="width: 65px" mask="DD.MM.YYYY"&amp;nbsp; value="#mydate#"&amp;gt; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfform&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script type="text/javascript"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var oldval = document.getElementById('startdate').value;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;regards&lt;/p&gt;&lt;p&gt;rene&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d3babf10-01d0-4a3c-b531-1205ea43b6e8] --&gt;</description>
      <pubDate>Sat, 17 May 2014 07:12:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6386493?tstart=0#6386493</guid>
      <dc:date>2014-05-17T07:12:04Z</dc:date>
      <clearspace:dateToText>5 months 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: BC forms the required*  is ignored allowing empty submissions</title>
      <link>https://forums.adobe.com/message/6028472?tstart=0#6028472</link>
      <description>&lt;!-- [DocumentBodyStart:bd30005c-946d-4087-baf5-3002022029fe] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The following &lt;a class="jive-link-external-small" href="http://www.htmlgoodies.com/primers/database/article.php/11885_3756161_2/Adobe-ColdFusion-for-the-Web-Developer.htm" rel="nofollow"&gt;cfform code from htmlgoodies.com&lt;/a&gt; shows that the &lt;em&gt;required &lt;/em&gt;attribute does actually work:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfform&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;p&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;label for="name"&amp;gt;Name:&amp;lt;/label&amp;gt;&amp;lt;br /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfinput type="text" name="name" required="true" message="Please provide your name." /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/p&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;p&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;label for="email"&amp;gt;Email Address:&amp;lt;/label&amp;gt;&amp;lt;br /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfinput type="text" name="email" required="true" validate="email"&lt;/p&gt;&lt;p&gt;message="Please provide a valid email address." /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/p&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;p&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;label for="message"&amp;gt;Your Message:&amp;lt;/label&amp;gt;&amp;lt;br /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cftextarea name="message" required="true" message="Please enter a message to send."/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/p&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfinput type="submit" name="Submit" value="Send Message" /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfform&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bd30005c-946d-4087-baf5-3002022029fe] --&gt;</description>
      <pubDate>Sun, 19 Jan 2014 11:23:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6028472?tstart=0#6028472</guid>
      <dc:date>2014-01-19T11:23:46Z</dc:date>
      <clearspace:dateToText>9 months 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: more than 1 function in cfform tag "onSubmit"</title>
      <link>https://forums.adobe.com/message/5858586?tstart=0#5858586</link>
      <description>&lt;!-- [DocumentBodyStart:9d20dd4c-0f97-408c-b86a-9ba86d6fc609] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;ColdFusion is simply behaving as it should. You will notice that the script that currently runs upon onSubmit ends in a return-statement. That signals the end of the event-handler.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you wish to check the e-mail as well, you could run one script that performs both functions. I was thinking of something like the following, just off the cuff &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;onsubmit="if(!document.getElementById('Agree').checked) {alert('You must agree to the Terms and Conditions'); return false; } else {return checkEmail(this);}"&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9d20dd4c-0f97-408c-b86a-9ba86d6fc609] --&gt;</description>
      <pubDate>Wed, 20 Nov 2013 15:54:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5858586?tstart=0#5858586</guid>
      <dc:date>2013-11-20T15:54:05Z</dc:date>
      <clearspace:dateToText>11 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>BC forms the required*  is ignored allowing empty submissions</title>
      <link>https://forums.adobe.com/message/5806214?tstart=0#5806214</link>
      <description>&lt;!-- [DocumentBodyStart:969bc55e-6f6a-415c-b88c-7f1fb8b8d8d6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;BC forms the required* option is being ignored allowing empty submissions any ideas?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:969bc55e-6f6a-415c-b88c-7f1fb8b8d8d6] --&gt;</description>
      <pubDate>Fri, 01 Nov 2013 11:07:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5806214?tstart=0#5806214</guid>
      <dc:date>2013-11-01T11:07:55Z</dc:date>
      <clearspace:dateToText>1 year 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFGRIDCOLUMN not accepting type="date" in CF8</title>
      <link>https://forums.adobe.com/message/5682172?tstart=0#5682172</link>
      <description>&lt;!-- [DocumentBodyStart:ce1fc266-fc02-4082-857e-359f271c5e87] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I recently coded a CFGRID using CF9 with date fields using type="date". The date fields appear nicely with a little calendar to the right of the cell. I now realize that I have to have this working on a CF8 server. Is there any fix or addition that I can code to implement this calendar feature in CF8?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;cfgrid&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name="taskGrid" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bind="cfc:QuestionsDAO.GetEmployeeGroupObjectiveQuestions({cfgridpage}, {cfgridpagesize}, {cfgridsortcolumn}, {cfgridsortdirection},#employeeID#,{groupID},{scaleName})"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gridlines="yes"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; colheaderalign="center"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; colheaders="yes"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format="html"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; align="middle"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width="1200"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; colheadertextcolor="blue"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style="border: groove 3px black"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; striperows="true"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; striperowcolor="##CAE4FF" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autowidth="yes"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title="Task List for #getPOname.poname# as of #DateFormat(now(), 'mm/dd/yyyy')#"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; collapsible="true"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pagesize="30"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; selectmode="edit"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; onchange="cfc:QuestionsDAO.saveObjectiveDates({cfgridaction}, {cfgridrow}, {cfgridchanged},{scaleName})"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; onerror="catchGridError"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfgridcolumn name="EmpObjID" header="Employee Objective ID"&amp;nbsp; display="no" /&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfgridcolumn name="qid" header="QuestionID" select="false"&amp;nbsp; display="no" /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfgridcolumn name="qtext" header="Question"&amp;nbsp; select="false" width="400"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfgridcolumn name="ScaleCompletedDate" header="Date" type="date" mask="m/d/y" width="100"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfgridcolumn name="Completed" header="Completed" type="boolean" width="100" /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfgrid&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ce1fc266-fc02-4082-857e-359f271c5e87] --&gt;</description>
      <pubDate>Sat, 14 Sep 2013 21:33:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5682172?tstart=0#5682172</guid>
      <dc:date>2013-09-14T21:33:16Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>more than 1 function in cfform tag "onSubmit"</title>
      <link>https://forums.adobe.com/message/5674950?tstart=0#5674950</link>
      <description>&lt;!-- [DocumentBodyStart:6941f68f-7a75-4333-bb51-122655c07a56] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;i need to call atleast 3 javascript functions in a form&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;using "onSubmit" works fine with one function but when i try to add another nothing happens....&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfform &lt;/p&gt;&lt;p&gt;action="postpage.cfm" method="POST" &lt;/p&gt;&lt;p&gt;target="_self" &lt;/p&gt;&lt;p&gt;onsubmit="if(document.getElementById('Agree').checked) { return true; } else { alert('You must agree to the Terms and Conditions'); return false; }"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"return checkEmail(this);" is one of the funtions. it checks to see if 2 cfinputs are the same&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;how do i add multiple functions to onSubmit &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;tnx in advance&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6941f68f-7a75-4333-bb51-122655c07a56] --&gt;</description>
      <pubDate>Thu, 12 Sep 2013 08:21:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5674950?tstart=0#5674950</guid>
      <dc:date>2013-09-12T08:21:31Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Using datefield, is there a way for the calendar to display multiple months?</title>
      <link>https://forums.adobe.com/message/5525282?tstart=0#5525282</link>
      <description>&lt;!-- [DocumentBodyStart:af641623-b679-4f66-8fe2-f7a696387fae] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Why not just put in the date three months ago, as default. Something like this&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfdump var="#form#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateThreeMonthsAgo = dateformat(dateAdd('m',-3,now()),'dd/mm/yyyy')&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfform&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;div&amp;gt;&lt;/p&gt;&lt;p&gt;Date: &amp;lt;cfinput name="dt" type="datefield" value="#dateThreeMonthsAgo#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfinput type="submit" name="sbmt" value="Send"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfform&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:af641623-b679-4f66-8fe2-f7a696387fae] --&gt;</description>
      <pubDate>Sun, 21 Jul 2013 19:24:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5525282?tstart=0#5525282</guid>
      <dc:date>2013-07-21T19:24:20Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Using datefield, is there a way for the calendar to display multiple months?</title>
      <link>https://forums.adobe.com/message/5470759?tstart=0#5470759</link>
      <description>&lt;!-- [DocumentBodyStart:fce56142-5546-4fee-b47a-6aff328d6730] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've got a couple of cfinput datefields that show the current month when you select the calendar icon. Because these fields are used to select the "From" and "To" dates for reports, I need the calendar to actually show dates in the past. It would be great if one click would show the previous three months.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can that be done?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fce56142-5546-4fee-b47a-6aff328d6730] --&gt;</description>
      <pubDate>Tue, 02 Jul 2013 18:48:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5470759?tstart=0#5470759</guid>
      <dc:date>2013-07-02T18:48:18Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can I remove the pagination controls in &lt;cfgrid&gt; but leave the delete button</title>
      <link>https://forums.adobe.com/message/5357948?tstart=0#5357948</link>
      <description>&lt;!-- [DocumentBodyStart:72679808-61d5-4a9f-904a-ef3865f6d91a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a &amp;lt;cfgrid&amp;gt; (coldfusion 8) and I am trying to remove the pagination controls (There will only ever be 1 page) but leave the delete button.&lt;/p&gt;&lt;p&gt;Or alternatively,&amp;nbsp; remove the footer (which I figured out how to do) and add the delete button to each row.&lt;/p&gt;&lt;p&gt;(And yes I need the grid)&lt;/p&gt;&lt;p&gt;I've tried overriding the CSS&amp;nbsp; both with&amp;nbsp; a &amp;lt;style&amp;gt; tag on the page and Ive also tried using a function calleled on load to change the disply to none&amp;nbsp; (which works in firebug when I manually do it) &lt;/p&gt;&lt;p&gt;Neither seem to work. I;ve searched all over and tried various things, but nothing seems to accomplish waht I need. Any help would be most appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;****Code***********&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfajaxproxy cfc="AddSelectedOptions" jsclassname="AddSelectedOptions"&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;lt;cfajaxproxy&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cfc = "AddSelectedOptions" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jsclassname = "AddSelectedOptions"&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;lt;html&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;head&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfajaximport tags="cfgrid"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script type="text/javascript"&amp;gt;&lt;/p&gt;&lt;p&gt;var cfc = new AddSelectedOptions();&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;//cfc.setErrorHandler(showError);&lt;/p&gt;&lt;p&gt;cfc.setCallbackHandler(handleResult);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function showWin(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert('Button 1 works!!! :-)');&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function showWin2(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert('Button 2 works!!! :-)');&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function delSelected()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var selectedRecord = grid.getSelections();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var delID = selectedRecord[0].data.ID;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(confirm('Delete User : ' + selectedRecord[0].data.FIRSTNAME))&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cfc.delSelectedCats(delID);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp; function AddSelected(SessionId)&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;var Cat = document.getElementById("SelCategory");&lt;/p&gt;&lt;p&gt; var CatSelIndex =Cat.selectedIndex;&lt;/p&gt;&lt;p&gt; var CatId = Cat.options[CatSelIndex].value;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; var SubCat = document.getElementById("SelSubCat");&lt;/p&gt;&lt;p&gt; var SubCatSelIndex =SubCat.selectedIndex;&lt;/p&gt;&lt;p&gt; var SubCatId = SubCat.options[SubCatSelIndex].value&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp; cfc.AddSelectedOptions(CatId,SubCatId ,SessionId);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function handleResult(res)&lt;/p&gt;&lt;p&gt;{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;ColdFusion.Grid.refresh('SelectedCategories',false);&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; var gridRender = function()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; grid = ColdFusion.Grid.getGridObject('SelectedCategories');&amp;nbsp;&amp;nbsp; //Get grid object&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //overwrite existing grid footer with new div, Ext.id() will assign unique id to footer&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var bbar = Ext.DomHelper.overwrite(grid.bbar,{tag:'div',id:Ext.id()},true);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Create new PaginToolbar and render it to bbar (grid footer)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gbbar = new Ext.PagingToolbar({&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; renderTo:bbar,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; store: grid.store, &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pageSize: 10,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; displayInfo: true,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; displayMsg: '&amp;lt;b&amp;gt;Showing {0} - {1} out of {2}&amp;lt;/b&amp;gt;',&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; emptyMsg: "&amp;lt;b&amp;gt;No Record&amp;lt;/b&amp;gt;"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }; &lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;style &amp;gt;&lt;/p&gt;&lt;p&gt;#ext-gen67{Display:None;visibility:hidden;};&lt;/p&gt;&lt;p&gt;#ext-gen59{Display:None;visibility:hidden;};&lt;/p&gt;&lt;p&gt;#ext-gen75{Display:None;visibility:hidden;};&lt;/p&gt;&lt;p&gt;#ext-gen76{Display:None;visibility:hidden;};&lt;/p&gt;&lt;p&gt;#ext-gen79{Display:None;visibility:hidden;};&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;/style&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/head&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;body&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfform action="" method="post"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Select Category and Subcategory&lt;/p&gt;&lt;p&gt;&amp;lt;table&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;th&amp;gt;Category&amp;lt;/th&amp;gt;&amp;lt;td colspan="2"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfselect name="SelCategory"&lt;/p&gt;&lt;p&gt;bind="cfc:AddIncident.Categories()"&lt;/p&gt;&lt;p&gt;bindonload="true" &lt;/p&gt;&lt;p&gt;id="SelCategory"&lt;/p&gt;&lt;p&gt;class="field_150"&lt;/p&gt;&lt;p&gt;style="width:150px;"/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;th&amp;gt;SubCategory&amp;lt;/th&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;td colspan="2"&amp;gt;&lt;/p&gt;&lt;p&gt; &amp;lt;cfselect name="SelSubCat"&lt;/p&gt;&lt;p&gt;bind="cfc:AddIncident.SubCategories({SelCategory})"&lt;/p&gt;&lt;p&gt;bindonload="true" &lt;/p&gt;&lt;p&gt;class="field_150"&lt;/p&gt;&lt;p&gt;id="SelSubCat"&lt;/p&gt;&lt;p&gt;onChange="AddSelected('999');"/&amp;gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/table&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;lt;h4&amp;gt;Click on a row and select delete to remove.. will figure out how to add a delete button to each row&amp;lt;/h4&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfgrid&lt;/p&gt;&lt;p&gt;name = "SelectedCategories"&lt;/p&gt;&lt;p&gt;format="html"&lt;/p&gt;&lt;p&gt;bindOnLoad="yes"&lt;/p&gt;&lt;p&gt;bind="cfc:SelectedOptions.getSlectedGrid({cfgridpage},{cfgridpagesize},{cfgridsortcolumn}, {cfgridsortdirection},'999')"&lt;/p&gt;&lt;p&gt;preservePageOnSort="true"&lt;/p&gt;&lt;p&gt;selectmode="edit"&lt;/p&gt;&lt;p&gt;delete="yes"&lt;/p&gt;&lt;p&gt;DeleteButton="Delete"&lt;/p&gt;&lt;p&gt;selectOnLoad="no"&lt;/p&gt;&lt;p&gt;font="Verdana"&lt;/p&gt;&lt;p&gt;fontsize="11"&lt;/p&gt;&lt;p&gt;label="True"&lt;/p&gt;&lt;p&gt;stripeRows="true"&lt;/p&gt;&lt;p&gt;stripeRowColor="##D9CCFF"&lt;/p&gt;&lt;p&gt;selectColor="##994FE6"&lt;/p&gt;&lt;p&gt;pagesize="5"&lt;/p&gt;&lt;p&gt;onChange="cfc:AddSelectedOptions.delSelectedCats({cfgridaction},{cfgridrow},{cfgridchanged })"&lt;/p&gt;&lt;p&gt;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfgridcolumn name="PK_SELECTIONID" display="no" &amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfgridcolumn name="SELECTION1DESC" display="yes" header="Category" mask="EEE DD-MMM-YY H:NN A"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfgridcolumn name="SELECTION2DESC"&amp;nbsp; display="yes" header="SubCategory"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfgridcolumn name="Delete"&amp;nbsp; display="yes" header="Delete"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfgrid&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfform&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset ajaxOnLoad("init")&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:72679808-61d5-4a9f-904a-ef3865f6d91a] --&gt;</description>
      <pubDate>Tue, 28 May 2013 14:12:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5357948?tstart=0#5357948</guid>
      <dc:date>2013-05-28T14:12:18Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFDatefield not working in FF</title>
      <link>https://forums.adobe.com/message/5336135?tstart=0#5336135</link>
      <description>&lt;!-- [DocumentBodyStart:e0891e77-ce34-45d7-ae97-268119600001] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I agree with cwhitescoe. But also check your other HTML tags. I had some bad code like this: &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;table&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfform&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; FORM CODE &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/table&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfform&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The date picker icon would come up but woudn't show the actual date picker.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I corrected it, by moving the cfform tag above the table tag, it worked.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e0891e77-ce34-45d7-ae97-268119600001] --&gt;</description>
      <pubDate>Mon, 20 May 2013 14:33:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5336135?tstart=0#5336135</guid>
      <dc:date>2013-05-20T14:33:24Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFDatefield not working in FF</title>
      <link>https://forums.adobe.com/message/5322606?tstart=0#5322606</link>
      <description>&lt;!-- [DocumentBodyStart:6babdfcf-5e86-4b0e-9789-4a83d7c71cad] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;1. Check for a &amp;lt;p&amp;gt; tag without a closing &amp;lt;/p&amp;gt; tag. &lt;/p&gt;&lt;p&gt;2. Open beer.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6babdfcf-5e86-4b0e-9789-4a83d7c71cad] --&gt;</description>
      <pubDate>Wed, 15 May 2013 15:03:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5322606?tstart=0#5322606</guid>
      <dc:date>2013-05-15T15:03:51Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: cfinput type="datefield" giving error with value CF10</title>
      <link>https://forums.adobe.com/message/5199702?tstart=0#5199702</link>
      <description>&lt;!-- [DocumentBodyStart:25cdb3ac-dac0-4599-b59e-44738dabda25] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Strangely, I found another form where it wasn't generating an error ... using the code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfinput type="datefield" name="startdate" value="#DateFormat(startdate,"yyyy-mm-dd")#"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It actually displays as mm/dd/yyyy even though that is not what I've put as the value.&amp;nbsp; I'll change my other form, but this makes no sense to me.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sue&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:25cdb3ac-dac0-4599-b59e-44738dabda25] --&gt;</description>
      <pubDate>Tue, 02 Apr 2013 17:43:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5199702?tstart=0#5199702</guid>
      <dc:date>2013-04-02T17:43:45Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfinput type="datefield" giving error with value CF10</title>
      <link>https://forums.adobe.com/message/5199654?tstart=0#5199654</link>
      <description>&lt;!-- [DocumentBodyStart:ee5d4264-af52-454e-b917-7e48aa97b0e8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a form that was working in CF9 but now that I've moved over to CF10, it is generating an error.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfinput type="datefield" mask="mm/dd/yyyy" name="dtfiled" required="yes" message="Enter the date the " value="#DateFormat(dtfiled,"mm/dd/yyyy")#"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I had it working without the mask, but tried it to see if it would fix the problem.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am getting the error: 10/19/2011 is an invalid date or time string.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I'm displaying the date as month day year, then the date as it is displayed is correct.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Am I missing something or has something changed between CF9 and CF10?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sue&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ee5d4264-af52-454e-b917-7e48aa97b0e8] --&gt;</description>
      <pubDate>Tue, 02 Apr 2013 17:15:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5199654?tstart=0#5199654</guid>
      <dc:date>2013-04-02T17:15:57Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: HTML CFGRID not passing all modified values</title>
      <link>https://forums.adobe.com/message/5162927?tstart=0#5162927</link>
      <description>&lt;!-- [DocumentBodyStart:0bbef235-6f63-4957-86ad-2c4e93e9f5df] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;That's exactly the same behaviour we experience, and describes the problem very well. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Looking in the manual (cfgrid), there is a Note "...Adobe recommends that after user updates data in a cell, they click another cell before submitting the form." &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Meanwhile i put that issue on the bug-tracklist.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0bbef235-6f63-4957-86ad-2c4e93e9f5df] --&gt;</description>
      <pubDate>Wed, 20 Mar 2013 09:33:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5162927?tstart=0#5162927</guid>
      <dc:date>2013-03-20T09:33:18Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: HTML CFGRID not passing all modified values</title>
      <link>https://forums.adobe.com/message/5160948?tstart=0#5160948</link>
      <description>&lt;!-- [DocumentBodyStart:646bc58f-7861-4074-95d4-7ab11f4547cc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Did you ever figure this out?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:646bc58f-7861-4074-95d4-7ab11f4547cc] --&gt;</description>
      <pubDate>Tue, 19 Mar 2013 18:48:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5160948?tstart=0#5160948</guid>
      <dc:date>2013-03-19T18:48:41Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: HTML CFGRID not passing all modified values</title>
      <link>https://forums.adobe.com/message/5160717?tstart=0#5160717</link>
      <description>&lt;!-- [DocumentBodyStart:27faa921-314d-442d-86b7-c49a23d097f6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Not sure if this was your issue but I have the same problem and have narrowed it down to how you exit the cell you just edited. If you tab or enter it assigns the data properly but if you click with the mouse on another field it seems the data you entered gets marked internally to the field you just clicked to.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:27faa921-314d-442d-86b7-c49a23d097f6] --&gt;</description>
      <pubDate>Tue, 19 Mar 2013 18:03:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5160717?tstart=0#5160717</guid>
      <dc:date>2013-03-19T18:03:28Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Binding Form Elements to Query Data</title>
      <link>https://forums.adobe.com/message/5155379?tstart=0#5155379</link>
      <description>&lt;!-- [DocumentBodyStart:54bfb2ef-a24f-4e4c-bb41-6dd6982fdbd6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;There is every reason in this case to use the much simpler &amp;lt;div&amp;gt;, in place of &amp;lt;cfdiv&amp;gt;.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:54bfb2ef-a24f-4e4c-bb41-6dd6982fdbd6] --&gt;</description>
      <pubDate>Sun, 17 Mar 2013 20:05:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5155379?tstart=0#5155379</guid>
      <dc:date>2013-03-17T20:05:07Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Binding Form Elements to Query Data</title>
      <link>https://forums.adobe.com/message/5150860?tstart=0#5150860</link>
      <description>&lt;!-- [DocumentBodyStart:064258c9-00c3-46d5-a90c-6cd6f9c70895] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;well that sounds like standard HTML-compliance - you can't have nested &amp;lt;form&amp;gt; tags&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:064258c9-00c3-46d5-a90c-6cd6f9c70895] --&gt;</description>
      <pubDate>Fri, 15 Mar 2013 15:10:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5150860?tstart=0#5150860</guid>
      <dc:date>2013-03-15T15:10:31Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Binding Form Elements to Query Data</title>
      <link>https://forums.adobe.com/message/5150870?tstart=0#5150870</link>
      <description>&lt;!-- [DocumentBodyStart:8f8c0c98-d585-471c-9906-ace276d50b10] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Ok, found some more info.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I move my cfdiv out side of the &amp;lt;cfform&amp;gt; tag that is on my main page, everything works as it should. So apparently you cannot have a cfform within a cfform? If so, how do you work around that?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sorry for the multiple updates. Thanks in advance.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-Brian&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8f8c0c98-d585-471c-9906-ace276d50b10] --&gt;</description>
      <pubDate>Fri, 15 Mar 2013 14:41:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5150870?tstart=0#5150870</guid>
      <dc:date>2013-03-15T14:41:17Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Binding Form Elements to Query Data</title>
      <link>https://forums.adobe.com/message/5150583?tstart=0#5150583</link>
      <description>&lt;!-- [DocumentBodyStart:30772ef9-b0d3-465e-8190-b16aa309b178] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I just found something else out. If I remove the &amp;lt;cfform&amp;gt; tags from my template file, which has the form for my DIV, then the bindings work.? Now I'm totally confused.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So then how am I supposed to submit the form in the CFDIV without submiting the form on the main page????&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-Brian&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:30772ef9-b0d3-465e-8190-b16aa309b178] --&gt;</description>
      <pubDate>Fri, 15 Mar 2013 12:31:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5150583?tstart=0#5150583</guid>
      <dc:date>2013-03-15T12:31:30Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Binding Form Elements to Query Data</title>
      <link>https://forums.adobe.com/message/5149958?tstart=0#5149958</link>
      <description>&lt;!-- [DocumentBodyStart:51549913-beef-43ec-9e45-d344eae93e09] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a simple form thatI'm binding query data to so I can populates a cselect box and, based on the selection, populate cfinput boxes. I have the code for this form in a &amp;lt;cfinclude template&amp;gt; and it is working just as designed.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But strangely enough, if I wrap the &amp;lt;cfinclude&amp;gt; code that contains my form in &amp;lt;cfdiv&amp;gt; tags, the binding breaks.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What would be causing that? Any help would be super greatly appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-Brian&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Main Page Code with form:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfajaximport tags="cfform,cfdiv"&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;cfdiv&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfinclude template="vehiclelog.cfm"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/cfdiv&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;CFInclude File:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt; &amp;lt;cfform name="addmileage" method="post" action="actionpages/addmileage.cfm"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;table cellpadding="10"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fieldset&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;legend&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;img src="images/service_vehicle.png" alt="Vehicle Log" /&amp;gt; &amp;lt;strong&amp;gt;Vehicle Log &amp;lt;/strong&amp;gt; &amp;lt;/legend&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;table width="100%" border="0" cellpadding="5"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;label&amp;gt;Service Vehicle:&amp;lt;/label&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;cfselect queryPosition="below" name="vehicle_name" id="vehicle_name" value="vehicle_name" bind="cfc:cfcs.mileagedata.getData()" bindonload="true" &amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfselect&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;Origin:&amp;lt;br /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;cfinput name="origin" type="text" /&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;Destination:&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;cfinput name="destination" type="text" /&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;label&amp;gt;Start Odometer:&amp;lt;/label&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;cfinput onFocus="startOdometerCalc();" name="start_odometer" type="text" bind="cfc:cfcs.mileagedata.getDetail({vehicle_name})" bindattribute="value" bindonload="true"/&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;End Odometer:&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;cfinput onFocus="startOdometerCalc();" id="end_odometer" name="end_odometer" type="text"&amp;nbsp; bind="cfc:cfcs.mileagedata.getDetail({vehicle_name})" bindattribute="value" bindonload="true"/&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;label&amp;gt;Total mileage:&amp;lt;/label&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;cfinput onFocus="startOdometerCalc();" id="total_mileage" name="total_mileage" type="text" /&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;label&amp;gt;Expenses:&amp;lt;/label&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;cfinput value="0.00" name="expenses" type="text" /&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;cfinput type="submit" name="submit" id="submit" value="Submit" /&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;nbsp;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/table&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fieldset&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/cfform&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;CFCS&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;!---Service Vehicle Slect Box ---&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cffunction name="getData" access="remote" returntype="query"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfoutput&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--- Function to get data from datasource ---&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!---Get Service Vehicles ---&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfquery name="data" datasource="#datasource#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; select vehicle_name&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from vehicles&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; where active = '1'&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfquery&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfoutput&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--- Return results ---&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfreturn data&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cffunction&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cffunction name="getDetail" access="remote" returnType="string"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfargument name="vehicle_name" type="any" required="true"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--- localize function variables ---&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfset var dataDetail = ""&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfoutput&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfquery name="dataDetail" datasource="#datasource#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT mileage&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&amp;nbsp;&amp;nbsp; vehicles&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--- adjust cfsqltype if needed ---&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE vehicle_name = &amp;lt;cfqueryparam value="#ARGUMENTS.vehicle_name#" cfsqltype="cf_sql_varchar"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfquery&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/cfoutput&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfreturn dataDetail.mileage&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cffunction&amp;gt;&amp;lt;/cfcomponent&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:51549913-beef-43ec-9e45-d344eae93e09] --&gt;</description>
      <pubDate>Fri, 15 Mar 2013 03:07:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5149958?tstart=0#5149958</guid>
      <dc:date>2013-03-15T03:07:43Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFDatefield not working in FF</title>
      <link>https://forums.adobe.com/message/5132793?tstart=0#5132793</link>
      <description>&lt;!-- [DocumentBodyStart:acabafed-e3ea-4443-a7ae-02db7c45203f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm running into this myself but only with Firefox 19, Chrome, IE and Safari all work correctly.&amp;nbsp; Also, it only fails on some screens, others work fine.&amp;nbsp; No duplicate forms or field names.&amp;nbsp; Can't figure this one out.&amp;nbsp; ColdFusion 9.01.&amp;nbsp; Nothing on this page has fixed my situation.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Error is "&lt;span class="errorMessage"&gt; _293 is undefined" in cfcalendar.js line 43.&amp;nbsp; &lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:acabafed-e3ea-4443-a7ae-02db7c45203f] --&gt;</description>
      <pubDate>Fri, 08 Mar 2013 17:11:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5132793?tstart=0#5132793</guid>
      <dc:date>2013-03-08T17:11:07Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: HTML CFGRID not passing all modified values</title>
      <link>https://forums.adobe.com/message/5126140?tstart=0#5126140</link>
      <description>&lt;!-- [DocumentBodyStart:49d789f2-4091-4682-a799-dddab7fffedd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Same Problem.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Because of recent Java security issues we decided to change the format of our controls from applet to html. Thus our client doesn&amp;#8217;t need the JRE anymore.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We used the cftree and the cfgrid control. The format change of the cftree-control was not as easy as expected, but after several hours we fixed the display of the control. Now it works fine. By the way that was not our understanding of rapid prototyping.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The change of the cfgrid control was quite easy, just changing the format and adjusting some parameters. Looks fine and ready to use. But we have encountered serious problems, which we are unable to fix. Like in &lt;a class="jive-link-message-small" data-containerId="2228" data-containerType="14" data-objectId="5077649" data-objectType="2" href="https://forums.adobe.com/message/5077649#5077649"&gt;http://forums.adobe.com/message/5077649#5077649&lt;/a&gt;&lt;span&gt; and &lt;/span&gt;&lt;a class="jive-link-message-small" data-containerId="2223" data-containerType="14" data-objectId="4606378" data-objectType="2" href="https://forums.adobe.com/message/4606378#4606378"&gt;http://forums.adobe.com/message/4606378#4606378&lt;/a&gt;&lt;span&gt; mentions, not all modified values are transferred to the actionpage.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It seems that modified checkboxes are transferring data in the right way, but changes to a dropdown, or text cells does not always force the modified dataset to be sent. In some cases even a wrong data row is sent.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are using CF902 and will be migrating to CF10, tests with CF10 show the same behaviour.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We would greatly appreciate a solution for this issue.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For further research here is a sample of a self running demo code.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:6c037911-bc2d-4f22-80df-ab7c46b4d512][excluded]--&gt;&lt;pre class="plain" name="code"&gt;&amp;lt;!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;title&amp;gt;Gridtest&amp;lt;/title&amp;gt;
&amp;lt;meta http-equiv="pragma" content="no-cache"&amp;gt;
&amp;lt;meta http-equiv="expires" content="0"&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;!--- Display Formparameter ---&amp;gt;
Form.Var: &amp;lt;cfdump var="#Form#"&amp;gt;

&amp;lt;!--- Action ---&amp;gt;&amp;nbsp; 
&amp;lt;cfif isdefined("Form.Teilnehmerliste.RowStatus.Action")&amp;gt;
 &amp;lt;cfloop index="x" from="1" to="#arraylen(Form.Teilnehmerliste.RowStatus.Action)#"&amp;gt;
&amp;nbsp; &amp;lt;!--- Datenbank aktualisieren ---&amp;gt;
&amp;nbsp; &amp;lt;cfif #Form.Teilnehmerliste.RowStatus.Action[x]# eq 'U'&amp;gt;
&amp;nbsp;&amp;nbsp; update &amp;lt;br&amp;gt;
&amp;nbsp; &amp;lt;cfelseif #Form.Teilnehmerliste.RowStatus.Action[x]# eq 'I'&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;!--- Insert ---&amp;gt;
&amp;nbsp; &amp;lt;cfelse&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;!--- Delete ---&amp;gt;
&amp;nbsp; &amp;lt;/cfif&amp;gt;
 &amp;lt;/cfloop&amp;gt;
 &amp;lt;cfabort&amp;gt;
&amp;lt;/cfif&amp;gt;&amp;lt;!---&amp;nbsp; isdefined("Form.Teilnehmerliste.RowStatus.Action") ---&amp;gt;

&amp;lt;!--- Make a query of 5 records ---&amp;gt;
&amp;lt;cfset xtnliste = QueryNew("Personalnummer,Anmeldung_ID,Termine_ID,Name,Vorname,Status,Tage,Privatanschrift")&amp;gt;
&amp;lt;!--- 1 ---&amp;gt;
&amp;lt;cfset temp = QueryAddRow(xtnliste)&amp;gt; 
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Personalnummer", "0000015")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Anmeldung_ID", 54282)&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Termine_ID", 4711)&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Name", "Name1")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Vorname", "Petra")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Status", "Z")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Tage", 35)&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Privatanschrift", 1)&amp;gt;
&amp;lt;!--- 2 ---&amp;gt;
&amp;lt;cfset temp = QueryAddRow(xtnliste)&amp;gt; 
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Personalnummer", "0004015")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Anmeldung_ID", 55152)&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Termine_ID", 4711)&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Name", "Name2")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Vorname", "Anja")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Status", "Z")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Tage", 41)&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Privatanschrift", 0)&amp;gt;
&amp;lt;!--- 3 ---&amp;gt;
&amp;lt;cfset temp = QueryAddRow(xtnliste)&amp;gt; 
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Personalnummer", "2565210")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Anmeldung_ID", 55153)&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Termine_ID", 4711)&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Name", "Name3")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Vorname", "Holgi")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Status", "W")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Tage", 0)&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Privatanschrift", 0)&amp;gt;
&amp;lt;!--- 4 ---&amp;gt;
&amp;lt;cfset temp = QueryAddRow(xtnliste)&amp;gt; 
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Personalnummer", "2577210")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Anmeldung_ID", 55157)&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Termine_ID", 4711)&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Name", "Name4")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Vorname", "Hilde")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Status", "B")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Tage", 0)&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Privatanschrift", 0)&amp;gt;
&amp;lt;!--- 5 ---&amp;gt;
&amp;lt;cfset temp = QueryAddRow(xtnliste)&amp;gt; 
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Personalnummer", "2333585")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Anmeldung_ID", 55200)&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Termine_ID", 4711)&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Name", "Name5")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Vorname", "Peter")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Status", "Z")&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Tage", 10)&amp;gt;
&amp;lt;cfset temp = QuerySetCell(xtnliste, "Privatanschrift", 0)&amp;gt;
&amp;lt;!--- Display Form ---&amp;gt;
 
&amp;lt;cfform action="gridtest.cfm" method="post" target="_blank" name="teilnehmer"&amp;gt;
&amp;lt;cfgrid name="Teilnehmerliste" 
format="html"
query="xtnliste" 
title="Teilnehmerliste"
width="600" height="180"
insert="no" delete="no" sort="no"
bold="No" italic="No" 
appendkey="yes"&amp;nbsp; highlighthref="No"
griddataalign="left" gridlines="Yes" bgcolor="##ffffff" stripeRows="yes" stripeRowColor="##ededed"&amp;lt;!---&amp;nbsp; onValidate="Grid_Val"&amp;nbsp; ---&amp;gt;
rowheaders="no" rowheaderalign="right" rowheaderitalic="No" rowheaderbold="No" 
colheaders="Yes" colheaderalign="center" colheaderitalic="No" colheaderbold="No" &amp;lt;!--- onError="Grid_Error" ---&amp;gt;
selectcolor="##dde3eb" selectmode="edit" picturebar="No" autowidth="yes"&amp;gt;
&amp;lt;!--- Spalten definieren ---&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfgridcolumn name="Personalnummer" dataalign="LEFT" bold="yes" italic="No" select="No" display="yes" headerbold="No" headeritalic="No"&amp;gt;
 &amp;lt;cfgridcolumn name="Anmeldung_ID" dataalign="LEFT" bold="yes" italic="No" select="No" display="yes" headerbold="No" headeritalic="No"&amp;gt;
 &amp;lt;cfgridcolumn name="Termine_ID" dataalign="LEFT" bold="yes" italic="No" select="No" display="no" headerbold="No" headeritalic="No"&amp;gt;
 &amp;lt;cfgridcolumn fontsize="11" name="Name" dataalign="LEFT" bold="No" italic="No" select="no" display="yes" headerbold="No" headeritalic="No" href="data.cfm" hrefkey="Personalnummer" target="_self"&amp;gt;
 &amp;lt;cfgridcolumn fontsize="11" name="Vorname" dataalign="LEFT" bold="No" italic="No" select="no" display="yes" headerbold="No" headeritalic="No"&amp;gt;
 &amp;lt;cfgridcolumn fontsize="11" name="Status" dataalign="LEFT" bold="No" italic="No" select="yes" display="yes" headerbold="No" headeritalic="No" values="B,Z,W,R,A" valuesdisplay="Bewerbung, Zugelassen, Warteliste, Rueckzug, Abgelehnt" valuesdelimiter=","&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfgridcolumn width="50" fontsize="11" name="Tage" dataalign="RIGHT" bold="No" italic="No" select="yes" display="yes" headerbold="No" headeritalic="No" type="numeric"&amp;gt;
 &amp;lt;cfgridcolumn name="Privatanschrift" header="Privat" dataalign="LEFT" bold="No" italic="No" select="yes" display="yes" headerbold="No" headeritalic="No" type="boolean"&amp;gt;
&amp;lt;/cfgrid&amp;gt;
 &amp;lt;input type="submit" value="&amp;#196;nderungen speichern"&amp;gt;
&amp;lt;/cfform&amp;gt; 
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;

&lt;/pre&gt;&lt;!--[CodeBlockEnd:6c037911-bc2d-4f22-80df-ab7c46b4d512]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:49d789f2-4091-4682-a799-dddab7fffedd] --&gt;</description>
      <pubDate>Wed, 06 Mar 2013 14:53:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5126140?tstart=0#5126140</guid>
      <dc:date>2013-03-06T14:53:42Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: HTML CFGRID not passing all modified values</title>
      <link>https://forums.adobe.com/message/5077649?tstart=0#5077649</link>
      <description>&lt;!-- [DocumentBodyStart:e0779b67-573e-420f-9b1d-11a1e2a54658] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have the same issue, did you solveD?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e0779b67-573e-420f-9b1d-11a1e2a54658] --&gt;</description>
      <pubDate>Sat, 16 Feb 2013 04:42:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5077649?tstart=0#5077649</guid>
      <dc:date>2013-02-16T04:42:22Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFSELECT getting  ELEMENT is undefined in FORM</title>
      <link>https://forums.adobe.com/message/5038125?tstart=0#5038125</link>
      <description>&lt;!-- [DocumentBodyStart:9a4551a0-bd96-4b41-a1ef-88e7d3d120d9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The &lt;em&gt;selected &lt;/em&gt;attribute should be a non-empty string. Setting the it to "" runs counter to what ColdFusion expects. The &lt;a class="jive-link-external-small" href="http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7afe.html" rel="nofollow"&gt;documentation on cfselect&lt;/a&gt; says this about the attribute:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;em&gt;"&lt;strong&gt;One or more&lt;/strong&gt; option values to preselect in the selection list. To specify multiple values, use a comma-delimited list. This attribute applies only if selection list items are generated from a query. The cfform tag preserveData attribute can override this value.".&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9a4551a0-bd96-4b41-a1ef-88e7d3d120d9] --&gt;</description>
      <pubDate>Thu, 31 Jan 2013 19:01:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5038125?tstart=0#5038125</guid>
      <dc:date>2013-01-31T19:01:50Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFSELECT getting  ELEMENT is undefined in FORM</title>
      <link>https://forums.adobe.com/message/5036345?tstart=0#5036345</link>
      <description>&lt;!-- [DocumentBodyStart:b70e4626-86fe-4a22-ba51-afad3e17a143] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Found quite a few items on this topic when searching the web, but nothing applied.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a CFSELECT that searches a database for the options, and has its own blank option.&amp;nbsp; On the cfselect i have a selected="". When I display the form, the selected isn't highlighted.&amp;nbsp; If I don't highlight something on the field, when I click the submit button, that form field is not sent (doesn't appear in the CFDUMP.&amp;nbsp;&amp;nbsp; If I select the option value and press submit, it then gets passed.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&amp;nbsp;&amp;nbsp; &lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;cfselect name="Position_Club"&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;required="No"&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;message="Please assign Club Position"&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;size="4"&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;selected=""&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;query="get_DropDownPositionClub"&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;Display="Position"&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;Value="Position_Code"&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;queryPosition="below"&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;Multiple="Yes"&amp;gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;option value=""&amp;gt;None&amp;lt;/option&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;/cfselect&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Around this code I placed another cfselect with all the option values, and they do go into the form when I press select.&amp;nbsp; Before I update the code, it was using flash HTML and it worked fine.&amp;nbsp; It looked like:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;cfformgroup type="horizontal" label="Club Position(s)"&amp;gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&amp;nbsp;&amp;nbsp; &lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;cfselect name="Position_Club"&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;required="No"&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;message="Please assign Club Position"&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;size="4"&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;query="get_DropDownPositionClub"&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;selected=""&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;Display="Position"&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;Value="Position_Code"&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;queryPosition="below"&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;width="300"&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;Multiple="Yes"&amp;gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;option value = ""&amp;gt; None &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;/cfselect&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Code any ideas?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b70e4626-86fe-4a22-ba51-afad3e17a143] --&gt;</description>
      <pubDate>Thu, 31 Jan 2013 04:23:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5036345?tstart=0#5036345</guid>
      <dc:date>2013-01-31T04:23:25Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: HTML CFGRID not passing all modified values</title>
      <link>https://forums.adobe.com/message/4940717?tstart=0#4940717</link>
      <description>&lt;!-- [DocumentBodyStart:ec465317-62a9-4b60-ad14-d32bc3f23b37] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Could we see how you define the grid tag(s), including attributes?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ec465317-62a9-4b60-ad14-d32bc3f23b37] --&gt;</description>
      <pubDate>Sat, 22 Dec 2012 14:48:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4940717?tstart=0#4940717</guid>
      <dc:date>2012-12-22T14:48:33Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFGrid field corrupt. CF version 9.02</title>
      <link>https://forums.adobe.com/message/4940716?tstart=0#4940716</link>
      <description>&lt;!-- [DocumentBodyStart:fcc57312-ca05-466a-a650-dec860b34ad3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The guy who reported that error on raymondcamden.com said he had filed a bug report. I have searched and searched but cannot find any such report in bugbase.adobe.com. However, the blog article did reveal a workaround, namely: &lt;em&gt;"Move the grid outside the form and bind the selected values to hidden form fields inside the form so you control what is submitted. This should work regardless of your enctype value."&lt;/em&gt;.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In any case, we are now a long way from August 2008. You will get up-to-date suggestions if you show your code here. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fcc57312-ca05-466a-a650-dec860b34ad3] --&gt;</description>
      <pubDate>Sat, 22 Dec 2012 14:43:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4940716?tstart=0#4940716</guid>
      <dc:date>2012-12-22T14:43:16Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>HTML CFGRID not passing all modified values</title>
      <link>https://forums.adobe.com/message/4934212?tstart=0#4934212</link>
      <description>&lt;!-- [DocumentBodyStart:91c411d1-80ad-4a14-9604-c0241aa113e0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've got an HTML type CFGRID (using CF10) and keep running into this issue where it's not passing all the fields that I modify.&amp;nbsp; Say I have 5 rows, and I modify the same 3 columns in all 5 rows (entering prices).&amp;nbsp; All 15 cells get the little red modified indicator, but when I submit the form, the resulting form variables don't contain all the changes.&amp;nbsp; I'm dumping out the form object, and looking at the "grid.rowstatus.action" array to find which rows need updating, as well as the individual arrays containing each column's data.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can't see any pattern to why it sometimes omits rows or even just cells I've modified.&amp;nbsp; And it's not always the same, and sometimes it gets it right.&amp;nbsp; I haven't been able to find any references to similar behavior, so I'm kind of stumped, and at this point, I may have to ditch the cfgrid and try a JQuery grid of some sort to see if it works better.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone have any ideas?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:91c411d1-80ad-4a14-9604-c0241aa113e0] --&gt;</description>
      <pubDate>Wed, 19 Dec 2012 20:22:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4934212?tstart=0#4934212</guid>
      <dc:date>2012-12-19T20:22:56Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFGrid field corrupt. CF version 9.02</title>
      <link>https://forums.adobe.com/message/4927345?tstart=0#4927345</link>
      <description>&lt;!-- [DocumentBodyStart:0f71eaa8-99d0-41b6-8501-670804f3355c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi I'm getting this error reported here &lt;a class="jive-link-external-small" href="http://www.raymondcamden.com/index.cfm/2008/8/25/Bug-with-Ajax-HTML-Grid-and-File-Upload-Forms" rel="nofollow"&gt;http://www.raymondcamden.com/index.cfm/2008/8/25/Bug-with-Ajax-HTML-Grid-and-File-Upload-F orms&lt;/a&gt; . I am using versaion 9.02. Can anyone tell me if this bug has been fixed yet?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have read in various places semi-colons can cause problems, but I don;t have any semi-colons on my grid....&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ian.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0f71eaa8-99d0-41b6-8501-670804f3355c] --&gt;</description>
      <pubDate>Mon, 17 Dec 2012 16:46:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4927345?tstart=0#4927345</guid>
      <dc:date>2012-12-17T16:46:19Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: cfgrid (type=flash) - how to capture in-cell keystroke event?</title>
      <link>https://forums.adobe.com/message/4850475?tstart=0#4850475</link>
      <description>&lt;!-- [DocumentBodyStart:57f86a55-1f93-4d04-9c4c-3ea5be0b4aae] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The silence means that I'm just a busy guy ;-]&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for all your efforts, but I've come to the conclusion that the individual cells within a cfgrid like this simply do not expose an event we can use to sense keystrokes. All of these attempts only "see any action" when one navigates beyond the individual cell's control. I wanted to know when a user tapped a key WITHIN a cell.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'll bet the original thinking - when this component was created - was to provide all those nifty array elements in the submitted form scope - which tell us which rows and cells were changed and why ("RowStatus.Action" et.al.). They assumed &lt;em&gt;that&lt;/em&gt; negated the need for complex scripted grid event management &amp;amp; bubbling in their minds? Just a guess.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The only problem with that original design is that those nifty array elements do not appear to &lt;em&gt;even exist&lt;/em&gt; until the grid is actually submitted in a traditional manner. I don't see them available via script - for use in a function call to a remote object submission for example.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So my workaround has been to convince the client to either (re)process every data point in the grid back to the database all over again (a non-starter) - or dispense with the fancy-schmancy ajax-esque RO submit and just post the cfform/grid old-school (where we can actually see which data to process).&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:57f86a55-1f93-4d04-9c4c-3ea5be0b4aae] --&gt;</description>
      <pubDate>Thu, 15 Nov 2012 19:31:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4850475?tstart=0#4850475</guid>
      <dc:date>2012-11-15T19:31:11Z</dc:date>
      <clearspace:dateToText>1 year 12 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: cfgrid (type=flash) - how to capture in-cell keystroke event?</title>
      <link>https://forums.adobe.com/message/4849023?tstart=0#4849023</link>
      <description>&lt;!-- [DocumentBodyStart:7fa24171-88b0-4915-a2f1-7a907225c432] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Does the silence mean you finally finished it off? If not, here then is one solution.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You already have the string typed in by the user. All you have to do to get the last keystoke is pick out the last character of the string! Something like this&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function registerKeyStrokes(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var listener:Object = {};&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var changeField=changeResult;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; listener.cellEdit = function(evt:Object):Void {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var str:String = evt.target.selectedItem.city;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; changeField.text = 'Last keystroke is: ' + str.substr(str.length-1,1);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; geoGrid.addEventListener('cellEdit',listener);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7fa24171-88b0-4915-a2f1-7a907225c432] --&gt;</description>
      <pubDate>Thu, 15 Nov 2012 09:24:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4849023?tstart=0#4849023</guid>
      <dc:date>2012-11-15T09:24:58Z</dc:date>
      <clearspace:dateToText>1 year 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: cfgrid (type=flash) - how to capture in-cell keystroke event?</title>
      <link>https://forums.adobe.com/message/4844743?tstart=0#4844743</link>
      <description>&lt;!-- [DocumentBodyStart:fb3458be-14ee-4d1c-a926-6df65cd9fda3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Here is a start. I have stayed with the form simply because it is now familiar. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In this example, the value of the edited &lt;em&gt;city &lt;/em&gt;field is copied into the &lt;em&gt;changeResult &lt;/em&gt;input field.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset cities = "Rome,Athens,Canberra,Brasilia,Paris"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset countries = "Italy,Greece,Australia,Brazil,France"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj = arrayNew(1)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj[1] = createdate(2009,11,21)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj[2] = createdate(2010,2,3)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj[3] = createdate(2009,4,14)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj[4] = createdate(2010,5,23)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj[5] = createdate(2011,11,11)&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfform name="cities" format="flash"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfformitem type="script"&amp;gt;&lt;/p&gt;&lt;p&gt;function registerKeyStrokes(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var listener:Object = {};&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var changeField=changeResult;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; listener.cellEdit = function(evt:Object):Void {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; changeField.text = evt.target.selectedItem.city;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; geoGrid.addEventListener('cellEdit',listener);&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;&amp;lt;/cfformitem&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfgrid name="geoGrid" selectmode="edit" format="flash" onchange="registerKeyStrokes()"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfgridcolumn name="city" header="City" &amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfgridcolumn name="country" header="Country"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfgridcolumn name="travelDate" header="Travel Date"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfloop index="i" from="1" to="#ListLen(cities)#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfgridrow data ="#ListGetAt(cities, i)#, #ListGetAt(countries, i)#, #dateFormat(dateObj[i],'dd mmm yyyy')#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfloop&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfgrid&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfinput name="changeResult" type="text" size="60"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfform&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fb3458be-14ee-4d1c-a926-6df65cd9fda3] --&gt;</description>
      <pubDate>Tue, 13 Nov 2012 21:14:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4844743?tstart=0#4844743</guid>
      <dc:date>2012-11-13T21:14:02Z</dc:date>
      <clearspace:dateToText>1 year 12 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: cfgrid (type=flash) - how to capture in-cell keystroke event?</title>
      <link>https://forums.adobe.com/message/4841736?tstart=0#4841736</link>
      <description>&lt;!-- [DocumentBodyStart:045ff805-2136-4a9b-953a-c8c4cacd10f6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I now understand what you're looking for. I'll have another go. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:045ff805-2136-4a9b-953a-c8c4cacd10f6] --&gt;</description>
      <pubDate>Mon, 12 Nov 2012 20:39:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4841736?tstart=0#4841736</guid>
      <dc:date>2012-11-12T20:39:18Z</dc:date>
      <clearspace:dateToText>2 years 15 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: cfgrid (type=flash) - how to capture in-cell keystroke event?</title>
      <link>https://forums.adobe.com/message/4841335?tstart=0#4841335</link>
      <description>&lt;!-- [DocumentBodyStart:18ba01ea-71ef-4729-a62e-6e745fc8c9aa] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks for the response, BKBK!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, your example will fire an event when one clicks on a cell - but does not provide insight into the event of typing &lt;span style="text-decoration: underline;"&gt;inside a cell&lt;/span&gt;. This grid is not even editable.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've extended your example below to demonstrate the issue. The desire is for the text input below the grid to update with a new "last pressed" key code with &lt;em&gt;every stroke made&lt;/em&gt; inside a grid cell. But when executed, it only fires when one clicks between cells using the mouse.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks again.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset cities = "Rome,Athens,Canberra,Brasilia,Paris"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset countries = "Italy,Greece,Australia,Brazil,France"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj = arrayNew(1)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj[1] = createdate(2009,11,21)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj[2] = createdate(2010,2,3)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj[3] = createdate(2009,4,14)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj[4] = createdate(2010,5,23)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj[5] = createdate(2011,11,11)&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfform name="cities" format="flash"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfformitem type="script"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function showItinerary(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; changeResult.text = 'last key code is:' + Key.getCode();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfformitem&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfgrid name="geoGrid" onChange="showItinerary();" selectmode="edit"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfgridcolumn name="city" header="City"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfgridcolumn name="country" header="Country"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfgridcolumn name="travelDate" header="Travel Date"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfloop index="i" from="1" to="#ListLen(cities)#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfgridrow data ="#ListGetAt(cities, i)#, #ListGetAt(countries, i)#, #dateFormat(dateObj[i],'dd mmm yyyy')#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfloop&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfgrid&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfinput name="changeResult" type="text" size="60" /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfform&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:18ba01ea-71ef-4729-a62e-6e745fc8c9aa] --&gt;</description>
      <pubDate>Mon, 12 Nov 2012 18:53:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4841335?tstart=0#4841335</guid>
      <dc:date>2012-11-12T18:53:23Z</dc:date>
      <clearspace:dateToText>2 years 17 hours ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: cfgrid (type=flash) - how to capture in-cell keystroke event?</title>
      <link>https://forums.adobe.com/message/4840437?tstart=0#4840437</link>
      <description>&lt;!-- [DocumentBodyStart:a7e03d4d-be63-44c7-9912-f63c17ac03c9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&amp;lt;cfset cities = "Rome,Athens,Canberra,Brasilia,Paris"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset countries = "Italy,Greece,Australia,Brazil,France"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj = arrayNew(1)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj[1] = createdate(2009,11,21)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj[2] = createdate(2010,2,3)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj[3] = createdate(2009,4,14)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj[4] = createdate(2010,5,23)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateObj[5] = createdate(2011,11,11)&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfform name="cities" format="flash"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;lt;cfformitem type="script"&amp;gt;&lt;/p&gt;&lt;p&gt;function showItinerary(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert('City:' + geoGrid.selectedItem.city + ', Travel date:' + geoGrid.selectedItem.travelDate);&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;&amp;lt;/cfformitem&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfgrid name="geoGrid" onChange="showItinerary();"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfgridcolumn name="city" header="City"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfgridcolumn name="country" header="Country"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfgridcolumn name="travelDate" header="Travel Date"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfloop index="i" from="1" to="#ListLen(cities)#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfgridrow data ="#ListGetAt(cities, i)#, #ListGetAt(countries, i)#, #dateFormat(dateObj[i],'dd mmm yyyy')#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfloop&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfgrid&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfform&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a7e03d4d-be63-44c7-9912-f63c17ac03c9] --&gt;</description>
      <pubDate>Mon, 12 Nov 2012 14:20:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4840437?tstart=0#4840437</guid>
      <dc:date>2012-11-12T14:20:23Z</dc:date>
      <clearspace:dateToText>2 years 21 hours ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfgrid (type=flash) - how to capture in-cell keystroke event?</title>
      <link>https://forums.adobe.com/message/4833918?tstart=0#4833918</link>
      <description>&lt;!-- [DocumentBodyStart:c2046734-6afa-49fd-844f-594f553b5b44] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yep, I'm maintaining a Flash type cfform that was authored a few years ago. The application is on CF9 now.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can my application sense when a user has keypressed within a CFGRID cell?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've introduced a change event listener to the cfgrid via the onchange tag attribute. The event fires when the mouse clicks within any cell.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But keyboard navigation or individual cell keystrokes to not trigger a change, even when traversing to another cell via Tab or Enter.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've also tried using the keyDown event, but that is only triggered when navigating the overall grid. It does not fire when a cell has focus - the user is typing within it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;keyUp doesn't work either, nor does keypress, keydown, keyup or any of my other exhaustive deriviation attempts. I've tried to locate a complete list of AS 2.0 event names, but have had no luck, even within Adobe's own pdf docs. If anyone has an example from their own personal museam, I'd love to see it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Did I mention that this is a Flash cfform? Thought so...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c2046734-6afa-49fd-844f-594f553b5b44] --&gt;</description>
      <pubDate>Thu, 08 Nov 2012 20:42:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4833918?tstart=0#4833918</guid>
      <dc:date>2012-11-08T20:42:09Z</dc:date>
      <clearspace:dateToText>2 years 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFDatefield not working in FF</title>
      <link>https://forums.adobe.com/message/4806113?tstart=0#4806113</link>
      <description>&lt;!-- [DocumentBodyStart:6724c4ec-4fab-4fa5-a762-f45bce0dd279] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Glad to hear. The workaround is kludgy. So I hope you have restricted it to the specific page(s).&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6724c4ec-4fab-4fa5-a762-f45bce0dd279] --&gt;</description>
      <pubDate>Sun, 28 Oct 2012 14:09:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4806113?tstart=0#4806113</guid>
      <dc:date>2012-10-28T14:09:53Z</dc:date>
      <clearspace:dateToText>2 years 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFDatefield not working in FF</title>
      <link>https://forums.adobe.com/message/4806043?tstart=0#4806043</link>
      <description>&lt;!-- [DocumentBodyStart:0b2801d4-8228-473a-b205-0491b19a728a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Well...it works!&amp;nbsp; I added the &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=8" /&amp;gt; prior to the doctype and it works.&amp;nbsp; It also doesn't change the behavior in any other browser, so thanks alot!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0b2801d4-8228-473a-b205-0491b19a728a] --&gt;</description>
      <pubDate>Sun, 28 Oct 2012 12:44:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4806043?tstart=0#4806043</guid>
      <dc:date>2012-10-28T12:44:09Z</dc:date>
      <clearspace:dateToText>2 years 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFDatefield not working in FF</title>
      <link>https://forums.adobe.com/message/4805165?tstart=0#4805165</link>
      <description>&lt;!-- [DocumentBodyStart:6620ad97-65ec-433d-bb42-634bc3fdc26a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The error disappears when I put the following line as the very first line in the head tag.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=8" /&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, I have so far succeeded in doing that only in a static HTML copy of your page. If only there was a way to get Coldfusion to dynamically insert the meta tag as first tag in the head! That would be a neat workaround.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I also discovered something absurd. The error disappears when I put the meta tag in onRequestStart, like this&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cffunction name="onRequestStart"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfargument name = "targetPage" type="String" required="true"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfif listLast(arguments.targetPage,"/") is "calendarTest3.cfm"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=8" /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfif&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cffunction&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, though this works, it is messy. It places the meta tag at the very top of the page, even before the HTML doctype. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6620ad97-65ec-433d-bb42-634bc3fdc26a] --&gt;</description>
      <pubDate>Sat, 27 Oct 2012 18:11:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4805165?tstart=0#4805165</guid>
      <dc:date>2012-10-27T18:11:19Z</dc:date>
      <clearspace:dateToText>2 years 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFDatefield not working in FF</title>
      <link>https://forums.adobe.com/message/4804904?tstart=0#4804904</link>
      <description>&lt;!-- [DocumentBodyStart:efa0193b-b5ab-4f34-b793-88e1564f84a4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;What a puzzler! Following some more searching I see that the meta tag must be among the first within the head tag. So I thought of testing &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfhtmlhead&amp;nbsp; text='&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=8"&amp;gt;'&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfhtmlhead&amp;nbsp; text='&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=7"&amp;gt;'&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:efa0193b-b5ab-4f34-b793-88e1564f84a4] --&gt;</description>
      <pubDate>Sat, 27 Oct 2012 15:22:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4804904?tstart=0#4804904</guid>
      <dc:date>2012-10-27T15:22:01Z</dc:date>
      <clearspace:dateToText>2 years 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFDatefield not working in FF</title>
      <link>https://forums.adobe.com/message/4803584?tstart=0#4803584</link>
      <description>&lt;!-- [DocumentBodyStart:8857a6f3-8ed5-48c8-9c67-5432ccd18980] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks.&amp;nbsp; Updated.&amp;nbsp; No Change.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8857a6f3-8ed5-48c8-9c67-5432ccd18980] --&gt;</description>
      <pubDate>Fri, 26 Oct 2012 18:48:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4803584?tstart=0#4803584</guid>
      <dc:date>2012-10-26T18:48:12Z</dc:date>
      <clearspace:dateToText>2 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFDatefield not working in FF</title>
      <link>https://forums.adobe.com/message/4803560?tstart=0#4803560</link>
      <description>&lt;!-- [DocumentBodyStart:ad21d161-0e99-4c33-9486-056a9db37857] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Just a correction. I see on the web that a better version of the meta tag is&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=8" &amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ad21d161-0e99-4c33-9486-056a9db37857] --&gt;</description>
      <pubDate>Fri, 26 Oct 2012 18:46:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4803560?tstart=0#4803560</guid>
      <dc:date>2012-10-26T18:46:05Z</dc:date>
      <clearspace:dateToText>2 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFDatefield not working in FF</title>
      <link>https://forums.adobe.com/message/4803458?tstart=0#4803458</link>
      <description>&lt;!-- [DocumentBodyStart:35e9d358-8266-4d4a-9b36-b4936843c02e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks. I have copied the page source.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:35e9d358-8266-4d4a-9b36-b4936843c02e] --&gt;</description>
      <pubDate>Fri, 26 Oct 2012 18:27:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4803458?tstart=0#4803458</guid>
      <dc:date>2012-10-26T18:27:09Z</dc:date>
      <clearspace:dateToText>2 years 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFDatefield not working in FF</title>
      <link>https://forums.adobe.com/message/4803300?tstart=0#4803300</link>
      <description>&lt;!-- [DocumentBodyStart:3977894d-eeff-429a-a999-b2e0095a2841] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Added the X-UA-Compatible, with no change.&amp;nbsp; Here is the file.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://extapps.wvu.edu/registration/index.cfm?conf=9" rel="nofollow"&gt;https://extapps.wvu.edu/registration/index.cfm?conf=9&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3977894d-eeff-429a-a999-b2e0095a2841] --&gt;</description>
      <pubDate>Fri, 26 Oct 2012 17:23:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4803300?tstart=0#4803300</guid>
      <dc:date>2012-10-26T17:23:15Z</dc:date>
      <clearspace:dateToText>2 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFDatefield not working in FF</title>
      <link>https://forums.adobe.com/message/4803094?tstart=0#4803094</link>
      <description>&lt;!-- [DocumentBodyStart:23f06480-c8a4-4045-9115-d7b39b3501bb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Ignore my previous post. I have looked into the matter some more. To be sure, this appears to be a browser/Javascript compatibility problem, not a ColdFusion problem. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Apparently, it is well known that &lt;a class="jive-link-external-small" href="http://stackoverflow.com/questions/5787245/ie9-javascript-error-script5007-unable-to-get-value-of-the-property-ui-obje" rel="nofollow"&gt;there are Javascript quirks in IE 9&lt;/a&gt;. The split() problem just happens to be one. One published workaound is to &lt;a class="jive-link-external-small" href="http://msdn.microsoft.com/en-us/library/cc288325%28v=vs.85%29.aspx" rel="nofollow"&gt;use the X-UA-Compatible metatag to get IE 9 to emulate IE8&lt;/a&gt;:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" &amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:23f06480-c8a4-4045-9115-d7b39b3501bb] --&gt;</description>
      <pubDate>Fri, 26 Oct 2012 16:34:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4803094?tstart=0#4803094</guid>
      <dc:date>2012-10-26T16:34:22Z</dc:date>
      <clearspace:dateToText>2 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFDatefield not working in FF</title>
      <link>https://forums.adobe.com/message/4802969?tstart=0#4802969</link>
      <description>&lt;!-- [DocumentBodyStart:a311ee58-2574-434e-8c5b-2e74e78b5a36] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Please kindly leave the setting at &lt;em&gt;name="dayohn_43"&lt;/em&gt; and send me the URL of the form. It will be just for an instant.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a311ee58-2574-434e-8c5b-2e74e78b5a36] --&gt;</description>
      <pubDate>Fri, 26 Oct 2012 15:47:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4802969?tstart=0#4802969</guid>
      <dc:date>2012-10-26T15:47:37Z</dc:date>
      <clearspace:dateToText>2 years 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFDatefield not working in FF</title>
      <link>https://forums.adobe.com/message/4802864?tstart=0#4802864</link>
      <description>&lt;!-- [DocumentBodyStart:e27e7814-5f7c-4477-864e-cd512c4c8460] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I entered your code for the input directly and I still get the same error every time I click the calendar icon - &lt;/p&gt;&lt;p&gt;&lt;br/&gt;Message: Unable to get value of the property 'split': object is null or undefined&lt;br/&gt;Line: 43&lt;br/&gt;Char: 1&lt;br/&gt;Code: 0&lt;br/&gt;URI: &lt;a class="jive-link-external-small" href="https://extapps.wvu.edu/CFIDE/scripts/ajax/package/cfcalendar.js" rel="nofollow"&gt;https://extapps.wvu.edu/CFIDE/scripts/ajax/package/cfcalendar.js&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e27e7814-5f7c-4477-864e-cd512c4c8460] --&gt;</description>
      <pubDate>Fri, 26 Oct 2012 15:11:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4802864?tstart=0#4802864</guid>
      <dc:date>2012-10-26T15:11:23Z</dc:date>
      <clearspace:dateToText>2 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

