If I'm remembering right, the same thing happens with CFTREE, or at least it
did in older CF versions.

Not that that's much help...

Dave Merrill

> Here's a strange one... If the text in a cell of the selected row
> of a CFMX7 Flash CFGRID contains a semicolon that is NOT the last
> character in the cell, it blows up, resulting in the error "The
> submitted cfgrid form field is corrupt."
>
> Here's some sample code for you:
>
> <CFSET myQuery = QueryNew("ticket_id,description")>
> <CFSET temp = QueryAddRow(myQuery)>
> <CFSET QuerySetCell(myQuery,"ticket_id","1")>
> <CFSET QuerySetCell(myQuery,"description","a;")>
> <CFSET temp = QueryAddRow(myQuery)>
> <CFSET QuerySetCell(myQuery,"ticket_id","2")>
> <CFSET QuerySetCell(myQuery,"description","a;b")>
>
> <CFFORM NAME="test" ACTION="test.cfm">
> <CFGRID NAME="testGrid" QUERY="myQuery" SELECTMODE="ROW" FORMAT="FLASH">
> </CFGRID>
> <CFINPUT TYPE="submit" NAME="submit">
> </CFFORM>
>
> Click on Row 1 and submit, and all is well.  Click on Row 2 and
> submit and it throws the error.  Is this a bug, perhaps?
>
> Joy



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205905
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to