Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid - Jumping From One Record to Another by Hitting Ent
Message
From
16/12/1998 15:02:57
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00168222
Message ID:
00168224
Views:
32
>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.

You can check for ENTER key in Textbox.Keypress event and invoke SKIP/Grid.Refresh there (also you can call KEYBOARD '{DNARROW}').
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform