M
mfleet1973
Hi Gang.
I have set up a row filter on my dataview. I now want to loop through
the records of this dataview. However, even though the datagrid shows
the correct amount of rows, the dataview still has all rows in the
table. How can I set up the loop to only process the visible rows? My
code is as follows:
For iRowCnt = 0 To DataView1.Table.Rows.Count
....
Next
Many Thanks.
Mike.
I have set up a row filter on my dataview. I now want to loop through
the records of this dataview. However, even though the datagrid shows
the correct amount of rows, the dataview still has all rows in the
table. How can I set up the loop to only process the visible rows? My
code is as follows:
For iRowCnt = 0 To DataView1.Table.Rows.Count
....
Next
Many Thanks.
Mike.