Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Plain checkbox in Grid
Message
From
01/11/2000 18:24:55
 
 
To
01/11/2000 14:44:16
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00435932
Message ID:
00436957
Views:
32
>One other thing you could do - create a container class w/ a checkbox for use
on grids.
I've done this so I could have the checkbox centered. If you want it plain, you can set it that way it stays that way.

e.g., in the container Init()

With this.Check1
.Left = this.parent.Width/2 - .Width/2
EndWith

**********

Trey,

Good call!!! That did it. Pretty nice having that silly little checkbox in the container too. Now I can do all kinds of fun stuff with it :)

Thanks!

Rob
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform