Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid - Jumping From One Record to Another by Hitting Ent
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00168222
Message ID:
00168547
Views:
28
Worked. I appreciate it very much. Thanks, CWH.

>Set the Form.KeyPreview=.T. and try the following in the textbox's KeyPress event:
>
>IF nKeyCode=13
>     KEYBOARD '{DNARROW}'
>ENDIF
>
>
>>I have a 1-column Grid on a form. After the user makes an entry on 1 line (record) of the grid, is there some way, when the user presses Enter, to be able to jump down to the next line (record), instead of having to use the down arrow key???
>>
>>I tried, in the Valid Event of the txt box in the Grid, to say something like...
>>
>>
>>mNextRecord = RECNO() + 1
>>GO mNextRecord
>>ThisForm.Refresh
>>
>>
>>Any help would be much appreciated. TIA, CWH.
Chuck Henry
Previous
Reply
Map
View

Click here to load this message in the networking platform