Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Presentation issue on grid control
Message
From
27/01/2002 03:02:04
 
 
To
26/01/2002 17:41:57
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00611155
Message ID:
00611208
Views:
23
This message has been marked as the solution to the initial question of the thread.
How can I ensure that the first row of a grid is displayed? Sometimes I find that I must scroll up to see it.



Use code like the following:
SELECT (ThisForm.MyGrid.RecordSource)
GO Top
ThisForm.MyGrid.Refresh
This also works if you have grid filter set with SET Filter To.
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform