Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Gridding my teeth
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00615588
Message ID:
00615590
Views:
14
This message has been marked as the solution to the initial question of the thread.
>I set up a grid on a form with several columns. My records from my table appear in the grid. Good! I also added a Checkbox inside the last column of my grid, but it does not show up. I see what appears to be values from another field in the table in that column and I don't see my checkbox. I defined the ControlSource of the checkbox as a new field in my table. I called the checkbox column in the grid, Report It. I called the field in the table, Rpt Logical 1.
>
>How come I don't see my checkboxes. I want one checkbox every grid row so that the user can check the row if she/he wants to see that row in a report later on.
>
>Thanks for the help! Never used a grid before so bare with me because I am gridding my teeth.

Steve,
Make sure you set the CurrentControl property of the column to your checkbox control. You also need to set the Sparse property to .F. so the checkbox displays for all rows and not just the active row.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform