Posted in Flex, ColdFusion | Posted on 04-17-2007 | 6,925 views
Kyle Hayes has posted an excellent captivate demo that walks you through hooking up a Flex DataGrid to a ColdFusion query. He covers the complete process from Flex Project creation to writing the ColdFusion CFC. This is an excellent demonstration for folks who are having a hard time wrapping their head around the process.
Captivate Tutorial: Viewing a ColdFusion Query in a Flex DataGrid
By the way - Captivate is incredibly useful. I've used it before and creating tutorials is about as easy as hitting record and just clicking and talking.


So basically you saying you want the ability to edit N rows, and then commit the changes back to the server?
My needs are a little more complicated, but I think just knowing how to edit a bunch of rows and press a submit button that would then add the rows to a db. would help
basically I have a query that brings in some data. The edit part is just checkboxs in a column. some get checked and then press "send" a different table then would recieve the checked records.
This is what I have so far...
http://www.youngsmarket.com/youngsmarket/programs/...
Everything works except the checked records dont get added to the db.table
Thanks for looking
Thanks for the response. I have read alot about remoting. I actually do have data records getting added to a db table. If you checked out my app. There is a grid that has a column of check boxs. below that is a "program area" this is whats going on in a peticular group (the accounts checked) of accounts. So a user selects some accounts then adds the program information at the bottom then send. What I get in my DB.table is the program information. Works Great! My big problem is that I cannot seem to get the checked accounts. So that a record in the DB.Table would contain the account number from the grid and the program info. The next record that has a check would contain a different account number from the grid and the same program info. and so on... Not sure if you can help me with this, but since you are responding and I have considered you one of the CF greats (I think I even took a class from you a long time ago)I better see what I can learn. Thanks George
http://iummug.indiana.edu/docs/tutorials/tutorial1...
Updates are made after the user finishes editing a cell in the datagrid.
[Add Comment] [Subscribe to Comments]