Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Goto next row in grid
Message
From
22/01/1999 11:04:47
 
 
To
22/01/1999 08:16:27
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:
00178963
Views:
28
>I need to automatically go to the next row down in a grid after entering data in the last column. ANy suggestions?
>
>Shane

Simple. Just put some code in the KeyPress() event of the last column object (usually a textbox) like this:

IF nKeyCode = 13 OR nKeyCode = 9 && Enter or Tab pressed
KEYBOARD '{DNARROW}'
ENDIF
It's "my" world. You're just living in it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform