Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Entry with a Grid
Message
 
To
06/03/2003 10:28:50
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00762181
Message ID:
00762232
Views:
12
>I have not worked with Grids for awhile and am wondering if there is an easy way to do this. I have a one column table that is linked to a grid. I want the user to be able to just down arrow or enter/tab to create a blank record for them to input data. Any help would be appreciated.
>
>Thanks
>James

What about:
On Key Label DNARROW Keyboard "{ctrl+Y}"
In your row change method you have to check if it is the rast row of the table. Something like this might work:
if recn()=recc()
    On Key Label DNARROW Keyboard "{ctrl+Y}"
else
    On Key Label DNARROW
endi
Might need some tweaking

Einar
Semper ubi sub ubi.
Previous
Reply
Map
View

Click here to load this message in the networking platform