Yep, I do... I posted the code in a previous thread, but nobody
responded, so I figured nobody knew...

anyway, this was the original code:

<cfgrid format="flash" query="qReport" name="report"
selectmode="edit">
  <cfgridcolumn name="reportid" display="false" />
  <cfgridcolumn name="reporttypeid" display="false" />
  <cfgridcolumn name="pricerangeid" display="false" />
  <cfgridcolumn name="reporttype" header="Type" select="false" />
  <cfgridcolumn name="maxprice" header="Max Price" select="false" />
  <cfgridcolumn name="markettime" header="Market Time" select="true"
/>
  <cfgridcolumn name="inventory" header="Inventory" select="true" />
</cfgrid>

All the records start out with zeros, and only the right-most two
columns are editable... So when I fill in all 12 rows with real data
(non-zero) I know that all 12 rows have been changed, but when the
form submits, there are only 5 rows of data represented on the
following page.

Thanks Ryan,

> Isaac, you realize that it only passes the fields that
> have changed to
> the action page right?

> Maybe some code will help us better understand your
> problem.

> On 4/6/06, Kevin Aebig <[EMAIL PROTECTED]> wrote:
>> Are you talking about Flash forms?
>>
>> !k
>>
>> -----Original Message-----
>> From: S.Isaac Dealey [mailto:[EMAIL PROTECTED]
>> Sent: April 6, 2006 12:06 PM
>> To: CF-Talk
>> Subject: Re: cfform and bad tabindexes - wtf?
>>
>> Apparently. :) Reminding myself why I avoid them in the
>> first place...
>> christ, these things are total garbage... I don't care
>> what anybody
>> says about the new flash widgets or new validation
>> features, they just
>> suck. The only improvement has been xforms, and that
>> shipped with a
>> major (albeit easily fixed) bug in the default XSL sheet.
>>
>> > They do it to piss you off :)
>>
>> > On 4/6/06, S. Isaac Dealey <[EMAIL PROTECTED]> wrote:
>> >>
>> >> Why is cfform still so screwed?
>> >>
>> >> I generally avoid it, but I'm working on one for this
>> >> small project
>> >> because I'm already losing money on the project. It
>> >> was
>> >> originally set
>> >> up with a cfgrid and the problem was that when 12 rows
>> >> of
>> >> data were
>> >> entered in the grid, only 5 of those rows were passed
>> >> to
>> >> the submit
>> >> page. So I got rid of the grid in favor of simple text
>> >> fields and
>> >> wanted to use cfinput to validate their being numeric.
>> >> But I also
>> >> wanted to make it easier for the user by applying tab
>> >> indexes to the
>> >> fields, and discovered that all the tabindex values
>> >> have
>> >> .0 added to
>> >> them by cfinput, which of course makes the browser
>> >> ignore
>> >> them. Why is
>> >> this screwed up? This is completely basic!


s. isaac dealey     434.293.6201
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237150
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to