Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids
Message
From
25/01/2000 17:30:47
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
 
To
25/01/2000 14:42:37
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Re: Grids
Miscellaneous
Thread ID:
00322355
Message ID:
00322451
Views:
23
From the Grid's point of view you can do Grid.DoScrolled(2), then Grid.ActivateCell(1,1) until the pointer quits moving. This simulates clicking on the scrollbar (even if your grid doesn't have one), then clicking on the first column of the first visible row.
Doing it from the DataSource point of view is easier (moving the pointer). LOCATE with no clauses may be faster than GO TOP IN (Alias).
Charlie

>I have a grid that is attached to a view. Is there a way to goto the top of the grid without using the goto top command?
>
>Thanks
>
>Jim
Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform