Using the watch window in the debugger may give you a clue about what's happening. That's how I found the issue with textboxes in columns.
Are you setting any grid object property values at runtime? For example, on several of my forms the user has the ability to effectively change what the grid displays (i.e. grid shows x columns when the form comes up and clicking a button changes the view to show y columns; click again restores the original view). One of the tricks I've come up with to handle this is manually changing one or more of the original value properties that the resizer class adds for each affected object (i.e. column._nOriginalFont, etc.). When those properties are set properly, the resizing/scaling magic seems to happen consistently. Have you removed any explicit anchor values on *all* your form objects at design time and made sure you are not setting anchor values in code? Silly question time; there is a property of the MWResize class that tells it to resize grid contents. Is that set .T.? Are you explicitly calling the form Resize method before the form appears (Init, Activate, Show)? Any other code in there besides calling the MWResize stuff? Kinda jammed up in the usual Monday stuff but hopefully something in there will give a clue. -- rk -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Kurt Subject: ReSizer AGAIN & Inconsistent GRID Interactivity <snip>So - I've been implementing the ReSizer of Screens under Both systems. Then, I noticed a problem with the Grids. This one screen - under the BIGger VFP7 App - the Grid does NOT properly Resize when I Shrink or Grow the Form. If I shrink it too far - columns in the Grid just collapse down. I'm sure you know what I mean by that. There is a text/label displayed on the Bottom of that Form - and it DOES Properly Size Up & Down. So - I know the Resizer for the Form in General IS Working. This problem does NOT occur on the Smaller system - the Resizing of Grids works as it should. I assumed it had something to do w/VFP7. So - I even opened up the BIG system under VFP9. I recompiled the EXE - even though the Forms are NOT Included within it. I even did slight editing of the Form - so that VFP9 would hopefully "see" the changes and "consider it" a VFP9 form. Ran system, but, still the problem persisted. I even checked properties - and the Anchor is set to Zero on this Form - as well as on a Form that IS Working under the Smaller system. RK - I know you now seem to have the most experience with this Resizing stuff - so, hopefully, you might have a clue as to what the Halibut is going on here. TIA, -K- _______________________________________________ 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/DF1EEF11E586A64FB54A97F22A8BD044218D6FAF72@ACKBWDDQH1.artfact.local ** 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.

