Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Plain checkbox in Grid
Message
From
01/11/2000 14:44:16
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00435932
Message ID:
00436850
Views:
19
>Well, guys, you're good, because it sure enough is a result of having my grid.rowheight set to 25. I needed the rowheight because of a class I'm using for a memo that's in the grid.
>
>I had no luck getting the checkbox to display plain using code. I tried the init of the checkbox, the init of the column, and even the init of the form, and I was refreshing the grid after... all with no luck. So I'm going to set the rowheight to default and work on the memo control. *sigh*...
>
>Thanks for you help!
>
>Rob

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
HTH
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform