all groups > coldfusion flash integration > october 2005 >
You're in the

coldfusion flash integration

group:

Editable Flash grid not updating Oracle table



Editable Flash grid not updating Oracle table stlaw
10/28/2005 4:36:05 PM
coldfusion flash integration: I have a flash grid that displays records from an Oracle table. I've set the
select mode to edit. The grid allows you to change the data in the fields,
but the data is not saved to the table. Does anyone know why?
Re: Editable Flash grid not updating Oracle table endymion96
10/31/2005 7:57:46 PM
You must use the <cfgridupdate> tag or build your own update routine. All that
<cfgrid> does is supply the changes made in the grid to variables posted in
FORM scope. To see this add <cfdump var="#FORM#" /> on your action page.
AddThis Social Bookmark Button