Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make row readonly in a grid
Message
 
 
To
28/10/2011 04:17:42
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01527515
Message ID:
01527520
Views:
60
>I have a table with a field called activation="Maintenance" I just need to know how to make the row readonly in a grid whenever the cursor meet the word maintenance.
> Thank You

The simplest way to handle the situation is the AfterRowColChange method. In this method you check the value and the all columns to be Readonly (using SetAll).
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform