Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Center Checkbox in a grid
Message
From
28/12/2001 06:33:17
 
 
To
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
FoxWeb
Title:
Center Checkbox in a grid
Miscellaneous
Thread ID:
00598708
Message ID:
00598708
Views:
54
Cetin,

I'm trying to center a checkbox in a grid....I must be missing something on how to add the container and checkbox to the grid. One way and I get an error in the column.currentcontrol of "Expression evaluated to an illegal value". The other way, once I set the column.currentcontrol to the container, at runtime the checkbox is not found. What am I missing? Is there a special way of adding the checkbox to the container and then to the grid ??

In the grid.init I have:
with this.column6
.container1.check1.controlsource=.controlsource
endwith

In the container.init I have:
with this.check1
.Left=(this.parent.width-.width)/2
endwith

Many thanks,
Greg
Next
Reply
Map
View

Click here to load this message in the networking platform