Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making an individual cell disabled
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01299793
Message ID:
01299803
Views:
10
>Hi
>
>Is it possible to make individual cells on a grid disabled?
>
>Is the only solution to put some condition in the got focus event?
>
>Any help extrempley apreciated


NOT TESTED:
thisform.Grid1.Column1.DynamicBackColor = [thisform.SetEnabled()])


*** SetEnabled method:
thisform.Grid1.Column1.TextBox.Enabled = (SomeCondition)
RETURN thisform.Grid1.Column1.BackColor
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform