Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a Checkbox to a Grid in program
Message
From
25/09/1998 19:20:11
 
 
To
25/09/1998 01:27:39
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00140283
Message ID:
00141064
Views:
33
Thanks Cetin, I used the .columns stuff and it worked just great.

Thanks for the help...

You ought to see what it is taking to print a PM Work Order < G >.

>Ohhh,it's just there for generating a new local aliasname. It was my laziness I derived the code from one of my class codes and didn't touch that part.

>>> .recordsource = lcAliasName
>>> .columns(1).addobject("Check1","Checkbox")
>>> .columns(1).currentcontrol = "Check1"
>>> .columns(1).Check1.caption = ""
>>> .columns(1).Check1.visible = .t.
>>> .columns(1).sparse = .f.
>>>endwithCetin
Previous
Reply
Map
View

Click here to load this message in the networking platform