Is there a way to make a grid scroll dynamically? instead of waiting for you to let go of the scrollbar before updating!?
I have noticed this happens in a ListBox when the RecordSource is a table. I fixed it by using an array instead. But with Grids I don't think you can use arrays as a source?
...
The other thing is when you are using a grid and the active cell is in the first column and you push the left arrow key... Notice how the grid slides over and shows a wide empty column? Why does this happen? Is there a way to make the active cell wrap around without showing a huge non-existent column on the right?
Using VFP 5.0
thanks
newboy
I have noticed this happens in a ListBox when the RecordSource is a table. I fixed it by using an array instead. But with Grids I don't think you can use arrays as a source?
...
The other thing is when you are using a grid and the active cell is in the first column and you push the left arrow key... Notice how the grid slides over and shows a wide empty column? Why does this happen? Is there a way to make the active cell wrap around without showing a huge non-existent column on the right?
Using VFP 5.0
thanks
newboy