Instead of sending the whole grid, just send what's changed. Why send a whole grid of data if you don't have to?
Cheers, !k -----Original Message----- From: DURETTE, STEVEN J (ASI-AIT) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 9:57 AM To: CF-Talk Subject: Flash Forms and sending a grid to a cfc Hi all, I have a flash forms question! I have a flash form with a grid that uses remoting to get the data to display in the grid. That part works fine. The problem is I want to let the user edit the grid and submit the changes back to the cfc through remoting. I tried using the suggestion from this weblog (http://www.asfusion.com/blog/entry/how-to-transfer-data-with-flash-remo ting), but it doesn't work. I keep getting errors from the cfc such as "The argument DATAGRIDDATA passed to function testGridToCFC() is not of type Struct." I tried other types of course, but they all return this error, or if I don't put a type in the cfargument, I get "Complex object types cannot be converted to simple values." Any ideas? Thanks, Steve ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253625 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

