Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PostApplicationStartup problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00211167
Message ID:
00211192
Vues:
30
>Hi,
>
>I need to run some code after my application is started. So, I inserted this code at MyApplication.PostApplicationStartup() and it didn´t work. I typed a SET STEP ON in this method and nothing happens. I opened cApp and couldn´t find any call to the method. I couldn´t find any reference in the Developer´s Guide. Any help ?
>
>Regards,

Jose,

This can be accomplished by adding code to the BeforeReadEvents of your application class. You can add something like:

This.mySetup()

Then create a method called mySetup and add whatever code you want.

Kind Regards,

Mat
Matthew Kennedy
Decision Support Technology Inc.

"I try to take one day at a time, but sometimes several days attack me all at once." ~ Ashleigh Brilliant

New Jersey Dot Net User Group
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform