Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Navigating a grid with filters set
Message
From
28/03/2000 10:34:46
 
 
To
28/03/2000 09:12:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00351347
Message ID:
00351395
Views:
13
Hi Michael.

>> I am trying to navigate through records in a grid after applying a filter. When I set the filter (say to 'mfgr = xerox') only the appropriate records are visible. However, when I click on a record other than the top, the focus automatically shifts back to the top when I release the mouse button. Any help would be greatly appreciated. <<

This is not typical behavior. You must have code somewhere in the grid (AfterRowColChange would be my best guess) that issue a GO TOP or LOCATE in the grid's RecordSouurce. Try setting a breakpoint and stepping thought it in the debugger.

Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform