Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Createobject() or Do Form?
Message
De
12/08/1997 16:37:56
 
 
À
12/08/1997 16:27:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00044319
Message ID:
00044322
Vues:
34
>Hi all!
>
>I have a theoretical question. What are the main differences, between
>running a form with
>myform=CreateObject("form") and
>Do Form myform.
>
>I mean, is there any bug using the first one, because I see it very rarely.
>
>TIA
>
>BB

The main and actually only difference is that CREATEOBJECT allows to get form from previously created Class, and DO FORM will 'get' it from Form, i.e. it's mostly development strategy: you write either Forms (and use Do Form), or Classes (and use CREATEOBJECT or AddObject).
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform