Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
When does INIT EVENT fire off?
Message
 
 
À
15/05/1998 11:30:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00099475
Message ID:
00099765
Vues:
20
Robert

It can be called just like any other method: thisform.Init()

Calling an event method though doesn't cause the event itself, it only executes the overridden method code. A lot of people don't think it's a good to use Init() like this though. The code that you want to execute at various times should be put in another method, that Init() and your other code can call when needed.

>how do i call the init() from code..
>do I - thisform.init.click() -
>please give me a sample in code... :)
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform