Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keypress in Grid
Message
De
25/06/2008 15:14:14
 
 
À
25/06/2008 15:09:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01326727
Message ID:
01326737
Vues:
20
>How to bind KeyPress event of all textboxes?

something as:
procedure thisform.grid1.init
WITH thisform.grid1
	For Each oCol In .Columns
		BindEvent(oCol.Objects[2],"Keypress",This,"Keypress")
	endfor
endwith
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform