I have a bound grid and have approx 280 records in the grid after it populates.
Is there a way to put the cursor on line 90 of the 280 grid records.
I know I can do it with an unbound grid;
ThisForm.Components("TempGrid").SetGridCurrentCell(iRow, iCol)
however this doesnt work with a bound grid