Datagrid: how to use AddData

2009-10-14 Thread David Bovill
Having problems adding data using: dispatch "*AddData*" to group "DataGrid" with theArray as specified here: http://revolution.screenstepslive.com/spaces/revolution_tools/manuals/datagrid/lessons/3461-Data-Grid-API. I'm getting bad data added, so wandering what mistake I am making - essentially c

Re: Datagrid: how to use AddData

2009-10-14 Thread Trevor DeVore
On Oct 14, 2009, at 7:45 PM, David Bovill wrote: Having problems adding data using: dispatch "*AddData*" to group "DataGrid" with theArray as specified here: http://revolution.screenstepslive.com/spaces/revolution_tools/manuals/datagrid/lessons/3461-Data-Grid-API . I'm getting bad data added

Re: Datagrid: how to use AddData

2009-10-15 Thread David Bovill
2009/10/15 Trevor DeVore It's just a single row like you get using dgDataOfIndex or the array sent to > FillInData. > OK - working except for the fact that: put the dgDataOfindex [indexNum] of dataGrid into recordArray > -- dispatch "AddData" to anotherDataGrid with recordArray,1 > dispatch "Ad

Re: Datagrid: how to use AddData

2009-10-15 Thread Trevor DeVore
On Oct 15, 2009, at 7:10 PM, David Bovill wrote: 2009/10/15 Trevor DeVore It's just a single row like you get using dgDataOfIndex or the array sent to FillInData. OK - working except for the fact that: put the dgDataOfindex [indexNum] of dataGrid into recordArray -- dispatch "AddData" t