Subject | RE: [IBO] Count number of rows selected? |
---|---|
Author | Jason Wharton |
Post date | 2006-11-18T10:33:33Z |
> Rowsselected, counts the number of rows in the dataset.I don't maintain a count of how many rows are selected.
>
> 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?
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