Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with selecting a checkbox in a grid
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01246162
Message ID:
01246167
Views:
30
>I am not familiar with grdsorting class, but I didn't saw anywhere where you add a CheckBox in the Column6. WHat happens if in init eventof the for you put:
>
>WITH thisform.grdfiles.Column6
>      .AddObject([Check1],[CheckBox])
>      .RemoveObject([Text1])
>      .Check1.Visible = .t.
>      .ControlSource = [curFiles.lSelected]
>      .Sparse        = .f.
>ENDWITH
>
>

I added it in design time. BTW, I've noticed I had 8 for most of my column's FontSize, but not for all of them. Not sure why, but I've changed all of them to default 9.

Also I'd like to have some icon for the form, but could not find anything in my collection which may represent files, may be you have something?

I haven't yet re-tested the form.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform