Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Entry with a Grid
Message
 
À
06/03/2003 10:28:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00762181
Message ID:
00762232
Vues:
11
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform