Subject | Re: [IBO] Scroll in IB_Grid |
---|---|
Author | Rick Roen |
Post date | 2006-08-07T23:50:11Z |
Yes I can. Thanks for the tip Helen!
Rick
Rick
>
> Dataset.RowNum gives you the row number that the dataset cursor is
> currently on.
> Grid.GridRowNum gives you the same information, i.e. the dataset row
> number that currently has the focus in the grid.
>
> Can you work out the logic from there?
>
> Helen
>