Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Goto next row in grid
Message
From
25/01/1999 09:25:19
Shane Gilbert
Oklahoma State Department of Education
Norman, Oklahoma, United States
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00178880
Message ID:
00179783
Views:
29
>>>>Nope. Just tried it. If I'm in the last column of the grid, right arrow moves me to the last column of the next row. You must be using a subclass of VFP grid class which automatically selects first column when you change row.
>>
>>Use the ActivateCell method combined with the ActiveRow and ActiveColumn properites of the grid. In the LostFocus of the control in the last column put THISFORM.mygrid.activatecell(THISFORM.mygrid.activerow + 1, 1).
>
>I wasn't asking how to accomplish the row movement ... we had digressed to a discussion of how a grid object handles arrow keys.
>
>Thanks anyway,

Thanks for the two options.

Shane
--Shane
Previous
Reply
Map
View

Click here to load this message in the networking platform