on 2005 Jan 03 8:42 AM
Hi, all.
I'm make usertable of @ECRH And Insert two row into usertable.
Select usertable row and call row into matrix.
I need to update matrix row.
How do I update the value of this Row?
Sorry, I cannot do well English.
I need your help.
Thanks.
Hi,
You can do it by 2 ways:
1. Update cells of the matrix row by values of the table fields:
oMatrix.Columns.Item("xxx").Cells.Item(i).Specific.string=oRecordset.Fields.Item("yyy").Value
2. Bound matrix columns to the userdatasouurces. Set values of the userdatasouurces. Update matrix with SetLineData method.
Note: If you need to add rows to matrix, you have to add row befor setting cells in the first case, and use AddRow in place of SetLineData in second case.
Regards,
Mark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
104 | |
10 | |
8 | |
7 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.