Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid row/column disable
Message
From
01/05/2001 15:25:26
Kam Lee
SUNY-Health Science Center
Brooklyn, New York, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00501946
Message ID:
00502189
Views:
21
>I have a grid with 3 columns. the 3rd column is a checkbox. What I want is >that this checkbox appear disable for certain rows only. How can I do that?

Francisko,
You can use the checkbox's when event to determine whether to disable /control access to the checkbox.
Something like in the checkbox when event, you put:
RETURN lSomecondition

or

something like the following:
THIS.Enable=lSomecondition
THIS.REFRESH
RETURN lSomecondition
and lSomecondition return a logical value which determine whether access is allowed.

Kam.
Previous
Reply
Map
View

Click here to load this message in the networking platform