Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding Checkboxes
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Adding Checkboxes
Miscellaneous
Thread ID:
00403092
Message ID:
00403092
Views:
49
I'll add a checkbox as a grid column's controlsource during the grid's init() using this code:

With This.grcPrice
.addobject("chkPrice","checkbox")
.sparse=.f.
.currentcontrol="chkPrice"
.chkPrice.caption=""
.visible=.t.
Endwith

I was wondering why the checkbox is visible, but readonly, when I don't include the ".visible=.t." code. I know that VFP hides controls added with ADDOBJECT(), but why is it visible if I leave that command out? Shouldn't the box not even show up?
Next
Reply
Map
View

Click here to load this message in the networking platform