Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Goto next row in grid
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00178880
Message ID:
00179066
Views:
25
>>>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,
Rich Addison, Micro Vane, Inc., Kalamazoo, MI
Relax, don't worry, have a homebrew.
- Charlie Papazian, The New Complete Joy of Home Brewing
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform