PRB: MODIFY MEMO WINDOW Doesn't Have Window AttributesID: Q104864 The information in this article applies to:
SYMPTOMSIn FoxPro versions 2.5, 2.5a, and 2.5b for Windows, the MODIFY MEMO <fields> WINDOW <window name> command will cause the window that is displayed to have none of the attributes in the DEFINE WINDOW command. For example:
The window will appear without the following attributes: TITLE, FLOAT,
CLOSE, MINIMIZE, and ZOOM.
RESOLUTIONTo avoid this behavior, add the GROW clause. For example, the following code executes as expected:
The TITLE, FLOAT, ZOOM, MINIMIZE, and CLOSE attributes should be visible.
If the SYSTEM and GROW clauses are excluded, the window will have a half-
height title bar and no scroll bars. However, if the SYSTEM attribute is
added without GROW, all the attributes that were placed in the DEFINE
WINDOW clause will not be visible.
Additional reference words: FoxWin 2.50 2.50a 2.50b KBCategory: kbprg kbprb KBSubcategory: FxprgGeneral |
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |