Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disable Row in the Grid
Message
From
14/03/2005 14:05:40
 
 
To
13/03/2005 14:25:55
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 6
Miscellaneous
Thread ID:
00995318
Message ID:
00995638
Views:
35
You can have an extra field in the database called flag. In after rowcolchange repl the flag with "Y" and in the column1.text1.gotfocus put this code :

if flag="Y"
thisform.grid1.column1.ReadOnly=.t.
else
thisform.grid1.column1.ReadOnly=.f.
endif

I'm sure there are better ways to go about this.
HTH
Shafid
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform