S
Shawn
Hi.
I have a DataGrid that is displaying records from my DB. The fifth column
in my DataGrid contains a number. I need to calculate the number in that
column for all the rows, but I can't figure out how to do it. Something like
this:
For each row in Datagrid
mycounter = mycounter + row(5)
Next
Can someone show me how to do this?
Thanks,
Shawn
I have a DataGrid that is displaying records from my DB. The fifth column
in my DataGrid contains a number. I need to calculate the number in that
column for all the rows, but I can't figure out how to do it. Something like
this:
For each row in Datagrid
mycounter = mycounter + row(5)
Next
Can someone show me how to do this?
Thanks,
Shawn