Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
2 Objects with the same name
Message
De
19/04/1999 17:03:34
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00209904
Message ID:
00209916
Vues:
18
Kevin,

The child class inherit the parent class objects.

So, delete the cmdOk button from the child form.

The cmdOk button will still be there on the child form since it will be inherited from the parent class.

You can put code in the parent class cmdOk.Click() which will be
automatically called when clicking on the cmdOk of the child form.

You can always override the cmdOk.Click() default behavior by
putting code in the cmdOK.Click() in the child form.

HTH

Pascal
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform