Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Center Checkbox in a Grid
Message
From
28/12/2001 06:28:49
 
 
To
Patrick Thebert-Wright
Allegan County Community Mental Health
Allegan, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Center Checkbox in a Grid
Miscellaneous
Thread ID:
00598706
Message ID:
00598706
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