Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Moving in a grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00459533
Message ID:
00460193
Vues:
27
>>>>>>>>>>>>>>>
You can automate the records adding with this code in last column textbox.KeyPress():

LPARAMETERS nKeyCode, nShiftAltCtrl
IF nKeyCode = 13 && Enter
APPEND BLANK IN (this.parent.parent.RecordSource)
keyboard '{DNARROW}'
this.parent.parent.column1.SetFocus()
ENDIF
>>>>>>>>>>>>>
After I replied I thought I should figure out the ENTER thing instead of the down arrow (since it's better for heads-down data entry) and I got called away on something else and never returned to it.

Thank you for the additional code
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform