Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Froms not releasing
Message
De
30/10/1998 18:41:21
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00152968
Message ID:
00153087
Vues:
19
Do you keep somewhere else any references to objects inside your form? Things like:

do form MyForm name aForm
aVar = aForm.Text1

or, inside your form something like:

ThisForm.FirstControlInTabOrder = ThisForm.Text1

or

ThisForm.Text1.AttachedLabel = ThisForm.Label1

All these references will make your form unreleaseable. You have to clear all these references before releasing the form (or in the Release method).

Vlad


>In a cmdbutton on a form I have
>"do form nextform
>release thisform"
> or
> appe from ledger
> release thisform
>
>but the form does not actually get released. :(
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform