Thanks for telling me where to look, Edgar. But my users want to resize the main window - it already is maxed when they run it.
From looking at the VFP9 documentation seems like I should replace
NOGROW
with
GROW
from the doc:
GROW
Allows you to resize a user-defined window using the keyboard or mouse. If you omit GROW, you cannot size the window except using the SIZE WINDOW command in a program or in the Command window.
NOGROW
Prevents the window from being resized except by the SIZE WINDOW command in a program or in the Command window.
And maybe replace NOZOOM with ZOOM in order to let users maximize...
Bigger question now: what unintended consequences might I see with these mods? I have to wonder why SBT didn't allow for window resizing?
Trey Harris
hdb
Houston