How to Activate and Use the Record Marker of a Grid
Article ID: 138913
Article Last Modified on 8/20/1999
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q138913
SUMMARY
The record marker is the small box on the leftmost side of each record in
the grid. There will be a black arrow in the record marker of the current
record if the grid has the focus. The record marker of a grid does not move
when scrolling though a table if the grid does not have the focus as the
record pointer is being moved.
If the grid does not have focus, then the record marker will not appear
beside the current record until the grid receives the focus. The record
marker box is available only if the RecordMark property of the grid is set
to true. Use the SetFocus property to make the record marker of the grid
refresh every time a record is moved.
Additional query words: VFoxwin
Keywords: KB138913