Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to automatically skip line in a grid ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00769732
Message ID:
00769735
Vues:
13
Put into valid or lostfocus event appropriate lines like:

if lastkey()=13
keyboard "{leftarrow}"
keyboard "{leftarrow}"
keyboard "{dnarrow}"
endif

>I have a grid with 3 columns:
>
>1) combobox
>2) textbox
>3) textbox
>
>WHen the user has entered the data in the textbox 3, I want to get him automatically to the 1st field of the NEXT LINE.
>
>In the lost focus of the textbox (3), I did
>
>SKIP
>THIS.Parent.Parent.Column1.combobox1.setfocus()
>
>Did not work. I am still on the same line!
>
>Thanks for any help
>Eric
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform