Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Silly little grid question
Message
 
 
To
21/01/2005 11:18:41
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00979303
Message ID:
00979308
Views:
16
>Hello everyone,
>
>This is kinda simple, but I can't figure it out.
>
>I have a grid that is hooked to a cursor. I have a filter with the grid to filter what is displayed. When the user clicks on the filter, I change the cursor to display the new information. The problem I'm having is when the filtered informaiton is displayed, it is displaying the last record and I have to scroll up to see the rest of the information.

Try to issue LOCATE after setting filter
SET FILTER TO ...
LOCATE
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform