Subject Selecting multiple records in a grid.
Author adrian
Dear all

I have a IB_grid1, datasource IB_Query1.
I select multiple rows.
I then want to transfer only the selected rows to another grid.

How do I actually get hold of these selected rows from the dataset.

IB_Query.RowSelected, merely returns a Boolean of whether the row is
selected or not.
Do I have to iterate through the entire dataset from first to last,
checking whether the row is selected or not?
This is the only way I can see.

All help will be appreciated

Thanks

Adrian




[Non-text portions of this message have been removed]