Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I reposition the grid?
Message
From
18/02/2000 01:36:09
Walter Meester
HoogkarspelNetherlands
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00333725
Message ID:
00333955
Views:
29
Cathy,

>If x is the RECNO() of the record I want to appear at the top of the grid, how do I force the grid to scroll up or down so that row is at the top?

this one is easy to manage, make an new method for the grid:
THISFORM.LockScreen=.T.
nHeight = THIS.Height
THIS.Height = THIS.HeaderHeight + THIS.RowHeight
THIS.Refresh
THIS.Height=nHeight
THISFORM.LockScreen=.F.
Regards,

Walter,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform