ColdFusion Query to Flex DataGrid
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.
Comments
# Posted By Daz
| 4/17/07 5:16 PM
# Posted By Sam
| 9/6/07 5:44 AM
# Posted By George Smith
| 12/11/07 6:17 PM
# Posted By Daz
| 12/11/07 6:56 PM
# Posted By George Smith
| 1/23/08 1:02 PM
So basically you saying you want the ability to edit N rows, and then commit the changes back to the server?
# Posted By Raymond Camden
| 1/23/08 1:40 PM
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
# Posted By George Smith
| 1/23/08 1:55 PM
# Posted By Raymond Camden
| 1/24/08 11:54 AM
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
# Posted By George Smith
| 1/24/08 12:05 PM
# Posted By Raymond Camden
| 1/24/08 12:58 PM
http://iummug.indiana.edu/docs/tutorials/tutorial1...
Updates are made after the user finishes editing a cell in the datagrid.
