Tracy, the checkbox is to be added to the first column... I open the form. I navigate to the grid. I edit the grid and move to column1. In the properties window the property highlighted is: thisform.mygrid.column1
I have subclassed all of the base classes, however the chk box does not have any extra properties/methods from the original. When I try to drop a check box on the grid, I get the error, "Cannot add this object to grid." So what did I forget? TIA, Mike On 22/08/2012 3:52 PM, Tracy Pearson wrote: > Michael Savage wrote on 2012-08-22: >> I know how to add a checkbox to a column in a grid in code. However I do >> not know if I can write code to the valid event to put my validation >> code in it. I thought there was a way to drag and drop a checkbox in a >> column in the development envirnment. >> >> Is this correct? If so how to do it? >> > Michael, > > Select the Column in the properties drop down. > Then drag the checkbox (VFP base, or from a classlib from the project) over > the column. > > This should accomplish adding it to the grid in the right column. > > Tracy Pearson > PowerChurch Software > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

