I have a couple of questions about using a grid to do some data entry, if anyone can help, I would apreciate it... I am using VFP 7, SP1.
1. My grid has 8 columns, 6 of which can be seen on screen most of the time on an 800x600 setting. When a user tabs past column 6, the grid moves to the right and you can no longer see the first two columns. I would like to split the grid and keep the first two columns visible all the time. When I use the partition property and split the grid, the left panel shows the first two columns, but they also display in the right panel. Can I start the right panel with column 3?
2. When the user tabs out of the last column (#8) in row 1, can I force the cursor to move to column 3 in row 2 instead of coming back to column 1 in row 1?
1. My grid has 8 columns, 6 of which can be seen on screen most of the time on an 800x600 setting. When a user tabs past column 6, the grid moves to the right and you can no longer see the first two columns. I would like to split the grid and keep the first two columns visible all the time. When I use the partition property and split the grid, the left panel shows the first two columns, but they also display in the right panel. Can I start the right panel with column 3?
2. When the user tabs out of the last column (#8) in row 1, can I force the cursor to move to column 3 in row 2 instead of coming back to column 1 in row 1?