Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ReadOnly Grid: What about checkbox in it?
Message
From
16/06/1998 11:48:13
 
 
To
16/06/1998 11:42:13
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00108690
Message ID:
00108696
Views:
41
>>I want allow users to move along the grid but not make changes. So i set grid.readonly to .t.
>>All controls in grid change to readonly except checkboxes in it, cause checkbox doesn't has this property.
>>Must i set the checkbox.enabled to .f. ?
>>Is ther other way to go ?
>>Thanks. Carlos.
>
>Either Check.Enabled=.f. or return .f. from Check.When event

Amazing fast reply.
Perhaps in when event:?

if this.parent.parent.readonly && grid
return .f.
endif
Saludos,
A.G.P.
---------
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform