Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BindEvent() on grid.KeyPress does not fire
Message
From
24/06/2016 06:16:02
 
 
To
24/06/2016 05:30:36
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01637629
Message ID:
01637640
Views:
85
The final code
do case && 2015-12-04 - thn - added for automatic page up/down support
case !this.oGrd.AllowCellSelection && https://www.levelextreme.com/Home/ViewPage?Activator=1018&ID=1637635&LXMenu=2
	BindEvent(m.this.oGrd, 'KeyPress', m.this, 'grdKeyPress')
case aoClassCont(@m.aa, m.this.oGrd,, .T.) > 0 && recurse in columns && modify command abOOP && https://github.com/FoxInCloud/FoxInCloud-AB
	for each oCtl in m.aa foxobject
		if !InList(m.oCtl.BaseClass, 'Header', 'Column')
			BindEvent(m.oCtl, 'KeyPress', m.this, 'grdKeyPress')
		endif
	endfor
endcase
>>great, thanks a lot
>
>Glad I could help.
Thierry Nivelet
FoxinCloud
Give your VFP application a second life, web-based, in YOUR cloud
http://foxincloud.com/
Never explain, never complain (Queen Elizabeth II)
Previous
Reply
Map
View

Click here to load this message in the networking platform