Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
When to use createobject() on forms - or do you?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
When to use createobject() on forms - or do you?
Divers
Thread ID:
00125894
Message ID:
00125894
Vues:
61
Hi!

I would like to know why in some codes, I can see this syntax:

my_formobj = CREATEOBJECT(myform)
my_formobj.Show
my_formobj.Hide
my_formobj.Release

and if this is so, how come I can

PRIVATE m.myform
DO FORM myform NAME m.myform LINKED
myform.Hide
myform.Show
myform.Release
.....
and how do you safely release both the examples?
So do I continue to use the first or the second example?

Thanks for the help! :)

Ian
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform