Subject RE: [IBO] Count number of rows selected?
Author Jason Wharton
> Rowsselected, counts the number of rows in the dataset.
>
> I would like to be able to update the number of rows actually
> selected in a
> grid.
>
>
>
> Is there a property that I can use, other than itterating through the
> bookmarked records, and counting them, every time a new row
> is selected?

I don't maintain a count of how many rows are selected.

You will need to do that in your own code as you go along and/or by scanning
the records when you need the count.

Jason