Paul Newton wrote on 2015-03-13: > Hi all > > Can it be done? If so, I would welcome advice on how to do it. > > Many thanks > > Paul Newton | Software Engineer | Pegasus Software | 01536 495436 >
Paul, There are two ways, that I know of, to accomplish this. 1) Have another CheckBox control in that column. Use the Column.DynamicCurrentControl to switch between the two. 2) Have one of the Column.Dynamic* functions to call a method. You will be able to update the Grid.Column.CheckBox.Enabled property in the method. Be sure the method returns the right value for the Dynamic* control you select. HTH, Tracy Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.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.

