Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Objects
Message
 
À
29/03/2001 15:32:37
Ben Dekker
Dekker Soft & Hardware
Axel, Pays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00490043
Message ID:
00490061
Vues:
10
Hi Ben,
>
>I have placed all code from load.event to init.event
>and you are right it works
>Maybe you can answer than my question
>
>When do we use init and when do we use load.event

The Form's Load event is used to setup the environment prior to the controls being initialized. Generally, to open tables/views/cursors that the controls are bound to.

The Form's Init event is used after all the controls are initialized, to do final 'global' initialization.

Does that make sense?
Bill Armbrecht
VFP MCP
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform