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

coldfusion flash integration

group:

Updating from input bindings



Updating from input bindings dpinder123
10/3/2005 5:50:43 PM
coldfusion flash integration: Here's what I'm trying to do:

I have a grid that binds to several input boxes
After selecting a row in the grid, the info displays in a designated input box
From here, the user can update or add additional info

The form submits to itself (it's a page in a tabnavigator)

Can I use cfgridupate with this? Or, go the old fashioned way and use a SQL
UPDATE statement (like I used to do with regular forms).

Thanks in advance!
Re: Updating from input bindings dpinder123
10/11/2005 12:00:00 AM
I used this and it seems to work:

<cfgridupdate grid="orderGrid" dataSource="User" tableName="mortgageLog" keyOnly ="Yes">

AddThis Social Bookmark Button