Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add check box to grid using coding
Message
From
30/11/2004 23:57:27
 
 
To
30/11/2004 23:46:11
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00965965
Message ID:
00965966
Views:
9
Hi,

Try:
WITH THISFORM.myGrid.Column(n)
    .Addobject("myCheckBox", "CheckBox")
    .CurrentControl = "myCheckBox"    
    .Sparse = .F.
ENDWITH
HTH
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform