PRB: Changing Partition Formatting Causes Grid to Jump Around
Article ID: 148685
Article Last Modified on 9/30/2003
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
- Microsoft Visual FoxPro 3.0b Standard Edition
This article was previously published under Q148685
SYMPTOMS
When using the View property of a grid, you'll find that the Browse-Change
or Change-Browse works correctly but might not produce the look you want.
The record pointer moves through the table on the browse side. However, as
you move through the records on the browse side of the grid, the change
side does not place the field that is scrolled through at the top of the
grid as another record is selected. The field on the change side appears,
but it doesn't appear in a specific place.
STATUS
This behavior is by design. As the next record is selected, the change side
of the grid is issued a page up or down to get to that record. Depending on
the number of fields that there are in the table, the paging stops when it
gets to a field in that record.
Additional query words: VFoxWin
Keywords: KB148685