Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disable Grid
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Novell 4.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01132851
Message ID:
01132855
Views:
11
>Can someone explain why after the grid has been disabled, you can still navigate to different cells. Is this a bug? Is it by design? I find the same behavior in versions 8 and 9.
>

Frank,

I can not tell you why, but, as a work around you could do this:
	procedure grdGrid.BeforeRowCOlChange(nColIndex)
		if not this.Enabled
			nodefault
		endif
	endproc
	
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Reply
Map
View

Click here to load this message in the networking platform