Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checkboxes in grids
Message
From
12/12/2005 10:58:52
 
 
To
12/12/2005 10:42:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Miscellaneous
Thread ID:
01077142
Message ID:
01077152
Views:
38
>Hi All,
>
> Does anyone know of a way to dynamicly control the checkbox in a grid, like you can do for backcolor.
>
>I have a grid that looks at one of two tables. Second table can contain 0, 1, or .NULL. in the field for this checkbox. I need the checkbox to appear either checked = 1 or unchecked = 1 or .NULL. At the moment, if the field is .NULL., the checkbox appears grayed out and checked.
>
>TIA
>Beth

try
column.sparse = .F.
column.Bound  = .F.
Field's datatype is ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform