Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dealing with memo field
Message
From
01/12/2003 23:11:38
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00854887
Message ID:
00854890
Views:
30
>The native VFP memo window edit class is "Memo", unless the grid.column.textbox.MemoWindow property is set to a previosuly instantiated form, which doesn't seem to be the case here.
>Also, as expected in your code, the Memo window doesn't expose a QueryUnload event/method.
>Under the circumstances, maybe the following would work:
>
>IF NOT PEMSTATUS(_screen.ActiveForm,'QueryUnload',5)
>   IF _screen.ActiveForm.Class = "Memo"
>      * other classic method calls like _screen.ActiveForm.Release() doesn't seem to work, so try
>      RELEASE WINDOW (WONTOP())
>      RETURN
>   ENDIF
>ENDIF
This is great. Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform