Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Jumping cells in a grid
Message
From
10/11/1997 14:16:48
 
 
To
10/11/1997 13:39:25
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00059331
Message ID:
00059340
Views:
31
>First, thank you for your reply.
>I have another question for you about a grid.
>When I fire 'ENTER' from a cell I would like jumping to the x,y cell: I tryed with the beforerowcolchange(grid.activatecell(x,y), but it moves first to the choosed cell, then it moves again to the right: what happens?
>thanx

You probably need in one small addition:
**** Grid.Column.Control.KeyPress event
if nKeycode=13 && Enter
thisform.grid1.activatecell(4,1)
nodefault && that's important
endif
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform