Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Skip Down 1 Column in a Grid?
Message
 
 
À
22/10/2002 17:28:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00714125
Message ID:
00714155
Vues:
20
Terry, put the following code in the keypress event of the control in the column (textbox presumably)
IF nKeyCode = 13
    KEYBOARD '{DNARROW}'
ENDIF	
>>I have a multi-column GRID with only 1 of the
columns that will be used to enter data. I have
disabled / read-only all other columns except the
data entry column. When I enter data and press the
enter key, the FOCUS remains on the present line.
I want it to jump down to the next line, which is
another record in the table. The DOWN-ARROW key
works, but not the ENTER KEY.
How do you get this action?
- Craig

"If you're not prepared to be wrong, you will never come up with anything original."
- Sir Ken Robinson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform