Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tab moving from last cell in grid
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00027782
Message ID:
00027786
Views:
30
>When entering data in a grid, currently when the user gets to the last cell in the first row, the tab key moves the cursor back to the first cell in the first row. How do I get it to automatically move to the first cell of the next row?
>
>Jeff

You have to intercept TAB key in KeyPress event with NODEFAULT, and use Grid.ActivateCell(n+1,1) there.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform