On Tue, 15 Apr 2008 19:35:37 -0400, "Kent Belan" <[EMAIL PROTECTED]> said: > Hello, > I have a grid in VFP9. > If a user resizes columns and changes the order of columns, > how can I remember the last grid positions the next time > the grid is displayed?
When it's destroyed, iterate through the column objects and save their widths in your storage of choice. Then in it's Init, after DoDefault(), set them back again. -- Alan Bourke [EMAIL PROTECTED] _______________________________________________ Post Messages to: ProFox@leafe.com 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.