Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dealing with memo field
Message
De
01/12/2003 23:11:38
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00854887
Message ID:
00854890
Vues:
29
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform