Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Load() and init() methods
Message
De
29/10/1996 14:33:41
 
 
À
29/10/1996 14:08:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00011101
Message ID:
00011104
Vues:
37
>I don't still really know when to use place my "init" code when loading a form or formSet, either in the init() or load() methods. Can anyone give me some advice on how and when to use one or the other?

the main diff. is in the firing order
thew form load() event is the second event to fire (after the dataenvironment beforeopentables)
the form init() event fires only after all the controls init events fired
(unless u specify NOINIT for the different controls)

so basically the load knows nothing about the controls and the init does

Arnon
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform