Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form persists
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00423487
Message ID:
00423494
Vues:
21
>I have a form that I instantiate programmatically when the user clicks a command button and I cannot make it go away when I issue THISFORM.Release(). Why would that be?
>
>The code to instantiate it is pretty much as follows (I have additional custom property assignments that I don't believe are relevant):
>
>oMoverExternals=NEWOBJECT("frmparticipantsmover","osdforms")

Your oMoverExternals has a reference to the form. oMoverExternals.Release() or oMoverExternals = .null. will release the form.
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform