Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making row readonly in a grid
Message
From
06/10/2004 13:10:13
 
 
To
06/10/2004 12:32:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00949242
Message ID:
00949256
Views:
12
>is it possible to make the row read only in a grid, for instance let us say the 10th row cannot be changed or the rows which contain the word PRIVATE cannot be changed, etc.

try:
PROCEDURE Grid.AfterRowColChange

this.ReadOnly = GridRecordSource.FieldNAme=='PRIVATE'
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform