Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Execute code form parent class
Message
De
02/02/2005 15:43:43
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Execute code form parent class
Divers
Thread ID:
00983208
Message ID:
00983208
Vues:
60
I have a base form with code in mSave method.
A form that is sub classed from that form in mSave method calls a method of another control on the form to prepare data for an update.
How can I execute the code from mSave method of the base form in that control?
So, it looks like this:
Baseform.mSave()
Sub classed form.mSave()
Another control.mSave()
Prepare data
ThisForm::mSave() does not work.

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform