Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Do form to - cannot return object - unload runs 2x
Message
De
16/08/2006 03:55:02
 
 
À
15/08/2006 22:10:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01145663
Message ID:
01145904
Vues:
26
Hi,

PMJI
>form1.AddProperty("loEmail", frmEmail.oEmail)
>frmEmail.release()
Probably not a good idea. Holding the reference to the frmMail form will prevent it being released until the main form is released - plus you're code could only execute the .AddProperty once. Better to follow Cetin's advice -.Hide the frmEmail form when you return and release it when you've finished retrieving values.

HTH,
Viv
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform