Subject RE: [IBO] Horizontal scrolling to columnX
Author Support List
> If I have many columns in my dataset, Week1,Week2.... (too many columns to
> fit in the grid) and I want to be able to go to Week35 at the click of a
> button instead of using the mouse to scroll - then does anyone know how I
> would achive this.

MyQuery.FieldByName( 'Week35' ).FocusControl;

HTH,
Jason Wharton