Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving recordmark in Grid using command button?
Message
From
26/07/1999 13:44:41
 
 
To
26/07/1999 07:42:27
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00245970
Message ID:
00246183
Views:
15
Bill,

Thanks for the code. It works so nice for my grid. See you around.

Gan

>>All,
>>
>>Is there any possibility or any tips of how to move the recordmark in Grid using command button. Eg, when we browse through the records using Previous and Next commandbuttons, we might want the user to know from the grid which record is currently active.
>>
>>Thanks.
>>
>>Gan
>
>In the Button Click event, something like:
>
>THISFORM.LOCKSCREEN = .T.
>Skip 1
>&& Do some testing for EOF() here
>THISFORM.MyGrid.Refresh
>THISFORM.MyGrid.SetFocus
>THIS.SetFocus
>THISFORM.LOCKSCREEN = .F.
Previous
Reply
Map
View

Click here to load this message in the networking platform