Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling method
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00185088
Message ID:
00185094
Vues:
28
>Hi,
> Let's said I have already some codes in a particular event or method - Init event which in the control's class. Then, When i drop the control into form, I have added some new code into the same event mentioned previously and I want the original code execute after the new code.....
>e.g.
>In .vcx
> Init
> ?"Hello"
>
>After added into form
> Init
> ?"1st Hello..."
> call .vcx's Init
>
>How to do so?

Hi John,

You want to issue a dodefault statement.
You can use it as a function and you can (should sometimes) pass parameters to it.

HTH,

Marc

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform