AndrewMozley
Programmer
I have a grid with RecordSource 1 (Alias) in which I display three fields as the columns of that grid; it has a vertical scroll bar; AllowAddNew is set to .F.
If I navigate up and down with the cursor keys that works fairly well. When I am on the 1st record at the top of the grid and press Up-arrow nothing happens, which is good. When I am on the last record at the bottom of the grid and press down arrow, one blank row is created at the bottom of the grid but no more; this is acceptable.
With the vertical scroll bar the behaviour is different at the two ends; Scrolling to the top works as expected : the first record is displayed at the top of the grid. Scrolling to the bottom causes the last record to be displayed at the top of the grid, with blank space below.
Is there a way to alter this behaviour so that scrolling to the bottom displays the last record at the bottom of the grid (with the preceding records visible above it).
Thanks.
If I navigate up and down with the cursor keys that works fairly well. When I am on the 1st record at the top of the grid and press Up-arrow nothing happens, which is good. When I am on the last record at the bottom of the grid and press down arrow, one blank row is created at the bottom of the grid but no more; this is acceptable.
With the vertical scroll bar the behaviour is different at the two ends; Scrolling to the top works as expected : the first record is displayed at the top of the grid. Scrolling to the bottom causes the last record to be displayed at the top of the grid, with blank space below.
Is there a way to alter this behaviour so that scrolling to the bottom displays the last record at the bottom of the grid (with the preceding records visible above it).
Thanks.