Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set focus in grid
Message
De
30/07/2003 09:26:45
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Set focus in grid
Divers
Thread ID:
00814884
Message ID:
00814884
Vues:
36
Who can help me?
I have a grid (recordsource is cursor 'income1').
On the right column I added the following lines in the 'keypress' event:
LPARAMETERS nKeyCode, nShiftAltCtrl
if nkeycode=24
select income1
	append blank
This.Parent.Parent.Column1.combo1.setfocus
endif
I want the user will get the focus of the next line by pressing on the arrowdown key (number 46), every thing is good, but the user getting the focus on the right column, how can I give him focus on the left column?
(As you can see I used with set fucus, but it's not working).

Thanks in advance
Thank you
Chaim
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform