Re: Datagrid help - change value in form

2013-01-17 Thread Robert Sneidar
I think you have to get the array corresponding to the row, change the value for the key corresponding to the cell, then set it back again. put the dgDataOfIndex [ pIndex ] of group DataGrid into pDataA put This is new data into pDataA[ newdata ] set the dgDataOfIndex [ pIndex ] of group

Datagrid help - change value in form

2013-01-16 Thread Gerry Orkin
Hi all I've only just got my head around datagrids (and I'm loving them), but I can't find an easy way to update a field in a specific row in a form. I know which row needs to change, but I don't have that row highlighted. As far as I can see all the examples in the documentation assume you