Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keypress in Grid
Message
From
25/06/2008 15:14:14
 
 
To
25/06/2008 15:09:06
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01326727
Message ID:
01326737
Views:
19
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform