bebbo,
Yes you can display it with the characteristics of another window or in another window...my example put it into the SCREEN but you can certainly change that to suit your needs...
From the VFP Help on the optional parameters for the MODIFY MEMO command:
WINDOW WindowName1
Specifies a window whose characteristics the editing window takes on. For example, if the window is created with the FLOAT option of DEFINE WINDOW, the editing window can be moved. The window need not be active or visible, but it must be defined.
IN [WINDOW] WindowName2
Specifies a parent window in which the editing window is opened. The editing window doesn't assume the characteristics of the parent window and cannot be moved outside the parent window. If the parent window is moved, the editing window moves with it.
The parent window must first be defined with DEFINE WINDOW, and must be visible, to access the editing window.
© 2001 Microsoft Corporation. All rights reserved.
Slighthaze =
NULL
craig1442@mchsi.com"Whom computers would destroy, they must first drive mad." - Anon