Flash MX 2004 Components

Can anyone here please help me.

I have a Datagrid component that is been populated by a SQL database using Web Services.

The datagrid is designed to enable users to update the database.

When they edit the cells, instead of retaining the new data it simply resets the cell’s contents to the original data.

Also I am having problem with a Combo Box.

http://www.equinex.com/ComboTest/testlinkedcombos.htm

When the first combo box is selected, all the other components update correctly.

However the second time an item is selected from the first combo box, all components except the second input field update correctly.

The only way to get the second input field to update correctly is to select the item from the first combo box twice.

The combo box is using a close event handler and the purpose of the combo box is to load a person’s scores from a database using Web Services.

The example on the page given above does not use Web Services but is suffering from the same
problem.

Any solutions are most welcome.

Thanks in advance