Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can a Row be made read only
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00404439
Message ID:
00404488
Views:
10
>I want to make a row in a grid (i.e.All columns) read only or read write >If

You can use the DynamicCurrentControl property.

In the init of the column:

This.DynamicCurrentControl = "IIF(Myfile.Stage > 70,'txtReadOnly','txtReadAndWrite')"

All you need to do is add an additional control and change some properties. This approach allows you to have more control over how your users see the grid.
Previous
Reply
Map
View

Click here to load this message in the networking platform