Yeah, looks like that's what I'll have to do. When I plop my grid into a form, I'll have to set it as read-only there, even though it's already read-only in my class definition. I was hoping to not have to do that (logic says I shouldn't HAVE to), but if that's the way it is, that's what I'll do. At least I know now, and can stop wondering what I'm missing. :)
Thanks very much to everyone for their help on this, and my other issue yesterday! John "The difference between a successful person and others is not a lack of strength, not a lack of knowledge, but lack of will." - Vince Lombardi * All mail scanned by Norton AntiVirus. No AV software on your computer? Remove me from your address book, please. * Please respect my privacy. Do not forward my address to anyone else or include me in emails sent to multiple recipients. Use BCC. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of MB > Software Solutions > > Hi John! > > This happens if you add columns after you've set the grid's > ReadOnly property. Easiest thing to do: Reset the ReadOnly > property (right-click it in the Properties dialog box and > select Reset To > Default) and then set it to .T. This will cascade the .T. to all > columns in the grid (rather than you having to visit each > individual column). _______________________________________________ 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 ** 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.

